Triggered by Gerrit: https://git.eclipse.org/r/c/sensinact/org.eclipse.sensinact.gateway/+/187648 Running as SYSTEM Agent basic-d8nvj is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-d8nvj" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.sensinact.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-d8nvj" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-d8nvj" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.sensinact.svc.cluster.local/sensinact/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - 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: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-sensinact" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-d8nvj (basic) in workspace /home/jenkins/agent/workspace/gerrit validation [WS-CLEANUP] Deleting project workspace... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/sensinact/org.eclipse.sensinact.gateway.git > git init /home/jenkins/agent/workspace/gerrit validation # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/sensinact/org.eclipse.sensinact.gateway.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/sensinact/org.eclipse.sensinact.gateway.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/sensinact/org.eclipse.sensinact.gateway.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/sensinact/org.eclipse.sensinact.gateway.git # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/sensinact/org.eclipse.sensinact.gateway.git > git fetch --tags --force --progress -- https://git.eclipse.org/r/sensinact/org.eclipse.sensinact.gateway.git refs/changes/48/187648/1 # timeout=10 > git rev-parse ae405943ca33d7d7d879b04e935dcd05c71af335^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision ae405943ca33d7d7d879b04e935dcd05c71af335 (refs/changes/48/187648/1) > git config core.sparsecheckout # timeout=10 > git checkout -f ae405943ca33d7d7d879b04e935dcd05c71af335 # timeout=10 Commit message: "use osgi-ds for ApplicationPersistenceServices" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk fd29f3936fbb71c64d0da09766748adaae15ddd5 # timeout=10 Injecting SonarQube environment variables using the configuration: SonarCloud.io Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 39075 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [gerrit validation] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -XX:MaxPermSize=512m -Xmx512m -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 39075 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/gerrit validation/pom.xml clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway:sensinact-system:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 30, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.sthbnd:sensinact-openhab:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.sthbnd.http:http-android:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.sthbnd.http:free-sms-service:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 57, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.sthbnd.http:openweather-device:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 51, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.sthbnd.http:kodi-device:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.sthbnd.http:live-objects:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.tools:mqtt-server:jar:2.0-SNAPSHOT [WARNING] 'dependencies.dependency.systemPath' for io.moquette:moquette-broker:jar should not point at files within the project directory, ${project.basedir}/lib/moquette-broker-0.9.jar will be unresolvable by dependent projects @ line 40, column 16 [WARNING] 'dependencies.dependency.systemPath' for io.moquette:moquette-netty-parser:jar should not point at files within the project directory, ${project.basedir}/lib/moquette-netty-parser-0.9.jar will be unresolvable by dependent projects @ line 47, column 16 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.simulated.devices:button:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.simulated.devices:slider:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.simulated.devices:fan:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.simulated.devices:light:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.simulated.devices:billboard:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.sensinact.gateway.simulated.devices:temperatures-generator:jar:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:xml-maven-plugin is missing. @ line 31, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] sensiNact IoT Gateway - Gateway Project [pom] [INFO] sensiNact IoT Gateway - Platform [pom] [INFO] sensiNact IoT Gateway - Utilities [jar] [INFO] sensiNact IoT Gateway - Common Data Structures [jar] [INFO] sensiNact IoT Gateway - Security parent module [pom] [INFO] sensiNact IoT Gateway - OSGi Framework Security Extension [jar] [INFO] sensiNact IoT Gateway - Data store parent module [pom] [INFO] sensiNact IoT Gateway - Data Store Access API [jar] [INFO] OSGi Security Layer - Jar Validation API [jar] [INFO] OSGi Security Layer - Jar Validation Mock [jar] [INFO] sensiNact IoT Gateway - Core [jar] [INFO] sensiNact IoT Gateway - Security Moke [jar] [INFO] OSGi Security Layer - Jar Validation [jar] [INFO] sensiNact IoT Gateway - Northbound parent module [pom] [INFO] sensiNact IoT Gateway - Northbound Access [jar] [INFO] sensiNact IoT Gateway - Platform Tools [pom] [INFO] sensiNact IoT Gateway - sensiNact Test helper [jar] [INFO] sensiNact IoT Gateway - Communication protocol parent [pom] [INFO] sensiNact IoT Gateway - HTTP Protocol [jar] [INFO] sensiNact IoT Gateway - SQLite DataBase Connector [jar] [INFO] sensiNact IoT Gateway - Generic implementation [jar] [INFO] sensiNact IoT Gateway - Simulated Devices [pom] [INFO] sensiNact IoT Gateway - Simulated Slider [jar] [INFO] sensiNact IoT Gateway - Simulated Light [jar] [INFO] sensiNact IoT Gateway - HTTP REST Access [jar] [INFO] sensiNact IoT Gateway - HTTP Forwarding and Callback Factories [jar] [INFO] sensiNact IoT Gateway - EMail Account Connector [jar] [INFO] sensiNact IoT Gateway - Simulated Fan [jar] [INFO] sensiNact IoT Gateway - Simulated Button [jar] [INFO] sensiNact IoT Gateway - Security Core [jar] [INFO] sensiNact IoT Gateway - oAuth2 Security [jar] [INFO] sensiNact IoT Gateway - Security Core User Key Builder [jar] [INFO] sensiNact IoT Gateway - Security Core Test [jar] [INFO] sensiNact IoT Gateway - Security Core OpenId User Key Builder [jar] [INFO] sensiNact IoT Gateway - sensiNact Historic API [jar] [INFO] sensiNact IoT Gateway - sensiNact Historic Reader Manager [jar] [INFO] sensiNact IoT Gateway - Southbound parent module [pom] [INFO] sensiNact IoT Gateway - MQTT Protocol Devices parent [pom] [INFO] sensiNact IoT Gateway - MQTT Utility bundle [jar] [INFO] sensiNact IoT Gateway - Remote OSGi [jar] [INFO] sensiNact IoT Gateway - SSDP [jar] [INFO] sensiNact IoT Gateway - System [jar] [INFO] sensiNact IoT Gateway - Shell [jar] [INFO] sensiNact IoT AppManager - Parent [pom] [INFO] sensiNact IoT AppManager - Core [jar] [INFO] sensiNact IoT AppManager - Basic Plugin [jar] [INFO] sensiNact IoT Gateway - MQTT Protocol Device [jar] [INFO] sensiNact IoT Gateway - MQTT Smart Topic Device [jar] [INFO] sensiNact IoT Gateway - The Things Network Device [jar] [INFO] sensiNact IoT Gateway - HTTP Protocol Devices parent [pom] [INFO] sensiNact IoT Gateway - HTTP Protocol Device [jar] [INFO] sensiNact IoT Gateway - OpenHab Protocol Device [jar] [INFO] sensiNact IoT Gateway - HTTP Protocol Device Factory [jar] [INFO] sensiNact IoT Gateway - Android Web Interface [jar] [INFO] sensiNact IoT Gateway - Free Mobile SMS service [jar] [INFO] sensiNact IoT Gateway - OpenWeather Device [jar] [INFO] sensiNact IoT Gateway - Kodi Device [jar] [INFO] sensiNact IoT Gateway - Live Objects Orange Protocol Device [jar] [INFO] sensiNact IoT Gateway - HTTP oneM2M Device [jar] [INFO] sensiNact IoT Gateway - JSONPath filtering parent module [pom] [INFO] sensiNact IoT Gateway - JSON Path filter [jar] [INFO] sensiNact IoT Gateway - GeoJSON filtering parent module [pom] [INFO] sensiNact IoT Gateway - GeoJSON filter [jar] [INFO] sensiNact IoT Gateway - LDAP filtering parent module [pom] [INFO] sensiNact IoT Gateway - LDAP filter [jar] [INFO] sensiNact IoT Gateway - Attributes filtering parent module [pom] [INFO] sensiNact IoT Gateway - Attributes filter [jar] [INFO] sensiNact IoT Gateway - MQTT Northbound Agent [pom] [INFO] sensiNact IoT Gateway - MQTT Generic Northbound Agent [jar] [INFO] sensiNact IoT Gateway - MQTT oneM2M Northbound Agent [jar] [INFO] sensiNact IoT Gateway - MQTT Server [jar] [INFO] sensiNact IoT Gateway - MQTT Northbound Agent Instance [jar] [INFO] sensiNact IoT Gateway - Generic Historical Storage Agent [jar] [INFO] sensiNact IoT Gateway - HTTP Historical Storage Agent [jar] [INFO] sensiNact IoT Gateway - Influxdb Connector [jar] [INFO] sensiNact IoT Gateway - Influxdb Historical Storage Agent [jar] [INFO] sensiNact IoT Gateway - HTTP oneM2M Northbound Agent [jar] [INFO] sensiNact IoT Gateway - Security test configuration [jar] [INFO] sensiNact IoT Gateway - Swagger API [jar] [INFO] sensiNact IoT Gateway - MongoDB Connector [jar] [INFO] sensiNact IoT Gateway - Simulated Billboard [jar] [INFO] sensiNact IoT Gateway - Simulated Temperatures Generator [jar] [INFO] sensiNact IoT Gateway - Distribution [pom] [INFO] sensiNact IoT Gateway - OSGi Distribution Template [pom] [INFO] sensiNact IoT Gateway - OSGi Distribution Template With Security [pom] [INFO] sensiNact IoT Gateway - OSGi Distribution Template With OpenId Security [pom] [INFO] sensiNact IoT Gateway - Distribution Generator [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (bridge profile generator) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (android-imu bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (application bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (free-sms bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (kodi bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (mqtt-sb bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (mqtt-nb bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (mqtt-server bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (openhab bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (openweather bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (onem2m bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (onem2m-mqttbinding bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (rest bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (simulation bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (storage-agent bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (influxdb-storage-agent bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (historic bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (swagger bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (sensinact-remote bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (sensinact-datastore bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (ldapfilter bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (geojsonfilter bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (attributesfilter bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (http-client bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Runtime (ttn-device bridge dependencies) [pom] [INFO] sensiNact IoT Gateway - sensiNact Packaging [pom] [INFO] sensiNact IoT Gateway - Archetypes parent project [pom] [INFO] sensinact-basis-archetype [jar] [INFO] sensinact-http-archetype [jar] [INFO] sensinact-webapp-archetype [jar] [INFO] sensiNact IoT Gateway - sensiNact exports [pom] [INFO] sensiNact IoT Gateway - Integration Tests [pom] [INFO] sensiNact IoT Gateway - MQTT Integration Tests [jar] [INFO] [INFO] -------------------< org.eclipse.sensinact:gateway >-------------------- [INFO] Building sensiNact IoT Gateway - Gateway Project 2.0-SNAPSHOT [1/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 45 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 520 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/21/apache-21.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 398 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 297 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/19/apache-19.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 516 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/0.3.1/directory-maven-plugin-0.3.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/0.3.1/directory-maven-plugin-0.3.1.pom (3.3 kB at 252 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 371 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 110 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/0.3.1/directory-maven-plugin-0.3.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/0.3.1/directory-maven-plugin-0.3.1.jar (12 kB at 931 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 258 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 972 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 320 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom (1.4 kB at 57 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 101 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom (1.4 kB at 36 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.pom (3.2 kB at 265 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 392 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 97 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 153 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.pom (2.8 kB at 236 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.pom (3.0 kB at 215 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.pom (3.5 kB at 321 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.framework/1.0.1/org.osgi.test.assertj.framework-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.framework/1.0.1/org.osgi.test.assertj.framework-1.0.1.pom (3.9 kB at 302 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.pom (26 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/assertj/assertj-parent-pom/2.2.13/assertj-parent-pom-2.2.13.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/assertj/assertj-parent-pom/2.2.13/assertj-parent-pom-2.2.13.pom (24 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.promise/1.0.1/org.osgi.test.assertj.promise-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.promise/1.0.1/org.osgi.test.assertj.promise-1.0.1.pom (4.3 kB at 357 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 130 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom (1.4 kB at 131 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.pom (4.3 kB at 286 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5.cm/1.0.1/org.osgi.test.junit5.cm-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5.cm/1.0.1/org.osgi.test.junit5.cm-1.0.1.pom (4.7 kB at 359 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.pom (1.4 kB at 110 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/mockito/mockito-core/3.11.2/mockito-core-3.11.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/mockito/mockito-core/3.11.2/mockito-core-3.11.2.pom (2.5 kB at 178 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.11.3/byte-buddy-1.11.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.11.3/byte-buddy-1.11.3.pom (12 kB at 507 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-parent/1.11.3/byte-buddy-parent-1.11.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-parent/1.11.3/byte-buddy-parent-1.11.3.pom (42 kB at 3.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.3/byte-buddy-agent-1.11.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.3/byte-buddy-agent-1.11.3.pom (9.5 kB at 733 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 251 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 1.3 MB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.annotation/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from jbosss-staging: https://repository.jboss.org/nexus/content/groups/staging/biz/aQute/bnd/biz.aQute.bnd.annotation/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.annotation/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.4 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.annotation/6.1.0-SNAPSHOT/biz.aQute.bnd.annotation-6.1.0-20211110.205640-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.annotation/6.1.0-SNAPSHOT/biz.aQute.bnd.annotation-6.1.0-20211110.205640-57.pom (3.5 kB at 28 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 101 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom (1.3 kB at 109 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 98 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.pom (1.3 kB at 101 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ gateway --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 208 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 354 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 303 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 129 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 24 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 241 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 237 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 104 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 648 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 768 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 59 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 387 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 363 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 303 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 496 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 352 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 353 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/18/apache-18.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/16/apache-16.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 7.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 922 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 2.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 5.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.7 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 18 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 214 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 693 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 761 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ gateway --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 399 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 313 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 510 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 9.9 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 185 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 65 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 487 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 269 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 566 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 763 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 188 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 148 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 173 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 206 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 129 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 644 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 187 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 336 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 145 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 217 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 124 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 45 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 522 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 180 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 64 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 179 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 284 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 344 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 440 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 463 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 453 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 4.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 70 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 128 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 605 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 511 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/14/apache-14.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 234 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 239 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 366 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 176 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/5/apache-5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 341 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 2.7 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 2.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 8.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.6 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 3.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 452 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 329 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 696 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 2.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 11 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 217 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 738 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 3.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 4.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 552 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 3.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 766 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 5.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 699 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 1.4 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 2.3 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 2.3 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 2.6 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 388 kB/s) [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ gateway --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom (6.6 kB at 550 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 324 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 263 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom (1.9 kB at 157 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom (2.2 kB at 185 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 68 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 385 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom (1.9 kB at 161 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 161 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 153 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 13 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 118 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 254 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 136 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 545 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 324 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 231 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 560 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 864 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom (2.2 kB at 187 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom (2.9 kB at 48 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom (1.5 kB at 127 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom (11 kB at 940 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom (1.5 kB at 129 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom (1.8 kB at 140 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom (3.2 kB at 228 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.jar (30 kB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 3.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar (41 kB at 2.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar (15 kB at 574 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar (56 kB at 2.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.jar (47 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar (124 kB at 2.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar (86 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar (120 kB at 2.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 3.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 6.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 2.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 535 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 2.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 45 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 482 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar (557 kB at 4.6 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 1.4 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar (149 kB at 599 kB/s) [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gateway --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 465 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 468 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 641 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 440 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 358 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 224 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 2.2 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 3.2 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 6.7 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 11 MB/s) [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/2.0-SNAPSHOT/gateway-2.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.sensinact.gateway:parent >---------------- [INFO] Building sensiNact IoT Gateway - Platform 2.0-SNAPSHOT [2/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/license-maven-plugin/1.20/license-maven-plugin-1.20.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/license-maven-plugin/1.20/license-maven-plugin-1.20.pom (24 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 2.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/license-maven-plugin/1.20/license-maven-plugin-1.20.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/license-maven-plugin/1.20/license-maven-plugin-1.20.jar (517 kB at 14 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.9 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/bnd-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/bnd-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/bnd-maven-plugin-6.1.0-20211110.210532-57.pom (4.4 kB at 37 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/bnd-maven-plugin-6.1.0-20211110.210532-57.jar [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-maven-plugin/6.1.0-SNAPSHOT/bnd-maven-plugin-6.1.0-20211110.210532-57.jar (25 kB at 150 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 10 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/bnd-testing-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/bnd-testing-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/bnd-testing-maven-plugin-6.1.0-20211110.210532-57.pom (4.8 kB at 40 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/bnd-testing-maven-plugin-6.1.0-20211110.210532-57.jar [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-testing-maven-plugin/6.1.0-SNAPSHOT/bnd-testing-maven-plugin-6.1.0-20211110.210532-57.jar (11 kB at 26 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.9 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/bnd-resolver-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/bnd-resolver-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/bnd-resolver-maven-plugin-6.1.0-20211110.210532-57.pom (4.8 kB at 40 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/bnd-resolver-maven-plugin-6.1.0-20211110.210532-57.jar [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/6.1.0-SNAPSHOT/bnd-resolver-maven-plugin-6.1.0-20211110.210532-57.jar (9.1 kB at 70 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 605 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 2.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 3.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar (35 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar (176 kB at 7.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 99 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 294 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar (100 kB at 2.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.framework/1.0.1/org.osgi.test.assertj.framework-1.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar (102 kB at 2.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.promise/1.0.1/org.osgi.test.assertj.promise-1.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.framework/1.0.1/org.osgi.test.assertj.framework-1.0.1.jar (57 kB at 993 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar (567 kB at 9.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.assertj.promise/1.0.1/org.osgi.test.assertj.promise-1.0.1.jar (15 kB at 246 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar (1.5 MB at 21 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5.cm/1.0.1/org.osgi.test.junit5.cm-1.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar (14 kB at 198 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar (76 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5.cm/1.0.1/org.osgi.test.junit5.cm-1.0.1.jar (22 kB at 272 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/mockito/mockito-core/3.11.2/mockito-core-3.11.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar (55 kB at 657 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.11.3/byte-buddy-1.11.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 5.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.3/byte-buddy-agent-1.11.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar (29 kB at 294 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.3/byte-buddy-agent-1.11.3.jar (251 kB at 2.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/mockito/mockito-core/3.11.2/mockito-core-3.11.2.jar (671 kB at 5.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 415 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 92 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar (12 kB at 85 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 231 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar (12 kB at 82 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.11.3/byte-buddy-1.11.3.jar (3.6 MB at 17 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.jar (4.9 MB at 22 MB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.annotation/6.1.0-SNAPSHOT/biz.aQute.bnd.annotation-6.1.0-20211110.205640-57.jar [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.annotation/6.1.0-SNAPSHOT/biz.aQute.bnd.annotation-6.1.0-20211110.205640-57.jar (107 kB at 291 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ parent --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom (4.1 kB at 376 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 393 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 3.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/17/apache-17.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 68 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 385 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 154 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 279 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 483 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 291 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 522 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 697 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 576 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.1 MB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.5 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/biz.aQute.bnd.maven-6.1.0-20211110.210055-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/biz.aQute.bnd.maven-6.1.0-20211110.210055-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/biz.aQute.bnd.maven-6.1.0-20211110.210055-57.pom (6.0 kB at 36 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 90 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 13 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 109 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 122 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 124 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 171 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.8 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/biz.aQute.bnd.util-6.1.0-20211110.205706-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/biz.aQute.bnd.util-6.1.0-20211110.205706-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/biz.aQute.bnd.util-6.1.0-20211110.205706-57.pom (2.7 kB at 22 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.1 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/biz.aQute.bndlib-6.1.0-20211110.205721-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/biz.aQute.bndlib-6.1.0-20211110.205721-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/biz.aQute.bndlib-6.1.0-20211110.205721-57.pom (5.3 kB at 44 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 171 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 99 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 319 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.8 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/biz.aQute.resolve-6.1.0-20211110.205921-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/biz.aQute.resolve-6.1.0-20211110.205921-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/biz.aQute.resolve-6.1.0-20211110.205921-57.pom (5.5 kB at 45 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom (1.8 kB at 152 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.8 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/biz.aQute.repository-6.1.0-20211110.205905-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/biz.aQute.repository-6.1.0-20211110.205905-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/biz.aQute.repository-6.1.0-20211110.205905-57.pom (5.1 kB at 43 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom (1.3 kB at 94 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 164 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 2.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 319 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 853 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 259 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 638 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 336 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 153 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 218 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 150 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 68 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 290 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 2.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 172 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 244 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 379 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 597 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 130 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 236 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 719 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 79 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 51 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 188 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 609 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 283 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 262 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 515 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 640 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 336 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 153 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 2.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 180 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 141 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 259 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 818 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/google/5/google-5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 223 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 33 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 555 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 734 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar (11 kB at 885 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 707 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 4.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 978 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 946 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 9.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 638 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar (41 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 6.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 879 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 3.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 949 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 7.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 680 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 2.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 76 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 31 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 492 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 300 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 449 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 1.4 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 164 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 3.7 MB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/biz.aQute.bnd.maven-6.1.0-20211110.210055-57.jar [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/biz.aQute.bnd.util-6.1.0-20211110.205706-57.jar [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/biz.aQute.resolve-6.1.0-20211110.205921-57.jar [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/biz.aQute.repository-6.1.0-20211110.205905-57.jar [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/biz.aQute.bndlib-6.1.0-20211110.205721-57.jar [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/6.1.0-SNAPSHOT/biz.aQute.bnd.maven-6.1.0-20211110.210055-57.jar (128 kB at 350 kB/s) [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0-SNAPSHOT/biz.aQute.bnd.util-6.1.0-20211110.205706-57.jar (408 kB at 829 kB/s) [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.resolve/6.1.0-SNAPSHOT/biz.aQute.resolve-6.1.0-20211110.205921-57.jar (601 kB at 1.0 MB/s) [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.repository/6.1.0-SNAPSHOT/biz.aQute.repository-6.1.0-20211110.205905-57.jar (1.0 MB at 1.6 MB/s) [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bndlib/6.1.0-SNAPSHOT/biz.aQute.bndlib-6.1.0-20211110.205721-57.jar (3.1 MB at 3.6 MB/s) [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ parent --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 391 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 378 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 178 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 144 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 4.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 286 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 508 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 393 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 3.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/15/apache-15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 924 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 4.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/9/apache-9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 88 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 446 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 484 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 455 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 6.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 191 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 176 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 484 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 2.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 8.2 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 2.3 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 2.7 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 14 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 1.1 MB/s) [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ parent --- [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.7 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-6.1.0-20211110.205734-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-6.1.0-20211110.205734-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-6.1.0-20211110.205734-57.pom (2.5 kB at 21 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 875 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 8.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 19 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 714 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 3.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 2.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 80 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 37 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 7.1 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 67 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 823 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 3.4 MB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-6.1.0-20211110.205734-57.jar [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-6.1.0-20211110.205734-57.jar (5.8 MB at 4.9 MB/s) [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ parent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.sensinact.gateway:sensinact-utils >------------ [INFO] Building sensiNact IoT Gateway - Utilities 2.0-SNAPSHOT [3/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 263 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 4.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 448 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 959 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 333 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 3.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom (5.2 kB at 370 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/json/json/20190722/json-20190722.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/json/json/20190722/json-20190722.pom (6.0 kB at 398 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/json/json/20190722/json-20190722.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar (30 kB at 2.5 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/json/json/20190722/json-20190722.jar (65 kB at 2.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-utils --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-utils --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ sensinact-utils --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 229 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 12 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.9 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 15 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 7.0 MB/s) [INFO] Test Source directory: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/extra-test-sources added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-utils --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 568 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 154 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 131 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 5.6 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 3.4 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 16 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-utils --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 474 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 578 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 3.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/13/apache-13.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 822 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 146 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 969 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 218 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 324 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 685 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 89 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 584 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 196 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 190 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 720 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 298 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 217 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 217 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 144 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 187 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 155 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 277 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 310 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 80 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 193 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 172 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 114 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 405 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 380 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/11/apache-11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 464 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 345 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 226 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 50 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 87 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 548 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 266 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 63 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 70 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 103 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 7.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 1.9 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 205 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.6 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 11 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 591 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/src/main/java/org/eclipse/sensinact/gateway/util/JSONUtils.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/src/main/java/org/eclipse/sensinact/gateway/util/JSONUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/src/test/java/org/eclipse/sensinact/gateway/util/tree/test/PathTreeTest.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/src/test/java/org/eclipse/sensinact/gateway/util/tree/test/PathTreeTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/src/test/java/org/eclipse/sensinact/gateway/util/tree/test/PathTreeTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-utils --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-utils --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 881 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 136 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 322 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 163 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 745 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 395 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 623 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 237 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 934 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/7/apache-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 302 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 304 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 1.0 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 884 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 8.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 20 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 549 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 8.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 6.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 737 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 3.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 5.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 495 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 5.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 728 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 288 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 109 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 272 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 192 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 292 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 122 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 143 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 112 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 361 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 358 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 2.9 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-utils --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-utils --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-utils --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-utils/2.0-SNAPSHOT/sensinact-utils-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-utils/2.0-SNAPSHOT/sensinact-utils-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-utils/2.0-SNAPSHOT/sensinact-utils-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -----------< org.eclipse.sensinact.gateway:sensinact-common >----------- [INFO] Building sensiNact IoT Gateway - Common Data Structures 2.0-SNAPSHOT [4/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-common --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/main/java/org/eclipse/sensinact/gateway/common/bundle/LogExecutor.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/main/java/org/eclipse/sensinact/gateway/common/bundle/LogExecutor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/main/java/org/eclipse/sensinact/gateway/common/bundle/LogExecutor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/main/java/org/eclipse/sensinact/gateway/common/primitive/Elements.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/main/java/org/eclipse/sensinact/gateway/common/primitive/Elements.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/test/java/org/eclipse/sensinact/gateway/common/constraint/test/ConstraintTest.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/test/java/org/eclipse/sensinact/gateway/common/constraint/test/ConstraintTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/src/test/java/org/eclipse/sensinact/gateway/common/constraint/test/ConstraintTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-common --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-common --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-common --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-common --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-common --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-common --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-common/2.0-SNAPSHOT/sensinact-common-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-common/2.0-SNAPSHOT/sensinact-common-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-common/2.0-SNAPSHOT/sensinact-common-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ----------< org.eclipse.sensinact.gateway:sensinact-security >---------- [INFO] Building sensiNact IoT Gateway - Security parent module 2.0-SNAPSHOT [5/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-security --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-security --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-security --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-security --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-security --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-security --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-security --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-security --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security/2.0-SNAPSHOT/sensinact-security-2.0-SNAPSHOT.pom [INFO] [INFO] ----< org.eclipse.sensinact.gateway:sensinact-framework-extension >----- [INFO] Building sensiNact IoT Gateway - OSGi Framework Security Extension 2.0-SNAPSHOT [6/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-framework-extension --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-framework-extension --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-framework-extension --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-framework-extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-framework-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-framework-extension --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-framework-extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-framework-extension --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-framework-extension --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-framework-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-framework-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/target/sensinact-framework-extension-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-framework-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/target/sensinact-framework-extension-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-framework-extension --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-framework-extension --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-framework-extension --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/target/sensinact-framework-extension-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-framework-extension/2.0-SNAPSHOT/sensinact-framework-extension-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-framework-extension/2.0-SNAPSHOT/sensinact-framework-extension-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/target/sensinact-framework-extension-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-framework-extension/2.0-SNAPSHOT/sensinact-framework-extension-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ---------< org.eclipse.sensinact.gateway:sensinact-datastore >---------- [INFO] Building sensiNact IoT Gateway - Data store parent module 2.0-SNAPSHOT [7/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-datastore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-datastore --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-datastore --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-datastore --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-datastore --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-datastore --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-datastore --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-datastore --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-datastore --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-datastore/2.0-SNAPSHOT/sensinact-datastore-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway:sensinact-datastore-api >-------- [INFO] Building sensiNact IoT Gateway - Data Store Access API 2.0-SNAPSHOT [8/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-datastore-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-datastore-api --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-datastore-api --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-datastore-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-datastore-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-datastore-api --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-datastore-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-datastore-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-datastore-api --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-datastore-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-datastore-api --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-datastore-api --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-datastore-api --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-datastore-api --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-datastore-api --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-datastore-api/2.0-SNAPSHOT/sensinact-datastore-api-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-datastore-api/2.0-SNAPSHOT/sensinact-datastore-api-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-datastore-api/2.0-SNAPSHOT/sensinact-datastore-api-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --< org.eclipse.sensinact.gateway:sensinact-signature-validator-api >--- [INFO] Building OSGi Security Layer - Jar Validation API 2.0-SNAPSHOT [9/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-signature-validator-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-signature-validator-api --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-signature-validator-api --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-signature-validator-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-signature-validator-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-signature-validator-api --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-signature-validator-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-signature-validator-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-signature-validator-api --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/pom.xml [0:0]: Host sensinact-signature-validator-api= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named sensinact-signature-validator-api-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-signature-validator-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-signature-validator-api --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-signature-validator-api --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-signature-validator-api --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-signature-validator-api --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-signature-validator-api --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-api/2.0-SNAPSHOT/sensinact-signature-validator-api-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-api/2.0-SNAPSHOT/sensinact-signature-validator-api-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-api/2.0-SNAPSHOT/sensinact-signature-validator-api-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --< org.eclipse.sensinact.gateway:sensinact-signature-validator-mock >-- [INFO] Building OSGi Security Layer - Jar Validation Mock 2.0-SNAPSHOT [10/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 23 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-signature-validator-mock --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-signature-validator-mock --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-signature-validator-mock --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-signature-validator-mock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-signature-validator-mock --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/src/main/java/org/eclipse/sensinact/gateway/security/signature/internal/SignatureFileChecker.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/src/main/java/org/eclipse/sensinact/gateway/security/signature/internal/SignatureFileChecker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/src/main/java/org/eclipse/sensinact/gateway/security/signature/internal/SignatureFileChecker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-signature-validator-mock --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-signature-validator-mock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-signature-validator-mock --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-signature-validator-mock --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-signature-validator-mock --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-signature-validator-mock --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-signature-validator-mock --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-signature-validator-mock --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/tests.bndrun: [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component/1.4.0/org.osgi.service.component-1.4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component/1.4.0/org.osgi.service.component-1.4.0.pom (1.4 kB at 96 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom (1.4 kB at 60 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.metatype/1.4.0/org.osgi.service.metatype-1.4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.metatype/1.4.0/org.osgi.service.metatype-1.4.0.pom (1.4 kB at 131 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.remoteserviceadmin/1.1.0/org.osgi.service.remoteserviceadmin-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.remoteserviceadmin/1.1.0/org.osgi.service.remoteserviceadmin-1.1.0.pom (1.3 kB at 121 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.http.whiteboard/1.1.0/org.osgi.service.http.whiteboard-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.http.whiteboard/1.1.0/org.osgi.service.http.whiteboard-1.1.0.pom (1.5 kB at 113 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.pom (1.4 kB at 120 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.converter/1.0.8/org.osgi.util.converter-1.0.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.converter/1.0.8/org.osgi.util.converter-1.0.8.pom (1.9 kB at 172 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.3/org.apache.aries.javax.jax.rs-api-1.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.3/org.apache.aries.javax.jax.rs-api-1.0.3.pom (4.1 kB at 344 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/jax/rs/org.apache.aries.jax.rs/1.0.3/org.apache.aries.jax.rs-1.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/jax/rs/org.apache.aries.jax.rs/1.0.3/org.apache.aries.jax.rs-1.0.3.pom (8.4 kB at 762 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.0/geronimo-osgi-locator-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.0/geronimo-osgi-locator-1.0.pom (3.1 kB at 262 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-support/1.0/geronimo-osgi-support-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-support/1.0/geronimo-osgi-support-1.0.pom (8.1 kB at 674 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 498 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework/6.0.3/org.apache.felix.framework-6.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework/6.0.3/org.apache.felix.framework-6.0.3.pom (6.7 kB at 512 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 231 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 360 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 373 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main.distribution/6.0.3/org.apache.felix.main.distribution-6.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main.distribution/6.0.3/org.apache.felix.main.distribution-6.0.3.pom (6.8 kB at 567 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/3/felix-parent-3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/3/felix-parent-3.pom (17 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/2.0.10/org.apache.felix.bundlerepository-2.0.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/2.0.10/org.apache.felix.bundlerepository-2.0.10.pom (8.0 kB at 663 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 878 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/easymock/easymock/3.4/easymock-3.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/easymock/easymock/3.4/easymock-3.4.pom (7.3 kB at 664 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom (17 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/2.2/objenesis-2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 225 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.16/org.apache.felix.configadmin-1.9.16.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.16/org.apache.felix.configadmin-1.9.16.pom (13 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.pom (6.2 kB at 207 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.pom (4.0 kB at 209 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.pom (1.6 kB at 148 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom (3.5 kB at 318 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/gogo-parent/6/gogo-parent-6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/gogo-parent/6/gogo-parent-6.pom (5.4 kB at 493 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/5/felix-parent-5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/5/felix-parent-5.pom (22 kB at 2.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom (3.9 kB at 322 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.jline/1.1.8/org.apache.felix.gogo.jline-1.1.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.jline/1.1.8/org.apache.felix.gogo.jline-1.1.8.pom (4.5 kB at 318 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/jline/jline/3.13.2/jline-3.13.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/jline/jline/3.13.2/jline-3.13.2.pom (17 kB at 883 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/jline/jline-parent/3.13.2/jline-parent-3.13.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/jline/jline-parent/3.13.2/jline-parent-3.13.2.pom (19 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.api/3.0.0/org.apache.felix.http.api-3.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.api/3.0.0/org.apache.felix.http.api-3.0.0.pom (3.9 kB at 280 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.parent/7/org.apache.felix.http.parent-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.parent/7/org.apache.felix.http.parent-7.pom (5.2 kB at 117 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.pom (3.8 kB at 346 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.parent/12/org.apache.felix.http.parent-12.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.parent/12/org.apache.felix.http.parent-12.pom (5.4 kB at 489 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.5.66/tomcat-servlet-api-8.5.66.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.5.66/tomcat-servlet-api-8.5.66.pom (2.4 kB at 126 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.log/1.2.2/org.apache.felix.log-1.2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.log/1.2.2/org.apache.felix.log-1.2.2.pom (4.5 kB at 408 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.pom (1.3 kB at 120 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.pom (14 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell.remote/1.2.0/org.apache.felix.shell.remote-1.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell.remote/1.2.0/org.apache.felix.shell.remote-1.2.0.pom (3.9 kB at 328 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/4/felix-parent-4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/4/felix-parent-4.pom (24 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/4.0.0/org.osgi.compendium-4.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/4.0.0/org.osgi.compendium-4.0.0.pom (199 B at 8.7 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell/1.0.0/org.apache.felix.shell-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell/1.0.0/org.apache.felix.shell-1.0.0.pom (2.3 kB at 146 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix/1.0.0/felix-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix/1.0.0/felix-1.0.0.pom (12 kB at 923 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 375 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom (2.3 kB at 90 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.pom (22 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.parent/13/org.apache.felix.http.parent-13.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.parent/13/org.apache.felix.http.parent-13.pom (5.3 kB at 484 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.42.v20210604/jetty-servlet-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.42.v20210604/jetty-servlet-9.4.42.v20210604.pom (2.3 kB at 175 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/9.4.42.v20210604/jetty-project-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/9.4.42.v20210604/jetty-project-9.4.42.v20210604.pom (63 kB at 4.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.42.v20210604/jetty-security-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.42.v20210604/jetty-security-9.4.42.v20210604.pom (2.1 kB at 175 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.pom (2.8 kB at 184 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/9.4.25.v20191220/jetty-project-9.4.25.v20191220.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/9.4.25.v20191220/jetty-project-9.4.25.v20191220.pom (76 kB at 5.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 435 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.pom (4.2 kB at 385 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220.pom (4.1 kB at 165 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.pom (1.3 kB at 5.9 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.42.v20210604/jetty-util-ajax-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.42.v20210604/jetty-util-ajax-9.4.42.v20210604.pom (1.3 kB at 114 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.pom (3.9 kB at 280 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jmx/9.4.42.v20210604/jetty-jmx-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jmx/9.4.42.v20210604/jetty-jmx-9.4.42.v20210604.pom (1.2 kB at 113 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.42.v20210604/jetty-webapp-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.42.v20210604/jetty-webapp-9.4.42.v20210604.pom (3.2 kB at 265 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.42.v20210604/jetty-xml-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.42.v20210604/jetty-xml-9.4.42.v20210604.pom (1.7 kB at 167 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.4.42.v20210604/websocket-servlet-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.4.42.v20210604/websocket-servlet-9.4.42.v20210604.pom (2.2 kB at 220 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.42.v20210604/websocket-parent-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.42.v20210604/websocket-parent-9.4.42.v20210604.pom (1.4 kB at 76 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.25.v20191220/websocket-api-9.4.25.v20191220.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.25.v20191220/websocket-api-9.4.25.v20191220.pom (2.5 kB at 229 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.25.v20191220/websocket-parent-9.4.25.v20191220.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.25.v20191220/websocket-parent-9.4.25.v20191220.pom (1.6 kB at 48 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.4.42.v20210604/websocket-server-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.4.42.v20210604/websocket-server-9.4.42.v20210604.pom (4.1 kB at 371 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.pom (3.6 kB at 326 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.42.v20210604/jetty-io-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.42.v20210604/jetty-io-9.4.42.v20210604.pom (1.2 kB at 73 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.42.v20210604/websocket-client-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.42.v20210604/websocket-client-9.4.42.v20210604.pom (4.6 kB at 243 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.42.v20210604/jetty-client-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.42.v20210604/jetty-client-9.4.42.v20210604.pom (5.0 kB at 452 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-server/9.4.42.v20210604/http2-server-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-server/9.4.42.v20210604/http2-server-9.4.42.v20210604.pom (3.7 kB at 285 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-parent/9.4.42.v20210604/http2-parent-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-parent/9.4.42.v20210604/http2-parent-9.4.42.v20210604.pom (1.1 kB at 97 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-common/9.4.42.v20210604/http2-common-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-common/9.4.42.v20210604/http2-common-9.4.42.v20210604.pom (1.2 kB at 92 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-hpack/9.4.42.v20210604/http2-hpack-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-hpack/9.4.42.v20210604/http2-hpack-9.4.42.v20210604.pom (2.4 kB at 221 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-alpn-server/9.4.42.v20210604/jetty-alpn-server-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-alpn-server/9.4.42.v20210604/jetty-alpn-server-9.4.42.v20210604.pom (2.7 kB at 244 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-alpn-parent/9.4.42.v20210604/jetty-alpn-parent-9.4.42.v20210604.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-alpn-parent/9.4.42.v20210604/jetty-alpn-parent-9.4.42.v20210604.pom (1.1 kB at 98 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.base/4.1.2/org.apache.felix.http.base-4.1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.base/4.1.2/org.apache.felix.http.base-4.1.2.pom (3.3 kB at 164 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom (11 kB at 928 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 5.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 3.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 6.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom (13 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom (18 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom (4.2 kB at 420 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.pom (1.0 kB at 93 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/osgi-over-slf4j/1.7.30/osgi-over-slf4j-1.7.30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/osgi-over-slf4j/1.7.30/osgi-over-slf4j-1.7.30.pom (1.3 kB at 82 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 4.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.pom (3.2 kB at 320 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.pom (3.2 kB at 291 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.pom (3.0 kB at 275 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-testkit/1.7.2/junit-platform-testkit-1.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-testkit/1.7.2/junit-platform-testkit-1.7.2.pom (3.4 kB at 260 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.tester.junit-platform/5.3.0/biz.aQute.tester.junit-platform-5.3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.tester.junit-platform/5.3.0/biz.aQute.tester.junit-platform-5.3.0.pom (5.0 kB at 157 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.pom (958 B at 96 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.pom (2.6 kB at 137 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.11/hawtbuf-project-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.11/hawtbuf-project-1.11.pom (11 kB at 953 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.10/fusesource-pom-1.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.10/fusesource-pom-1.10.pom (15 kB at 741 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.22/hawtdispatch-1.22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.22/hawtdispatch-1.22.pom (3.0 kB at 271 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-project/1.22/hawtdispatch-project-1.22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-project/1.22/hawtdispatch-project-1.22.pom (13 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom (15 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.pom (1.9 kB at 171 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.parent/1.14.0/org.apache.aries.rsa.parent-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.parent/1.14.0/org.apache.aries.rsa.parent-1.14.0.pom (13 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.main/1.14.0/org.apache.aries.rsa.main-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.main/1.14.0/org.apache.aries.rsa.main-1.14.0.pom (4.2 kB at 107 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/20/apache-20.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/20/apache-20.pom (16 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/1.3_1/org.apache.servicemix.bundles.hamcrest-1.3_1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/1.3_1/org.apache.servicemix.bundles.hamcrest-1.3_1.pom (2.9 kB at 72 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/10/bundles-pom-10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/10/bundles-pom-10.pom (15 kB at 526 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom (9.5 kB at 263 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.local/1.14.0/org.apache.aries.rsa.discovery.local-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.local/1.14.0/org.apache.aries.rsa.discovery.local-1.14.0.pom (2.9 kB at 143 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.zookeeper/1.14.0/org.apache.aries.rsa.discovery.zookeeper-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.zookeeper/1.14.0/org.apache.aries.rsa.discovery.zookeeper-1.14.0.pom (3.4 kB at 188 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.5.6/zookeeper-3.5.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.5.6/zookeeper-3.5.6.pom (9.2 kB at 833 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/parent/3.5.6/parent-3.5.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/parent/3.5.6/parent-3.5.6.pom (28 kB at 2.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.5.6/zookeeper-jute-3.5.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.5.6/zookeeper-jute-3.5.6.pom (5.7 kB at 514 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.pom (1.9 kB at 186 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/yetus/yetus-project/0.5.0/yetus-project-0.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/yetus/yetus-project/0.5.0/yetus-project-0.5.0.pom (6.8 kB at 615 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.pom (3.4 kB at 282 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-parent/4.1.42.Final/netty-parent-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-parent/4.1.42.Final/netty-parent-4.1.42.Final.pom (60 kB at 5.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.pom (10 kB at 838 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.pom (1.6 kB at 132 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.pom (1.9 kB at 175 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.pom (1.6 kB at 132 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.pom (3.6 kB at 189 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.42.Final/netty-transport-native-epoll-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.42.Final/netty-transport-native-epoll-4.1.42.Final.pom (16 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.42.Final/netty-transport-native-unix-common-4.1.42.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.42.Final/netty-transport-native-unix-common-4.1.42.Final.pom (16 kB at 539 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.fastbin/1.14.0/org.apache.aries.rsa.provider.fastbin-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.fastbin/1.14.0/org.apache.aries.rsa.provider.fastbin-1.14.0.pom (6.0 kB at 499 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.pom (1.6 kB at 132 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.pom (2.0 kB at 180 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom (1.1 kB at 94 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.pom (1.8 kB at 166 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 2.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.pom (3.4 kB at 160 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.pom (2.0 kB at 180 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 101 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.pom (3.8 kB at 349 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.pom (6.6 kB at 601 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.11/httpcomponents-client-4.5.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.11/httpcomponents-client-4.5.11.pom (16 kB at 607 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 3.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 497 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.pom (15 kB at 570 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 4.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.pom (2.5 kB at 224 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.6.2/slf4j-parent-1.6.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.6.2/slf4j-parent-1.6.2.pom (9.7 kB at 884 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.pom (2.7 kB at 249 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.pom (2.8 kB at 250 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.pom (6.7 kB at 318 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-project/1.19.4/jersey-project-1.19.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-project/1.19.4/jersey-project-1.19.4.pom (28 kB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 597 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.pom (9.7 kB at 44 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 391 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.11/fluent-hc-4.5.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.11/fluent-hc-4.5.11.pom (5.3 kB at 438 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.11/httpclient-cache-4.5.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.11/httpclient-cache-4.5.11.pom (6.6 kB at 598 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-osgi/4.5.11/httpclient-osgi-4.5.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-osgi/4.5.11/httpclient-osgi-4.5.11.pom (8.4 kB at 697 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.11/httpmime-4.5.11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.11/httpmime-4.5.11.pom (5.2 kB at 473 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-osgi/4.4.13/httpcore-osgi-4.4.13.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-osgi/4.4.13/httpcore-osgi-4.4.13.pom (5.3 kB at 478 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom (5.5 kB at 393 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0.pom (7.1 kB at 644 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.10.0/jackson-base-2.10.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.10.0/jackson-base-2.10.0.pom (6.6 kB at 415 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.0/jackson-bom-2.10.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.0/jackson-bom-2.10.0.pom (13 kB at 347 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.10/jackson-parent-2.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.10/jackson-parent-2.10.pom (8.3 kB at 590 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 2.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0.pom (2.7 kB at 275 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0.pom (4.6 kB at 258 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/5.3.0/biz.aQute.bndlib-5.3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/5.3.0/biz.aQute.bndlib-5.3.0.pom (4.5 kB at 168 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.pom (20 kB at 432 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/hazelcast/hazelcast-root/3.12.5/hazelcast-root-3.12.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/hazelcast/hazelcast-root/3.12.5/hazelcast-root-3.12.5.pom (61 kB at 4.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.pom (17 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/mail/javax.mail-api/1.6.2/javax.mail-api-1.6.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/mail/javax.mail-api/1.6.2/javax.mail-api-1.6.2.pom (4.7 kB at 276 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/mail/all/1.6.2/all-1.6.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 471 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 189 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 76 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.2/org.eclipse.paho.client.mqttv3-1.2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.2/org.eclipse.paho.client.mqttv3-1.2.2.pom (3.9 kB at 214 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/paho/java-parent/1.2.2/java-parent-1.2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/paho/java-parent/1.2.2/java-parent-1.2.2.pom (11 kB at 464 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.18/jansi-1.18.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.18/jansi-1.18.pom (3.8 kB at 271 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/jansi/jansi-project/1.18/jansi-project-1.18.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/jansi/jansi-project/1.18/jansi-project-1.18.pom (10 kB at 950 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom (11 kB at 202 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.30.1/sqlite-jdbc-3.30.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.30.1/sqlite-jdbc-3.30.1.pom (6.3 kB at 373 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-all/4.1.45.Final/netty-all-4.1.45.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-all/4.1.45.Final/netty-all-4.1.45.Final.pom (28 kB at 125 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-parent/4.1.45.Final/netty-parent-4.1.45.Final.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-parent/4.1.45.Final/netty-parent-4.1.45.Final.pom (56 kB at 4.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.pom (1.1 kB at 95 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcmail-jdk15on/1.66/bcmail-jdk15on-1.66.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcmail-jdk15on/1.66/bcmail-jdk15on-1.66.pom (1.6 kB at 69 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.pom (1.5 kB at 122 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/biz.aQute.gogo.commands.provider/1.7.0/biz.aQute.gogo.commands.provider-1.7.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/biz.aQute.gogo.commands.provider/1.7.0/biz.aQute.gogo.commands.provider-1.7.0.pom (3.4 kB at 262 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.pom (1.5 kB at 114 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/5.1.0/aQute.libg-5.1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/5.1.0/aQute.libg-5.1.0.pom (3.1 kB at 237 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom (1.4 kB at 6.4 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.pom (1.4 kB at 60 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/mongodb/mongo-java-driver/3.12.0/mongo-java-driver-3.12.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/mongodb/mongo-java-driver/3.12.0/mongo-java-driver-3.12.0.pom (2.9 kB at 264 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/influxdb/influxdb-java/2.15/influxdb-java-2.15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/influxdb/influxdb-java/2.15/influxdb-java-2.15.pom (12 kB at 429 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.5.0/retrofit-2.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.5.0/retrofit-2.5.0.pom (3.4 kB at 312 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/parent/2.5.0/parent-2.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/parent/2.5.0/parent-2.5.0.pom (11 kB at 888 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.12.0/okhttp-3.12.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.12.0/okhttp-3.12.0.pom (2.5 kB at 206 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/parent/3.12.0/parent-3.12.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/parent/3.12.0/parent-3.12.0.pom (20 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.15.0/okio-1.15.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.15.0/okio-1.15.0.pom (2.0 kB at 152 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.15.0/okio-parent-1.15.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.15.0/okio-parent-1.15.0.pom (4.9 kB at 286 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-moshi/2.5.0/converter-moshi-2.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-moshi/2.5.0/converter-moshi-2.5.0.pom (1.9 kB at 65 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit-converters/2.5.0/retrofit-converters-2.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit-converters/2.5.0/retrofit-converters-2.5.0.pom (876 B at 73 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.5.0/moshi-1.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.5.0/moshi-1.5.0.pom (1.1 kB at 41 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/moshi/moshi-parent/1.5.0/moshi-parent-1.5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/moshi/moshi-parent/1.5.0/moshi-parent-1.5.0.pom (5.5 kB at 495 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom (1.6 kB at 148 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom (4.8 kB at 345 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/msgpack/msgpack-core/0.8.16/msgpack-core-0.8.16.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/msgpack/msgpack-core/0.8.16/msgpack-core-0.8.16.pom (3.5 kB at 322 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.13.1/okhttp-3.13.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.13.1/okhttp-3.13.1.pom (2.5 kB at 137 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/parent/3.13.1/parent-3.13.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/parent/3.13.1/parent-3.13.1.pom (20 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom (2.0 kB at 180 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom (4.9 kB at 347 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.13.1/logging-interceptor-3.13.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.13.1/logging-interceptor-3.13.1.pom (2.0 kB at 184 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component/1.4.0/org.osgi.service.component-1.4.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.metatype/1.4.0/org.osgi.service.metatype-1.4.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.remoteserviceadmin/1.1.0/org.osgi.service.remoteserviceadmin-1.1.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.http.whiteboard/1.1.0/org.osgi.service.http.whiteboard-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component/1.4.0/org.osgi.service.component-1.4.0.jar (48 kB at 3.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.metatype/1.4.0/org.osgi.service.metatype-1.4.0.jar (22 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.converter/1.0.8/org.osgi.util.converter-1.0.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar (132 kB at 4.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.3/org.apache.aries.javax.jax.rs-api-1.0.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar (38 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.0/geronimo-osgi-locator-1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.remoteserviceadmin/1.1.0/org.osgi.service.remoteserviceadmin-1.1.0.jar (70 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework/6.0.3/org.apache.felix.framework-6.0.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.util.converter/1.0.8/org.osgi.util.converter-1.0.8.jar (169 kB at 4.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.http.whiteboard/1.1.0/org.osgi.service.http.whiteboard-1.1.0.jar (98 kB at 2.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main.distribution/6.0.3/org.apache.felix.main.distribution-6.0.3.zip [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.3/org.apache.aries.javax.jax.rs-api-1.0.3.jar (131 kB at 3.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/2.0.10/org.apache.felix.bundlerepository-2.0.10.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.0/geronimo-osgi-locator-1.0.jar (13 kB at 281 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/easymock/easymock/3.4/easymock-3.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/2.0.10/org.apache.felix.bundlerepository-2.0.10.jar (237 kB at 3.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.16/org.apache.felix.configadmin-1.9.16.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 48 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 6.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.jar (139 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.16/org.apache.felix.configadmin-1.9.16.jar (168 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar (90 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.jline/1.1.8/org.apache.felix.gogo.jline-1.1.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.framework/6.0.3/org.apache.felix.framework-6.0.3.jar (726 kB at 7.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.jline/1.1.8/org.apache.felix.gogo.jline-1.1.8.jar (130 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.api/3.0.0/org.apache.felix.http.api-3.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.api/3.0.0/org.apache.felix.http.api-3.0.0.jar (26 kB at 221 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar (40 kB at 320 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.5.66/tomcat-servlet-api-8.5.66.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar (203 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.log/1.2.2/org.apache.felix.log-1.2.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.log/1.2.2/org.apache.felix.log-1.2.2.jar (54 kB at 348 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.5.66/tomcat-servlet-api-8.5.66.jar (247 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell.remote/1.2.0/org.apache.felix.shell.remote-1.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar (246 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/4.0.0/org.osgi.compendium-4.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar (402 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell/1.0.0/org.apache.felix.shell-1.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell.remote/1.2.0/org.apache.felix.shell.remote-1.2.0.jar (22 kB at 122 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.shell/1.0.0/org.apache.felix.shell-1.0.0.jar (51 kB at 260 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar (61 kB at 306 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.42.v20210604/jetty-servlet-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.jar (557 kB at 2.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.42.v20210604/jetty-util-ajax-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/4.0.0/org.osgi.compendium-4.0.0.jar (674 kB at 3.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main.distribution/6.0.3/org.apache.felix.main.distribution-6.0.3.zip (2.6 MB at 12 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jmx/9.4.42.v20210604/jetty-jmx-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jmx/9.4.42.v20210604/jetty-jmx-9.4.42.v20210604.jar (42 kB at 183 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.42.v20210604/jetty-security-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar (576 kB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.42.v20210604/jetty-webapp-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.42.v20210604/jetty-security-9.4.42.v20210604.jar (118 kB at 439 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.42.v20210604/jetty-xml-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.42.v20210604/jetty-util-ajax-9.4.42.v20210604.jar (65 kB at 232 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.4.42.v20210604/websocket-servlet-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.42.v20210604/jetty-xml-9.4.42.v20210604.jar (68 kB at 238 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.4.42.v20210604/websocket-server-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.42.v20210604/jetty-webapp-9.4.42.v20210604.jar (140 kB at 489 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.42.v20210604/jetty-servlet-9.4.42.v20210604.jar (146 kB at 501 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.42.v20210604/websocket-client-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.4.42.v20210604/websocket-servlet-9.4.42.v20210604.jar (30 kB at 102 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.42.v20210604/jetty-client-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.4.42.v20210604/websocket-server-9.4.42.v20210604.jar (45 kB at 148 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-server/9.4.42.v20210604/http2-server-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar (214 kB at 687 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.42.v20210604/websocket-client-9.4.42.v20210604.jar (46 kB at 146 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-common/9.4.42.v20210604/http2-common-9.4.42.v20210604.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-hpack/9.4.42.v20210604/http2-hpack-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-server/9.4.42.v20210604/http2-server-9.4.42.v20210604.jar (60 kB at 190 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-alpn-server/9.4.42.v20210604/jetty-alpn-server-9.4.42.v20210604.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.42.v20210604/jetty-client-9.4.42.v20210604.jar (324 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.base/4.1.2/org.apache.felix.http.base-4.1.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-hpack/9.4.42.v20210604/http2-hpack-9.4.42.v20210604.jar (52 kB at 159 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-common/9.4.42.v20210604/http2-common-9.4.42.v20210604.jar (206 kB at 619 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar (3.7 MB at 11 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-alpn-server/9.4.42.v20210604/jetty-alpn-server-9.4.42.v20210604.jar (18 kB at 51 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 260 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar (71 kB at 191 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 765 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.25.v20191220/websocket-api-9.4.25.v20191220.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.http.base/4.1.2/org.apache.felix.http.base-4.1.2.jar (243 kB at 649 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.jar (211 kB at 545 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.jar (676 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.jar (160 kB at 407 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/osgi-over-slf4j/1.7.30/osgi-over-slf4j-1.7.30.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar (290 kB at 739 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/osgi-over-slf4j/1.7.30/osgi-over-slf4j-1.7.30.jar (5.5 kB at 14 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.25.v20191220/websocket-api-9.4.25.v20191220.jar (52 kB at 128 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 151 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-testkit/1.7.2/junit-platform-testkit-1.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar (15 kB at 37 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.tester.junit-platform/5.3.0/biz.aQute.tester.junit-platform-5.3.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar (213 kB at 504 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-testkit/1.7.2/junit-platform-testkit-1.7.2.jar (45 kB at 107 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar (181 kB at 428 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.22/hawtdispatch-1.22.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.tester.junit-platform/5.3.0/biz.aQute.tester.junit-platform-5.3.0.jar (145 kB at 339 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar (137 kB at 319 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/1.3_1/org.apache.servicemix.bundles.hamcrest-1.3_1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.22/hawtdispatch-1.22.jar (119 kB at 270 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.local/1.14.0/org.apache.aries.rsa.discovery.local-1.14.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.jar (70 kB at 157 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.zookeeper/1.14.0/org.apache.aries.rsa.discovery.zookeeper-1.14.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.jar (50 kB at 112 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.fastbin/1.14.0/org.apache.aries.rsa.provider.fastbin-1.14.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.local/1.14.0/org.apache.aries.rsa.discovery.local-1.14.0.jar (35 kB at 77 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.zookeeper/1.14.0/org.apache.aries.rsa.discovery.zookeeper-1.14.0.jar (38 kB at 83 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/1.3_1/org.apache.servicemix.bundles.hamcrest-1.3_1.jar (312 kB at 671 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.5.6/zookeeper-3.5.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.jar (47 kB at 97 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.fastbin/1.14.0/org.apache.aries.rsa.provider.fastbin-1.14.0.jar (170 kB at 355 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.5.6/zookeeper-jute-3.5.6.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.jar (14 kB at 28 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.jar (2.3 MB at 4.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar (20 kB at 40 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.5.6/zookeeper-3.5.6.jar (985 kB at 1.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.jar (437 kB at 840 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.5.6/zookeeper-jute-3.5.6.jar (250 kB at 481 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.jar (604 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.42.Final/netty-transport-native-epoll-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.jar (277 kB at 530 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.42.Final/netty-transport-native-unix-common-4.1.42.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.jar (473 kB at 888 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.jar (33 kB at 61 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.jar (318 kB at 587 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.42.Final/netty-transport-native-unix-common-4.1.42.Final.jar (33 kB at 61 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar (136 kB at 247 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.42.Final/netty-transport-native-epoll-4.1.42.Final.jar (124 kB at 224 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 266 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar (173 kB at 305 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.jar (17 kB at 31 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 21 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar (8.9 kB at 15 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar (37 kB at 63 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.11/fluent-hc-4.5.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.jar (134 kB at 228 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar (31 kB at 52 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar (37 kB at 61 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.11/httpclient-cache-4.5.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.jar (437 kB at 725 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-osgi/4.5.11/httpclient-osgi-4.5.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.11/fluent-hc-4.5.11.jar (32 kB at 52 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-osgi/4.4.13/httpcore-osgi-4.4.13.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.11/httpclient-cache-4.5.11.jar (164 kB at 264 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 521 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.11/httpmime-4.5.11.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar (369 kB at 568 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.11/httpmime-4.5.11.jar (42 kB at 64 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-osgi/4.4.13/httpcore-osgi-4.4.13.jar (696 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-osgi/4.5.11/httpclient-osgi-4.5.11.jar (1.4 MB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/5.3.0/biz.aQute.bndlib-5.3.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0.jar (68 kB at 100 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0.jar (349 kB at 506 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0.jar (1.4 MB at 2.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.jar (348 kB at 486 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/mail/javax.mail-api/1.6.2/javax.mail-api-1.6.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.jar (205 kB at 284 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/mail/javax.mail-api/1.6.2/javax.mail-api-1.6.2.jar (219 kB at 297 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 84 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 872 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.2/org.eclipse.paho.client.mqttv3-1.2.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/5.3.0/biz.aQute.bndlib-5.3.0.jar (3.7 MB at 4.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.18/jansi-1.18.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 60 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/jline/jline/3.13.2/jline-3.13.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.2/org.eclipse.paho.client.mqttv3-1.2.2.jar (238 kB at 305 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.18/jansi-1.18.jar (287 kB at 366 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.30.1/sqlite-jdbc-3.30.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/jline/jline/3.13.2/jline-3.13.2.jar (839 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-all/4.1.45.Final/netty-all-4.1.45.Final.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar (417 kB at 516 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.jar (778 kB at 912 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcmail-jdk15on/1.66/bcmail-jdk15on-1.66.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcmail-jdk15on/1.66/bcmail-jdk15on-1.66.jar (111 kB at 125 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar (880 kB at 899 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/biz.aQute.gogo.commands.provider/1.7.0/biz.aQute.gogo.commands.provider-1.7.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/io/netty/netty-all/4.1.45.Final/netty-all-4.1.45.Final.jar (4.1 MB at 4.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.jar (43 kB at 41 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/5.1.0/aQute.libg-5.1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/biz.aQute.gogo.commands.provider/1.7.0/biz.aQute.gogo.commands.provider-1.7.0.jar (481 kB at 467 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar (5.9 MB at 5.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/mongodb/mongo-java-driver/3.12.0/mongo-java-driver-3.12.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.jar (68 kB at 63 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/influxdb/influxdb-java/2.15/influxdb-java-2.15.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.30.1/sqlite-jdbc-3.30.1.jar (6.1 MB at 5.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.5.0/retrofit-2.5.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/5.1.0/aQute.libg-5.1.0.jar (899 kB at 813 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-moshi/2.5.0/converter-moshi-2.5.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.5.0/retrofit-2.5.0.jar (108 kB at 98 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.5.0/moshi-1.5.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-moshi/2.5.0/converter-moshi-2.5.0.jar (6.9 kB at 6.2 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/msgpack/msgpack-core/0.8.16/msgpack-core-0.8.16.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/mongodb/mongo-java-driver/3.12.0/mongo-java-driver-3.12.0.jar (2.3 MB at 2.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.13.1/okhttp-3.13.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.5.0/moshi-1.5.0.jar (124 kB at 110 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/msgpack/msgpack-core/0.8.16/msgpack-core-0.8.16.jar (116 kB at 102 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.13.1/logging-interceptor-3.13.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.13.1/okhttp-3.13.1.jar (418 kB at 366 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.13.1/logging-interceptor-3.13.1.jar (12 kB at 10 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/influxdb/influxdb-java/2.15/influxdb-java-2.15.jar (157 kB at 135 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar (92 kB at 79 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.jar (12 MB at 8.8 MB/s) [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',assertj-core;version='[3.20.2,3.20.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-signature-validator-mock --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/tests.bndrun: [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',assertj-core;version='[3.20.2,3.20.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' 17:15:09.783 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:09.788 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:09.788 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:15:09.788 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - %s %s is valid? %s 17:15:09.833 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:09.834 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:09.834 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:15:09.834 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - %s %s is valid? %s 17:15:09.842 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-signature-validator-mock --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-mock/2.0-SNAPSHOT/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-mock/2.0-SNAPSHOT/sensinact-signature-validator-mock-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-mock/2.0-SNAPSHOT/sensinact-signature-validator-mock-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------------< org.eclipse.sensinact.gateway:sensinact-core >------------ [INFO] Building sensiNact IoT Gateway - Core 2.0-SNAPSHOT [11/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-core --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 241 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/ModelElement.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/ModelElement.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/src/test/java/org/eclipse/sensinact/gateway/core/test/DynamicParameterTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/src/test/java/org/eclipse/sensinact/gateway/core/test/DynamicParameterTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-core --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/pom.xml [0:0]: Host sensinact-core= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-core --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit3/2.22.2/surefire-junit3-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit3/2.22.2/surefire-junit3-2.22.2.pom (2.5 kB at 206 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 226 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit3/2.22.2/surefire-junit3-2.22.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit3/2.22.2/surefire-junit3-2.22.2.jar (27 kB at 2.1 MB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-core --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-core --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-core --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-core --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway:sensinact-security-none >-------- [INFO] Building sensiNact IoT Gateway - Security Moke 2.0-SNAPSHOT [12/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-security-none --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-security-none --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-security-none --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-security-none --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-security-none --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-security-none --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-security-none --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-security-none --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/src/test/java/org/eclipse/sensinact/gateway/core/security/test/TestSecuredAccess.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/src/test/java/org/eclipse/sensinact/gateway/core/security/test/TestSecuredAccess.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/src/test/java/org/eclipse/sensinact/gateway/core/security/test/TestSecuredAccess.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-security-none --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-security-none --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-security-none --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-security-none --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-security-none --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-security-none --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-security-none --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-none/2.0-SNAPSHOT/sensinact-security-none-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-none/2.0-SNAPSHOT/sensinact-security-none-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-none/2.0-SNAPSHOT/sensinact-security-none-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --< org.eclipse.sensinact.gateway:sensinact-signature-validator-secure >-- [INFO] Building OSGi Security Layer - Jar Validation 2.0-SNAPSHOT [13/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-signature-validator-secure --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-signature-validator-secure --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-signature-validator-secure --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-signature-validator-secure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-signature-validator-secure --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-signature-validator-secure --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-signature-validator-secure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-signature-validator-secure --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-signature-validator-secure --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-signature-validator-secure --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-signature-validator-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-signature-validator-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/sensinact-signature-validator-secure-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-signature-validator-secure --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/tests.bndrun: [INFO] -runbundles: assertj-core;version='[3.20.2,3.20.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-secure;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-secure-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',org.apache.felix.scr;version='[2.1.16,2.1.17)',ch.qos.logback.core;version='[1.2.3,1.2.4)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-signature-validator-secure --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/tests.bndrun: [INFO] -runbundles: assertj-core;version='[3.20.2,3.20.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-secure;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-secure-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',org.apache.felix.scr;version='[2.1.16,2.1.17)',ch.qos.logback.core;version='[1.2.3,1.2.4)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks 17:15:24.962 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:24.964 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - file bundle:org.eclipse.sensinact.gateway.sensinact-signature-validator-secure:2.0.0.202111111715:/failer-fan.jar is signed /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks 17:15:25.127 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:25.130 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - file bundle:org.eclipse.sensinact.gateway.sensinact-signature-validator-secure:2.0.0.202111111715:/button.jar is signed 17:15:25.131 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - signers: %s 17:15:25.131 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - SignedJarFile.getSignatureFile, signer: SELFSIGN 17:15:25.131 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFiles) 17:15:25.132 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:25.133 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - resourcesOrderValid true 17:15:25.133 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (cert) 17:15:25.133 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - SignedJarFile.getSignatureFile, signer: SELFSIGN 17:15:25.133 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFiles) 17:15:25.133 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:25.133 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (block) 17:15:25.133 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - SignedJarFile.checkSignatureBlockValidity, cert found 17:15:25.133 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - signature file: Signature-Version: 1.0 SHA-256-Digest-Manifest-Main-Attributes: B8kBPd40RwS5raLgFZ6A1490DsnGQ nWLM394nShRZfc= SHA-256-Digest-Manifest: peXCwvyG9X7YDvpSQ8b6C7OTWQlVxOHxnuZXFR14Jpc= Created-By: 1.8.0_202 (Oracle Corporation) Name: about.html SHA-256-Digest: tEh8bKJRnZg3WieCp7TvZZBNWZe0ab5q5kYbPOYUiUI= Name: org/eclipse/sensinact/gateway/simulated/button/osgi/Activator$1. class SHA-256-Digest: hFntnu1EWVhQ8rMYbUvCD5DgfWzNmm6c5TinfSwS5gk= Name: org/eclipse/sensinact/gateway/simulated/button/api/ButtonSetterI tf.class SHA-256-Digest: JskriKH/bjrPHwzti/VmkUbgcd3G7T7Sbm/x0zECpl0= Name: org/eclipse/sensinact/gateway/simulated/button/internal/ButtonAd apter.class SHA-256-Digest: vNa/r8TEdWTgZZGAvmH1xQzLNH/uTxSPi+IYL4XoUro= Name: org/eclipse/sensinact/gateway/simulated/button/osgi/Activator.cl ass SHA-256-Digest: lv5bzCFlglnzwqK9rOR6lMw6agGZ9cPjFXEg6Q3I/Do= Name: org/eclipse/sensinact/gateway/simulated/button/internal/ButtonGU I.class SHA-256-Digest: WV9sHLlB/SMP0X2Byu/AZdHWRo8YAg8WrU4oQwyjfn4= Name: org/eclipse/sensinact/gateway/simulated/button/internal/ButtonSe tter.class SHA-256-Digest: K9mwp4NNWAjef2EYqfzbcseCb/3RxW8CZk0Jyg30fSo= . 17:15:25.158 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - block validity: true 17:15:25.158 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - signatureBlockValid true 17:15:25.158 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - SignedJarFile.getSignatureFile, signer: SELFSIGN 17:15:25.158 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFiles) 17:15:25.158 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:25.158 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - Signature File found 17:15:25.158 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - SignatureFile.show 17:15:25.158 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - SHA-256-Digest-Manifest-Main-Attributes, B8kBPd40RwS5raLgFZ6A1490DsnGQnWLM394nShRZfc= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - SHA-256-Digest-Manifest, peXCwvyG9X7YDvpSQ8b6C7OTWQlVxOHxnuZXFR14Jpc= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Signature-Version, 1.0 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Created-By, 1.8.0_202 (Oracle Corporation) 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - about.html, tEh8bKJRnZg3WieCp7TvZZBNWZe0ab5q5kYbPOYUiUI= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/button/osgi/Activator$1.class, hFntnu1EWVhQ8rMYbUvCD5DgfWzNmm6c5TinfSwS5gk= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/button/api/ButtonSetterItf.class, JskriKH/bjrPHwzti/VmkUbgcd3G7T7Sbm/x0zECpl0= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/button/internal/ButtonAdapter.class, vNa/r8TEdWTgZZGAvmH1xQzLNH/uTxSPi+IYL4XoUro= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/button/osgi/Activator.class, lv5bzCFlglnzwqK9rOR6lMw6agGZ9cPjFXEg6Q3I/Do= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/button/internal/ButtonGUI.class, WV9sHLlB/SMP0X2Byu/AZdHWRo8YAg8WrU4oQwyjfn4= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/button/internal/ButtonSetter.class, K9mwp4NNWAjef2EYqfzbcseCb/3RxW8CZk0Jyg30fSo= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:peXCwvyG9X7YDvpSQ8b6C7OTWQlVxOHxnuZXFR14Jpc= 17:15:25.159 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:peXCwvyG9X7YDvpSQ8b6C7OTWQlVxOHxnuZXFR14Jpc= 17:15:25.160 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.160 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - manifest hash valid: %s 17:15:25.162 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - entries hash valid: true 17:15:25.162 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - signatureFileValid true 17:15:25.162 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - manifestEntriesExist: true 17:15:25.163 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - resourcesKnownInManifest: true 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: about.html 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: 1fuYr0bu6NsJZCAmSom5QtnvnV0Cg8DwLn77Dd1Ql24= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:1fuYr0bu6NsJZCAmSom5QtnvnV0Cg8DwLn77Dd1Ql24= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:1fuYr0bu6NsJZCAmSom5QtnvnV0Cg8DwLn77Dd1Ql24= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/button/osgi/Activator$1.class 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: WNS1IZ8NK8xWr2F50RuwESuS4+L8exdqE+pUaDw2w4o= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:WNS1IZ8NK8xWr2F50RuwESuS4+L8exdqE+pUaDw2w4o= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:WNS1IZ8NK8xWr2F50RuwESuS4+L8exdqE+pUaDw2w4o= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/button/api/ButtonSetterItf.class 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: l2mqplJikY2SHiSrzuwUbVR72eEbcbfJtrBQdin8Rgc= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:l2mqplJikY2SHiSrzuwUbVR72eEbcbfJtrBQdin8Rgc= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:l2mqplJikY2SHiSrzuwUbVR72eEbcbfJtrBQdin8Rgc= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/button/internal/ButtonAdapter.class 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: vWjAeXyPpPct5h4dMmHwnDYGZpeWvIsPPx2PRbJh030= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:vWjAeXyPpPct5h4dMmHwnDYGZpeWvIsPPx2PRbJh030= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:vWjAeXyPpPct5h4dMmHwnDYGZpeWvIsPPx2PRbJh030= 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/button/osgi/Activator.class 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.163 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: rCmnxks5bbd2TV0Bnrk4VV78PUHEdWjWh6NxU5PyQSQ= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:rCmnxks5bbd2TV0Bnrk4VV78PUHEdWjWh6NxU5PyQSQ= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:rCmnxks5bbd2TV0Bnrk4VV78PUHEdWjWh6NxU5PyQSQ= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/button/internal/ButtonGUI.class 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: sgBf2iKceci2+RF7+uXdAxJ7CRhJyW4BFXiQJ4pxEbs= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:sgBf2iKceci2+RF7+uXdAxJ7CRhJyW4BFXiQJ4pxEbs= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:sgBf2iKceci2+RF7+uXdAxJ7CRhJyW4BFXiQJ4pxEbs= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/button/internal/ButtonSetter.class 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: z9+G2GFuOzizPwH6fo0+xSloZxNw/V89o7g0goHIrFU= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:z9+G2GFuOzizPwH6fo0+xSloZxNw/V89o7g0goHIrFU= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:z9+G2GFuOzizPwH6fo0+xSloZxNw/V89o7g0goHIrFU= 17:15:25.164 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.165 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValuesValid: true 17:15:25.165 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - validated: true 17:15:25.165 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - manifestValid true 17:15:25.165 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - coherent true 17:15:25.165 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - certificate for SELFSIGN valid 17:15:25.165 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks 17:15:25.227 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:25.228 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - file bundle:org.eclipse.sensinact.gateway.sensinact-signature-validator-secure:2.0.0.202111111715:/fan.jar is signed 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - signers: %s 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - SignedJarFile.getSignatureFile, signer: SELFSIGN 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFiles) 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:25.229 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - resourcesOrderValid true 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (cert) 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - SignedJarFile.getSignatureFile, signer: SELFSIGN 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFiles) 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (block) 17:15:25.229 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - SignedJarFile.checkSignatureBlockValidity, cert found 17:15:25.229 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - signature file: Signature-Version: 1.0 SHA-256-Digest-Manifest-Main-Attributes: 9COjnraXWYJ9Rr3ZpWHU/VdvDO8fu GDwJOe5487x74M= SHA-256-Digest-Manifest: tI9pCwqyocJRGskXinscEwekjGF9sFbZU0lCC2lSrIU= Created-By: 1.8.0_202 (Oracle Corporation) Name: about.html SHA-256-Digest: tEh8bKJRnZg3WieCp7TvZZBNWZe0ab5q5kYbPOYUiUI= Name: org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfigLi stener.class SHA-256-Digest: c9JntPsXy0pqZTxt8BcGHXBq8rX5w/rOv9HZDNp47vg= Name: org/eclipse/sensinact/gateway/simulated/fan/osgi/Activator.class SHA-256-Digest: UGwsTGYrOIZsLCHckm++jdmHbq4aC9qK3oCAy5vIHaU= Name: org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfig.c lass SHA-256-Digest: aJGvzy1qd4gHbf8dEqdCSeRpDiENUZM7ih34685+0L8= . 17:15:25.231 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - block validity: true 17:15:25.231 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - signatureBlockValid true 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - SignedJarFile.getSignatureFile, signer: SELFSIGN 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFiles) 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:15:25.231 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - Signature File found 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - SignatureFile.show 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - SHA-256-Digest-Manifest-Main-Attributes, 9COjnraXWYJ9Rr3ZpWHU/VdvDO8fuGDwJOe5487x74M= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - SHA-256-Digest-Manifest, tI9pCwqyocJRGskXinscEwekjGF9sFbZU0lCC2lSrIU= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Signature-Version, 1.0 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Created-By, 1.8.0_202 (Oracle Corporation) 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - about.html, tEh8bKJRnZg3WieCp7TvZZBNWZe0ab5q5kYbPOYUiUI= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfigListener.class, c9JntPsXy0pqZTxt8BcGHXBq8rX5w/rOv9HZDNp47vg= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/fan/osgi/Activator.class, UGwsTGYrOIZsLCHckm++jdmHbq4aC9qK3oCAy5vIHaU= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfig.class, aJGvzy1qd4gHbf8dEqdCSeRpDiENUZM7ih34685+0L8= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:tI9pCwqyocJRGskXinscEwekjGF9sFbZU0lCC2lSrIU= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:tI9pCwqyocJRGskXinscEwekjGF9sFbZU0lCC2lSrIU= 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - manifest hash valid: %s 17:15:25.231 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - entries hash valid: true 17:15:25.232 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - signatureFileValid true 17:15:25.232 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - manifestEntriesExist: true 17:15:25.240 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - resourcesKnownInManifest: true 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: about.html 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: 1fuYr0bu6NsJZCAmSom5QtnvnV0Cg8DwLn77Dd1Ql24= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:1fuYr0bu6NsJZCAmSom5QtnvnV0Cg8DwLn77Dd1Ql24= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:1fuYr0bu6NsJZCAmSom5QtnvnV0Cg8DwLn77Dd1Ql24= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfigListener.class 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: ZbdzAL6Ee6OU6Yea3iuA02MaBYwyNb9z33/+fZ+VANY= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:ZbdzAL6Ee6OU6Yea3iuA02MaBYwyNb9z33/+fZ+VANY= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:ZbdzAL6Ee6OU6Yea3iuA02MaBYwyNb9z33/+fZ+VANY= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/fan/osgi/Activator.class 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: KZDj4UPt9o7yq+DZ+lInlWPogxfR2JxbueAdzQE6lA4= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:KZDj4UPt9o7yq+DZ+lInlWPogxfR2JxbueAdzQE6lA4= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:KZDj4UPt9o7yq+DZ+lInlWPogxfR2JxbueAdzQE6lA4= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - file: org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfig.class 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - key2: SHA-256-Digest 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValue: TNS8ZAqFUciwpP6o2rUoekt/BMk6+BO2rbRt8z3nZyY= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - pretended hash:TNS8ZAqFUciwpP6o2rUoekt/BMk6+BO2rbRt8z3nZyY= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - real Hash Value:TNS8ZAqFUciwpP6o2rUoekt/BMk6+BO2rbRt8z3nZyY= 17:15:25.240 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.CryptographicUtils - hash valid? true 17:15:25.240 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - hashValuesValid: true 17:15:25.240 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - validated: true 17:15:25.240 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - manifestValid true 17:15:25.240 [main] INFO org.eclipse.sensinact.gateway.security.signature.internal.SignedBundleChecker - coherent true 17:15:25.241 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - certificate for SELFSIGN valid 17:15:25.241 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/../cert/keystore.jks [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-signature-validator-secure --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-secure/2.0-SNAPSHOT/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-secure/2.0-SNAPSHOT/sensinact-signature-validator-secure-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/sensinact-signature-validator-secure-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-signature-validator-secure/2.0-SNAPSHOT/sensinact-signature-validator-secure-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.nthbnd:parent >------------- [INFO] Building sensiNact IoT Gateway - Northbound parent module 2.0-SNAPSHOT [14/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ parent --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ parent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ parent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] --< org.eclipse.sensinact.gateway.nthbnd:sensinact-northbound-access >-- [INFO] Building sensiNact IoT Gateway - Northbound Access 2.0-SNAPSHOT [15/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-northbound-access --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-northbound-access --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-northbound-access --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-northbound-access --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-northbound-access --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-northbound-access --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-northbound-access --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-northbound-access --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/src/test/java/org/eclipse/sensinact/gateway/nthbnd/endpoint/test/MyModelInstance.java: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/src/test/java/org/eclipse/sensinact/gateway/nthbnd/endpoint/test/MyModelInstance.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/src/test/java/org/eclipse/sensinact/gateway/nthbnd/endpoint/test/MyModelInstance.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-northbound-access --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-northbound-access --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-northbound-access --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-northbound-access --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-northbound-access --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-northbound-access --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-northbound-access --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/sensinact-northbound-access/2.0-SNAPSHOT/sensinact-northbound-access-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/sensinact-northbound-access/2.0-SNAPSHOT/sensinact-northbound-access-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/sensinact-northbound-access/2.0-SNAPSHOT/sensinact-northbound-access-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.tools:platform.tools >--------- [INFO] Building sensiNact IoT Gateway - Platform Tools 2.0-SNAPSHOT [16/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ platform.tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ platform.tools --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ platform.tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ platform.tools --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ platform.tools --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ platform.tools --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ platform.tools --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ platform.tools --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ platform.tools --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/platform.tools/2.0-SNAPSHOT/platform.tools-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.tools:sensinact-test >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Test helper 2.0-SNAPSHOT [17/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-test --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/src/test/java/org/eclipse/sensinact/gateway/test/MidProxy.java: /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/src/test/java/org/eclipse/sensinact/gateway/test/MidProxy.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/src/test/java/org/eclipse/sensinact/gateway/test/MidProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-test --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-test --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-test --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-test --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-test --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-test --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/sensinact-test/2.0-SNAPSHOT/sensinact-test-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/sensinact-test/2.0-SNAPSHOT/sensinact-test-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/sensinact-test/2.0-SNAPSHOT/sensinact-test-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.protocol:parent >------------ [INFO] Building sensiNact IoT Gateway - Communication protocol parent 2.0-SNAPSHOT [18/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ parent --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ parent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ parent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/protocol/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.protocol:http >------------- [INFO] Building sensiNact IoT Gateway - HTTP Protocol 2.0-SNAPSHOT [19/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/main/java/org/eclipse/sensinact/gateway/protocol/http/client/mid/MidClient.java: /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/main/java/org/eclipse/sensinact/gateway/protocol/http/client/mid/MidClient.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/main/java/org/eclipse/sensinact/gateway/protocol/http/client/mid/MidClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ http --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/test/java/org/eclipse/sensinact/gateway/protocol/http/test/TestHttpProtocolJetty.java: /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/test/java/org/eclipse/sensinact/gateway/protocol/http/test/TestHttpProtocolJetty.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/src/test/java/org/eclipse/sensinact/gateway/protocol/http/test/TestHttpProtocolJetty.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ http --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ http --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ http --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ http --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/tests.bndrun: [INFO] -runbundles: junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.util.ajax;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ http --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/tests.bndrun: [INFO] -runbundles: junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.util.ajax;version='[9.4.42,9.4.43)' 17:15:33.443 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:15:33.446 [main] INFO org.eclipse.jetty.util.log - Logging initialized @570ms to org.eclipse.jetty.util.log.Slf4jLog 17:15:33.452 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1104443373]@41d477ed{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@175c2241,POJO} 17:15:33.455 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@6c6cb480{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp1104443373]@41d477ed{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:15:33.457 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@3b69e7d1[null] added {org.eclipse.jetty.security.DefaultIdentityService@815b41f,POJO} 17:15:33.457 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@3b69e7d1[OSGi HTTP Service Realm] added {UserStore@5542c4ed{STOPPED},AUTO} 17:15:33.457 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@6c6cb480{STOPPED}[9.4.42.v20210604] added {HashLoginService@3b69e7d1[OSGi HTTP Service Realm],AUTO} 17:15:33.466 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@24269709{/,null,STOPPED},[o.e.j.s.ServletContextHandler@24269709{/,null,STOPPED}]}] 17:15:33.467 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@2aceadd4{STOPPED} added {o.e.j.s.ServletContextHandler@24269709{/,null,STOPPED},AUTO} 17:15:33.468 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@7817fd62 17:15:33.473 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@24269709{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=-1,MANAGED} 17:15:33.475 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=-1 added {ServletHandler@7530ad9c{STOPPED},MANAGED} 17:15:33.475 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:15:33.476 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@707194ba,UNMANAGED} 17:15:33.477 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@7530ad9c{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:15:33.478 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@7530ad9c{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72,POJO} 17:15:33.478 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@6c6cb480{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@2aceadd4{STOPPED},MANAGED} 17:15:33.478 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@6c6cb480{STOPPED}[9.4.42.v20210604] 17:15:33.480 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@6c6cb480{STARTING}[9.4.42.v20210604] added {ErrorHandler@10aa41f2{STOPPED},AUTO} 17:15:33.480 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:15:33.490 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@6c6cb480{STARTING}[9.4.42.v20210604] 17:15:33.490 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1104443373]@41d477ed{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:15:33.491 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@610f7aa{s=0/2,p=0} 17:15:33.491 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] added {ReservedThreadExecutor@610f7aa{s=0/2,p=0},AUTO} 17:15:33.491 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@610f7aa{s=0/2,p=0} 17:15:33.495 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @619ms ReservedThreadExecutor@610f7aa{s=0/2,p=0} 17:15:33.496 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-16,5,main] 17:15:33.496 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-17,5,main] 17:15:33.496 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-18,5,main] 17:15:33.496 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-19,5,main] 17:15:33.497 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-20,5,main] 17:15:33.497 [qtp1104443373-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.497 [qtp1104443373-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.497 [qtp1104443373-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.497 [qtp1104443373-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.498 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-21,5,main] 17:15:33.498 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-22,5,main] 17:15:33.498 [qtp1104443373-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.498 [qtp1104443373-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.499 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1104443373-23,5,main] 17:15:33.499 [qtp1104443373-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.499 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @623ms QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.499 [qtp1104443373-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.499 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@3b69e7d1[OSGi HTTP Service Realm] 17:15:33.500 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@5542c4ed{STOPPED} 17:15:33.500 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @624ms UserStore@5542c4ed{STARTED} 17:15:33.500 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @624ms HashLoginService@3b69e7d1[OSGi HTTP Service Realm] 17:15:33.500 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@2aceadd4{STOPPED} 17:15:33.500 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@2aceadd4{STARTING} 17:15:33.500 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@24269709{/,null,STOPPED} 17:15:33.501 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:15:33.506 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@24269709{/,null,STARTING} 17:15:33.540 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=0 17:15:33.542 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@671a5887[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:15:33.543 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@671a5887[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1329eff[passivating=false,graceSec=3600],AUTO} 17:15:33.543 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@53aad5d5{STOPPED}[worker=null] 17:15:33.543 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:15:33.544 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:15:33.544 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@53aad5d5{STARTING}[worker=node0] added {HouseKeeper@4f67eb2a{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:15:33.544 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@4f67eb2a{STOPPED}[interval=600000, ownscheduler=false] 17:15:33.545 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@76f2bbc1{STOPPED} 17:15:33.545 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @669ms ScheduledExecutorScheduler@76f2bbc1{STARTED} 17:15:33.545 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:15:33.545 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:15:33.546 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @670ms HouseKeeper@4f67eb2a{STARTED}[interval=660000, ownscheduler=true] 17:15:33.546 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @670ms DefaultSessionIdManager@53aad5d5{STARTED}[worker=node0] 17:15:33.546 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@6c6cb480{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@53aad5d5{STARTED}[worker=node0],MANAGED} 17:15:33.546 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=0 added {DefaultSessionIdManager@53aad5d5{STARTED}[worker=node0],UNMANAGED} 17:15:33.546 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@2525ff7e{STOPPED} 17:15:33.546 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @670ms ScheduledExecutorScheduler@2525ff7e{STARTED} 17:15:33.547 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=0 17:15:33.547 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@7530ad9c{STOPPED} 17:15:33.548 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72[EMBEDDED:null] 17:15:33.549 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:15:33.549 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:15:33.550 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:15:33.550 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:15:33.550 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:15:33.550 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:15:33.550 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@7530ad9c{STARTING} 17:15:33.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@7530ad9c{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@7cafcf98{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:15:33.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@7530ad9c{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44,POJO} 17:15:33.550 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72[EMBEDDED:null] 17:15:33.550 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:15:33.550 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44[EMBEDDED:null] 17:15:33.551 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@7cafcf98{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@7cafcf98{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72[EMBEDDED:null] 17:15:33.551 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44[EMBEDDED:null] 17:15:33.551 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@7cafcf98{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:15:33.551 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:15:33.552 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:15:33.552 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:15:33.552 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@7cafcf98{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:15:33.552 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@7530ad9c{STARTING} 17:15:33.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @676ms ServletHandler@7530ad9c{STARTED} 17:15:33.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@671a5887[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:15:33.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1329eff[passivating=false,graceSec=3600] 17:15:33.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @676ms org.eclipse.jetty.server.session.NullSessionDataStore@1329eff[passivating=false,graceSec=3600] 17:15:33.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @676ms org.eclipse.jetty.server.session.DefaultSessionCache@671a5887[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:15:33.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @676ms org.eclipse.jetty.server.session.SessionHandler202125197==dftMaxIdleSec=0 17:15:33.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:15:33.555 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @679ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fe720455{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:15:33.556 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1757cd72 17:15:33.557 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@7cafcf98{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:15:33.557 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @681ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-55b53d44==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@7cafcf98{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:15:33.557 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@24269709{/,null,AVAILABLE} 17:15:33.557 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @681ms o.e.j.s.ServletContextHandler@24269709{/,null,AVAILABLE} 17:15:33.557 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @681ms ContextHandlerCollection@2aceadd4{STARTED} 17:15:33.557 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@10aa41f2{STOPPED} 17:15:33.557 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@10aa41f2{STARTING} 17:15:33.557 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @681ms ErrorHandler@10aa41f2{STARTED} 17:15:33.557 [main] INFO org.eclipse.jetty.server.Server - Started @681ms 17:15:33.557 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @681ms Server@6c6cb480{STARTED}[9.4.42.v20210604] 17:15:33.558 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:15:33.561 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@2accdbb5[HTTP/1.1] added {HttpConfiguration@b62d79{32768/8192,8192/8192,https://:0,[]},POJO} 17:15:33.568 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{null, ()}{0.0.0.0:0} added {Server@6c6cb480{STARTED}[9.4.42.v20210604],UNMANAGED} 17:15:33.569 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}],UNMANAGED} 17:15:33.569 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@14555e0a{STOPPED},AUTO} 17:15:33.569 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@4bb33f74,POJO} 17:15:33.569 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@2accdbb5[HTTP/1.1],AUTO} 17:15:33.569 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@2accdbb5[HTTP/1.1] 17:15:33.571 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:15:33.571 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@6c6cb480{STARTED}[9.4.42.v20210604] added {ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 17:15:33.571 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:15:33.579 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8080],POJO} 17:15:33.580 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@14555e0a{STOPPED} 17:15:33.580 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @704ms ScheduledExecutorScheduler@14555e0a{STARTED} 17:15:33.580 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@2accdbb5[HTTP/1.1] 17:15:33.580 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @704ms HttpConnectionFactory@2accdbb5[HTTP/1.1] 17:15:33.580 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:15:33.642 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@383bfa16/SelectorProducer@169e6180/IDLE/p=false/QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:33.64Z added {SelectorProducer@169e6180,POJO} 17:15:33.642 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@383bfa16/SelectorProducer@169e6180/IDLE/p=false/QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:33.642Z added {QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}],UNMANAGED} 17:15:33.642 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@383bfa16/SelectorProducer@169e6180/IDLE/p=false/QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:33.642Z created 17:15:33.643 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@5acf93bb{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@383bfa16/SelectorProducer@169e6180/IDLE/p=false/QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:33.643Z,MANAGED} 17:15:33.643 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@5acf93bb{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:15:33.643 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@5acf93bb{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:15:33.643 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@383bfa16/SelectorProducer@169e6180/IDLE/p=false/QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:33.643Z 17:15:33.643 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @767ms EatWhatYouKill@383bfa16/SelectorProducer@169e6180/IDLE/p=false/QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:33.643Z 17:15:33.646 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1632413663@4738a206 startThread=0 17:15:33.647 [qtp1104443373-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1632413663@4738a206 in QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.647 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@66d3eec0 on ManagedSelector@5acf93bb{STARTING} id=0 keys=0 selected=0 updates=0 17:15:33.647 [qtp1104443373-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@383bfa16/SelectorProducer@169e6180/IDLE/p=false/QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:33.647Z tryProduce false 17:15:33.648 [qtp1104443373-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:33.648 [qtp1104443373-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@66d3eec0 17:15:33.648 [qtp1104443373-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:33.648 [qtp1104443373-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@450ef281 waiting with 0 keys 17:15:33.648 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @772ms ManagedSelector@5acf93bb{STARTED} id=0 keys=0 selected=0 updates=0 17:15:33.648 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @772ms SelectorManager@ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:15:33.649 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@18d87d80,POJO} 17:15:33.649 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@18d87d80 startThread=0 17:15:33.649 [qtp1104443373-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@18d87d80 in QueuedThreadPool[qtp1104443373]@41d477ed{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@610f7aa{s=0/2,p=0}] 17:15:33.649 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:15:33.649 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @773ms ServerConnector@69997e9d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8080 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:15:33.659 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@6c6cb480{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@7bab3f1a,POJO} Nov 11, 2021 5:15:34 PM org.eclipse.sensinact.gateway.protocol.http.server.Server bind INFO: server binded on 127.0.0.1 / port 8898 Starting Jetty server ... 17:15:36.497 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1919834117]@726e5805{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@40c80397,POJO} 17:15:36.497 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@4b672daa{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp1919834117]@726e5805{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@ea9b7c6[HTTP/1.1] added {HttpConfiguration@e077866{32768/8192,8192/8192,https://:0,[]},POJO} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{null, ()}{0.0.0.0:0} added {Server@4b672daa{STOPPED}[9.4.42.v20210604],UNMANAGED} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1919834117]@726e5805{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@7c2b6087{STOPPED},AUTO} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@3fffff43,POJO} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@ea9b7c6[HTTP/1.1],AUTO} 17:15:36.498 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@ea9b7c6[HTTP/1.1] 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@4b672daa{STOPPED}[9.4.42.v20210604] added {ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},AUTO} 17:15:36.498 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@4b672daa{STOPPED}[9.4.42.v20210604] added {AttributeContainerMap@a8e6492{size=0},AUTO} 17:15:36.499 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@2e11485{STOPPED} added {callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:15:36.499 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@2e11485{STOPPED} added {[/]=>callbackServlet,POJO} 17:15:36.499 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@4b672daa{STOPPED}[9.4.42.v20210604] added {ServletHandler@2e11485{STOPPED},MANAGED} 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@4b672daa{STOPPED}[9.4.42.v20210604] 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@4b672daa{STARTING}[9.4.42.v20210604] added {ErrorHandler@649df25f{STOPPED},AUTO} 17:15:36.499 [Thread-14] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@4b672daa{STARTING}[9.4.42.v20210604] 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1919834117]@726e5805{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=0} 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] added {ReservedThreadExecutor@6a5a10bc{s=0/2,p=0},AUTO} 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@6a5a10bc{s=0/2,p=0} 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3623ms ReservedThreadExecutor@6a5a10bc{s=0/2,p=0} 17:15:36.499 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-34,5,main] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-35,5,main] 17:15:36.500 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-36,5,main] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-37,5,main] 17:15:36.500 [qtp1919834117-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [qtp1919834117-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-38,5,main] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-39,5,main] 17:15:36.500 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-40,5,main] 17:15:36.500 [qtp1919834117-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1919834117-41,5,main] 17:15:36.500 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3624ms QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting AttributeContainerMap@a8e6492{size=0} 17:15:36.500 [qtp1919834117-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3624ms AttributeContainerMap@a8e6492{size=0} 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@2e11485{STOPPED} 17:15:36.500 [Thread-14] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=callbackServlet[EMBEDDED:null] 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={callbackServlet=callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3625ms callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for callbackServlet 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@2e11485{STARTING} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3625ms ServletHandler@2e11485{STARTED} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@649df25f{STOPPED} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@649df25f{STARTING} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3625ms ErrorHandler@649df25f{STARTED} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@7c2b6087{STOPPED} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3625ms ScheduledExecutorScheduler@7c2b6087{STARTED} 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@ea9b7c6[HTTP/1.1] 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3625ms HttpConnectionFactory@ea9b7c6[HTTP/1.1] 17:15:36.501 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:36.502Z added {SelectorProducer@4f065a21,POJO} 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:36.502Z added {QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}],UNMANAGED} 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:36.502Z created 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@9019a3c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:36.502Z,MANAGED} 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@9019a3c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@9019a3c{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:36.502Z 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3626ms EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:36.502Z 17:15:36.502 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1632413663@762fbcc8 startThread=0 17:15:36.503 [Thread-14] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@516d4e35 on ManagedSelector@9019a3c{STARTING} id=0 keys=0 selected=0 updates=0 17:15:36.503 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1632413663@762fbcc8 in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.503 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:36.503Z tryProduce false 17:15:36.503 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:36.503 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@516d4e35 17:15:36.503 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:36.503 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 0 keys 17:15:36.503 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3627ms ManagedSelector@9019a3c{STARTED} id=0 keys=0 selected=0 updates=0 17:15:36.503 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3627ms SelectorManager@ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:36.503 [Thread-14] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@2cc7c16b,POJO} 17:15:36.503 [Thread-14] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@2cc7c16b startThread=0 17:15:36.503 [Thread-14] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:36.503 [qtp1919834117-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@2cc7c16b in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:36.503 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3627ms ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:36.503 [Thread-14] INFO org.eclipse.jetty.server.Server - Started @3627ms 17:15:36.503 [Thread-14] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3627ms Server@4b672daa{STARTED}[9.4.42.v20210604] 17:15:38.604 [qtp1919834117-35-acceptor-0@2cc7c16b-ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@2f03f5eb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40152]] on ManagedSelector@9019a3c{STARTED} id=0 keys=0 selected=0 updates=0 17:15:38.604 [qtp1919834117-35-acceptor-0@2cc7c16b-ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=0 selected=0 updates=1 17:15:38.604 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:38.604 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/0 selected 17:15:38.604 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:38.604 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:38.604 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@2f03f5eb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40152]] 17:15:38.605 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@2f03f5eb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40152]] startThread=0 17:15:38.605 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:38.605 [qtp1919834117-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@2f03f5eb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40152]] in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:38.605 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:38.609 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 2 ms, remaining: 29998 ms 17:15:38.626 [qtp1919834117-36] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=19/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:38.632 [qtp1919834117-36] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=25/30000}{io=0/0,kio=0,kro=0}-> 17:15:38.632 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$432/1113915850@76a1e796 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:38.632 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=0}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.633 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=0}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.633 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=0}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.633 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:38.633 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.634 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:38.634 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=2 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:38.634 [qtp1919834117-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 2 updates 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$432/1113915850@76a1e796 17:15:38.634 [qtp1919834117-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@2f03f5eb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40152]] in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}] 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:38.634 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.635 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.635 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:38.635 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:38.635Z 17:15:38.635 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=1} startReservedThread p=1 17:15:38.636 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@6d038d32 in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}] 17:15:38.636 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@6d038d32 startThread=0 17:15:38.636 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=1}@6d038d32 started 17:15:38.637 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 waiting 17:15:38.637 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:15:38.637Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:38.637 [qtp1919834117-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}] 17:15:38.637 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:15:38.637 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:38.637 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:38.637 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:38.637 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.637 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:38.637 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:38.640 [qtp1919834117-38] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:15:38.640 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.640 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.641 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:38.641 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.641 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:38.642 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:38.642 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:38.642 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:38.642 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:38.642 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> IN_VALUE 17:15:38.642 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> FIELD 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:38.643 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:38.644 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} GET //127.0.0.1:8899/error HTTP/1.1 Accept: */* User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:38.645 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:38.645 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} 17:15:38.646 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/error HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=2} 17:15:38.646 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:38.647 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=3} 17:15:38.648 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=4} 17:15:38.648 [qtp1919834117-38] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/error|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:38.648 [qtp1919834117-38] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:38.649 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=5} 17:15:38.649 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:38.649 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:38.649 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=5} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=6} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=6} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=6} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=6} 17:15:38.650 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:38.651 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=7} parsed false HttpParser{s=END,0 of -1} 17:15:38.651 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=7} 17:15:38.652 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@c4d3248) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:38.652 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@101bddb2 17:15:38.652 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=8} 520 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:38 GMT 17:15:38.653 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7786c5e9] (null,[p=0,l=0,c=0,r=0],true)@START 17:15:38.654 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=520,h=1,cl=-1} last=true content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:38.654 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:38 GMT 17:15:38.654 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:38.654 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7786c5e9] ([p=0,l=109,c=8192,r=109],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:15:38.654 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=109,c=8192,r=109]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:38.654 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 109 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=16/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=11} 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=109 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7786c5e9] ([p=109,l=109,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@c4d3248 w=false 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/error,age=11} 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /error written=0 17:15:38.655 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.656 [Stack Engine Worker Thread] ERROR org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse - Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error java.io.IOException: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.getContent(SimpleResponse.java:75) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:201) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:26) at org.eclipse.sensinact.gateway.util.stack.StackEngine.dequeue(StackEngine.java:83) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:3074) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.(SimpleResponse.java:44) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:35) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:19) at org.eclipse.sensinact.gateway.protocol.http.client.AbstractRequest.send(AbstractRequest.java:43) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:199) ... 9 common frames omitted 17:15:38.656 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:38.656 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.657 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.658 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:38.658 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.658 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:38.658 [qtp1919834117-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:38.658 [qtp1919834117-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:38.658 [qtp1919834117-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}] 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:38.658 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:38.857 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:38.857 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:38.857 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=199/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.857 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=199/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.858 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=199/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:38.858 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:15:38.858Z 17:15:38.858 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}@6d038d32 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:15:38.858Z 17:15:38.858 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=1} startReservedThread p=1 17:15:38.858 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@4dc60bb4 startThread=0 17:15:38.858 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@4dc60bb4 in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}] 17:15:38.858 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=1}@4dc60bb4 started 17:15:38.858 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@4dc60bb4 waiting 17:15:38.858 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:15:38.858Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=200/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:38.858 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@6d038d32 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:15:38.858Z 17:15:38.858 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=200/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:38.858 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:15:38.858Z tryProduce true 17:15:38.859 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=200/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:38.859 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.859 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=201/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.859 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> IN_VALUE 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> FIELD 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:38.859 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} GET //127.0.0.1:8899/error HTTP/1.1 Accept: */* User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/error HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/error|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.860 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} parsed false HttpParser{s=END,0 of -1} 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3cba4c51) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@5a3f4b14 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 520 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:38 GMT 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b24377c] (null,[p=0,l=0,c=0,r=0],true)@START 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=520,h=1,cl=-1} last=true content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:38 GMT 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b24377c] ([p=0,l=109,c=8192,r=109],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=109,c=8192,r=109]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:38.861 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 109 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=3} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=109 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b24377c] ([p=109,l=109,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@3cba4c51 w=false 17:15:38.862 [Stack Engine Worker Thread] ERROR org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse - Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error java.io.IOException: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.getContent(SimpleResponse.java:75) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:201) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:26) at org.eclipse.sensinact.gateway.util.stack.StackEngine.dequeue(StackEngine.java:83) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:3074) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.(SimpleResponse.java:44) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:35) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:19) at org.eclipse.sensinact.gateway.protocol.http.client.AbstractRequest.send(AbstractRequest.java:43) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:199) ... 9 common frames omitted 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/error,age=3} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /error written=0 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.862 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:38.863 [qtp1919834117-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:38.864 [qtp1919834117-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:38.864 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1632413663@762fbcc8 in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}] 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:38.864 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:39.262 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:39.262 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:39.263 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=399/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.263 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=399/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.263 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=399/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:39.263 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:15:39.263Z 17:15:39.263 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}@4dc60bb4 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:15:39.263Z 17:15:39.263 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=1} startReservedThread p=1 17:15:39.263 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@5db4dea startThread=0 17:15:39.263 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@5db4dea in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}] 17:15:39.263 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=1}@5db4dea started 17:15:39.263 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@5db4dea waiting 17:15:39.263 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=1}@4dc60bb4 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:15:39.263Z 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:15:39.264Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=400/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:39.264 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:15:39.264Z tryProduce true 17:15:39.264 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:39.264 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=400/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=400/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:39.264 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=400/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.264 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> IN_VALUE 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> FIELD 17:15:39.264 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} GET //127.0.0.1:8899/error HTTP/1.1 Accept: */* User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/error HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/error|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.265 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} parsed false HttpParser{s=END,0 of -1} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1e4d989) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@44e647d1 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 520 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:39 GMT 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2a83aece] (null,[p=0,l=0,c=0,r=0],true)@START 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=520,h=1,cl=-1} last=true content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:39 GMT 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2a83aece] ([p=0,l=109,c=8192,r=109],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=109,c=8192,r=109]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:39.266 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 109 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=109 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2a83aece] ([p=109,l=109,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@1e4d989 w=false 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/error,age=2} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /error written=0 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:39.267 [Stack Engine Worker Thread] ERROR org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse - Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error java.io.IOException: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.getContent(SimpleResponse.java:75) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:201) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:26) at org.eclipse.sensinact.gateway.util.stack.StackEngine.dequeue(StackEngine.java:83) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:3074) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.(SimpleResponse.java:44) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:35) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:19) at org.eclipse.sensinact.gateway.protocol.http.client.AbstractRequest.send(AbstractRequest.java:43) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:199) ... 9 common frames omitted 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:39.267 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.268 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.268 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:39.268 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.268 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:39.268 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:39.268 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:39.268 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@6d038d32 waiting 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:39.268 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:40.067 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:40.067 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:40.068 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=799/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.068 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=800/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.068 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=800/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:40.068 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:15:40.068Z 17:15:40.068 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:15:40.068Z 17:15:40.068 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:15:40.068Z 17:15:40.068 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:15:40.068Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=800/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:40.069 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:15:40.069Z tryProduce true 17:15:40.069 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:40.069 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=800/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:40.069 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=801/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.069 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=801/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> IN_VALUE 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> FIELD 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:40.069 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} GET //127.0.0.1:8899/error HTTP/1.1 Accept: */* User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/error HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/error|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.070 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} parsed false HttpParser{s=END,0 of -1} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@78510ed5) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@7696ffaf 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 520 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:40 GMT 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@72a965a5] (null,[p=0,l=0,c=0,r=0],true)@START 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=520,h=1,cl=-1} last=true content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:40 GMT 17:15:40.071 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@72a965a5] ([p=0,l=109,c=8192,r=109],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=109,c=8192,r=109]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 109 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=109 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:40.072 [Stack Engine Worker Thread] ERROR org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse - Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error java.io.IOException: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.getContent(SimpleResponse.java:75) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:201) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:26) at org.eclipse.sensinact.gateway.util.stack.StackEngine.dequeue(StackEngine.java:83) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:3074) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.(SimpleResponse.java:44) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:35) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:19) at org.eclipse.sensinact.gateway.protocol.http.client.AbstractRequest.send(AbstractRequest.java:43) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:199) ... 9 common frames omitted 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@72a965a5] ([p=109,l=109,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@78510ed5 w=false 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/error,age=2} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /error written=0 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.072 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:40.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:40.074 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:40.074 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@4dc60bb4 waiting 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:40.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:41.072 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:41.072 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:15:41.073Z 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@4dc60bb4 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:15:41.073Z 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:15:41.073Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:41.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@4dc60bb4 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:15:41.073Z 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:15:41.073Z tryProduce true 17:15:41.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:41.073 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:41.073 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.074 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:41.074 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> IN_VALUE 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> FIELD 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} GET //127.0.0.1:8899/error HTTP/1.1 Accept: */* User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/error HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/error|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=0} 17:15:41.074 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} parsed false HttpParser{s=END,0 of -1} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@75680269) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@52e7b5dc 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 520 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:41 GMT 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@24c9b89e] (null,[p=0,l=0,c=0,r=0],true)@START 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=520,h=1,cl=-1} last=true content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:41 GMT 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@24c9b89e] ([p=0,l=109,c=8192,r=109],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=109,c=8192,r=109]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 109 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=109 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@24c9b89e] ([p=109,l=109,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@75680269 w=false 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/error,age=1} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /error written=0 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:41.075 [Stack Engine Worker Thread] ERROR org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse - Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error java.io.IOException: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.getContent(SimpleResponse.java:75) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:201) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:26) at org.eclipse.sensinact.gateway.util.stack.StackEngine.dequeue(StackEngine.java:83) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:3074) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.(SimpleResponse.java:44) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:35) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:19) at org.eclipse.sensinact.gateway.protocol.http.client.AbstractRequest.send(AbstractRequest.java:43) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:199) ... 9 common frames omitted 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.075 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:41.076 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@6d038d32 waiting 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:41.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:42.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:42.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:42.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:15:42.076Z 17:15:42.076 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:15:42.076Z 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:15:42.076Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:42.077 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:15:42.077Z 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.077 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:15:42.077Z tryProduce true 17:15:42.077 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:42.077 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.077 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.077 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 110 HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=110,c=8192,r=110]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> IN_VALUE 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: */* --> FIELD 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:42.077 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} GET //127.0.0.1:8899/error HTTP/1.1 Accept: */* User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/error HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/error,age=1} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/error|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.078 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=1} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /erro...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} parsed false HttpParser{s=END,0 of -1} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@37abf594) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@477c6212 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /error on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 520 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:42 GMT 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65686d5] (null,[p=0,l=0,c=0,r=0],true)@START 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=520,h=1,cl=-1} last=true content=HeapByteBuffer@67516ee9[p=0,l=0,c=0,r=0]={<<<>>>} 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:42 GMT 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65686d5] ([p=0,l=109,c=8192,r=109],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=109,c=8192,r=109]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:42.079 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 109 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/error,age=2} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=109 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:42.080 [Stack Engine Worker Thread] ERROR org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse - Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error java.io.IOException: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.getContent(SimpleResponse.java:75) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:201) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:26) at org.eclipse.sensinact.gateway.util.stack.StackEngine.dequeue(StackEngine.java:83) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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: Server returned HTTP response code: 520 for URL: http://127.0.0.1:8899/error at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:3074) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleResponse.(SimpleResponse.java:44) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:35) at org.eclipse.sensinact.gateway.protocol.http.client.SimpleRequest.createResponse(SimpleRequest.java:19) at org.eclipse.sensinact.gateway.protocol.http.client.AbstractRequest.send(AbstractRequest.java:43) at org.eclipse.sensinact.gateway.protocol.http.client.mid.MidClient.doHandle(MidClient.java:199) ... 9 common frames omitted 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=520,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65686d5] ([p=109,l=109,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@37abf594 w=false 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/error,age=3} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /error written=0 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:42.080 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.081 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.081 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.081 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.081 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:42.081 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:42.081 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.081 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@4dc60bb4 waiting 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.081 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.107 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:42.107 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=26/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=27/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=27/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:15:42.108Z 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@4dc60bb4 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:15:42.108Z 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:15:42.108Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=27/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=27/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.108 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@4dc60bb4 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:15:42.108Z 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=27/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 127 HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.108 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:15:42.108Z tryProduce true 17:15:42.108 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:42.108 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 127 HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.108 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.108 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.108 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} GET //127.0.0.1:8899/providers HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/providers HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/providers|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:42.109 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:42.110 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f7b68d6[p=0,l=35,c=512,r=35]={<<<{"method":"GET","url":"/providers"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.110 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=35,c=32768,r=35]={<<<{"method":"GET","url":"/providers"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.110 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30c01dea[p=0,l=1,c=512,r=1]={<<<\n>>>"method":...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} parsed false HttpParser{s=END,0 of -1} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2fdf8b1c) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@1bd67be9 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@476e92ed] (null,[p=0,l=36,c=32768,r=36],true)@START 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@476e92ed] ([p=0,l=141,c=8192,r=141],[p=0,l=36,c=32768,r=36],true)@COMPLETING 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=141,c=8192,r=141]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 177 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=177 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:42.111 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@476e92ed] ([p=141,l=141,c=8192,r=0],[p=36,l=36,c=32768,r=0],true)@END 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@2fdf8b1c w=false 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/providers,age=3} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /providers written=36 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.112 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@6d038d32 waiting 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=28/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.140 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:42.141 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:42.141 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=28/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.141 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=28/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.141 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=28/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:42.141 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:15:42.141Z 17:15:42.141 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:15:42.141Z 17:15:42.141 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:15:42.141Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=29/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:42.141 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:15:42.141Z 17:15:42.142 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:15:42.141Z tryProduce true 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=29/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.142 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:42.142 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=29/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.142 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=29/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.142 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 127 HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>v20210604...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 127 HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>v20210604...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>v20210604...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=127,c=8192,r=127]={<<>>v20210604...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} GET //127.0.0.1:8899/providers HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/providers HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.142 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=0} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/providers|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f6b4ff7[p=0,l=35,c=512,r=35]={<<<{"method":"GET","url":"/providers"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=35,c=32768,r=35]={<<<{"method":"GET","url":"/providers"}>>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57840adb[p=0,l=1,c=512,r=1]={<<<\n>>>"method":...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=1} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=1} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=1} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=1} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=1} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=1} 17:15:42.143 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=1} parsed false HttpParser{s=END,0 of -1} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@734c9ecb) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@419ece59 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@246f256a] (null,[p=0,l=36,c=32768,r=36],true)@START 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@246f256a] ([p=0,l=141,c=8192,r=141],[p=0,l=36,c=32768,r=36],true)@COMPLETING 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=141,c=8192,r=141]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@64171e60[p=0,l=36,c=32768,r=36]={<<<{"method":"GET","url":"/providers"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 177 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=177 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@246f256a] ([p=141,l=141,c=8192,r=0],[p=36,l=36,c=32768,r=0],true)@END 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@734c9ecb w=false 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/providers,age=2} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /providers written=36 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:42.144 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.145 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@4dc60bb4 waiting 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 1/1/1 selected 17:15:42.145 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 1 keys, 0 updates 17:15:42.146 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1da8b925 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.146 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.146 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:15:42.146 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0} tryExecute EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:15:42.146Z 17:15:42.146 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@4dc60bb4 offer EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/PRODUCING/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:15:42.146Z 17:15:42.146 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@4dc60bb4 task=EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:15:42.146Z 17:15:42.146 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:15:42.146Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:15:42.146 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=true/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:15:42.146Z tryProduce true 17:15:42.147 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.147 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.147 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.147 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 150 HeapByteBuffer@3cf2563a[p=0,l=150,c=8192,r=150]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} filled 150 HeapByteBuffer@3cf2563a[p=0,l=150,c=8192,r=150]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=150,c=8192,r=150]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=150,c=8192,r=150]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/providers?param1=value1¶m2=5 on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=0} GET //127.0.0.1:8899/providers?param1=value1¶m2=5 HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:15:42.147 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=1} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/providers?param1=value1¶m2=5 HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=1} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=1} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=1} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/providers|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7771e8a7[p=0,l=58,c=512,r=58]={<<<{"method":"GET","url":"/p...aram1=value1¶m2=5"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=58,c=32768,r=58]={<<<{"method":"GET","url":"/p...aram1=value1¶m2=5"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24a51a3e[p=0,l=1,c=512,r=1]={<<<\n>>>"method":...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=59,c=32768,r=59]={<<<{"method":"GET","url":"/p...ram1=value1¶m2=5"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=1} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=1} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.148 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=1} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=2} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>GET /prov...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=2} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=2} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=2} parsed false HttpParser{s=END,0 of -1} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=2} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@c843470) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@64171e60[p=0,l=59,c=32768,r=59]={<<<{"method":"GET","url":"/p...ram1=value1¶m2=5"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@64171e60[p=0,l=59,c=32768,r=59]={<<<{"method":"GET","url":"/p...ram1=value1¶m2=5"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@3fce26f7 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /providers on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4782c579] (null,[p=0,l=59,c=32768,r=59],true)@START 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@64171e60[p=0,l=59,c=32768,r=59]={<<<{"method":"GET","url":"/p...ram1=value1¶m2=5"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4782c579] ([p=0,l=141,c=8192,r=141],[p=0,l=59,c=32768,r=59],true)@COMPLETING 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=141,c=8192,r=141]={<<>>alive\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@64171e60[p=0,l=59,c=32768,r=59]={<<<{"method":"GET","url":"/p...ram1=value1¶m2=5"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:42.149 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:42.150 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 200 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=2} 17:15:42.150 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=200 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4782c579] ([p=141,l=141,c=8192,r=0],[p=59,l=59,c=32768,r=0],true)@END 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@c843470 w=false 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/providers?param1=value1¶m2=5,age=9} 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /providers written=59 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.156 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 428 HeapByteBuffer@3cf2563a[p=0,l=428,c=8192,r=428]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} filled 428 HeapByteBuffer@3cf2563a[p=0,l=428,c=8192,r=428]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=428,c=8192,r=428]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=428,c=8192,r=428]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} POST //127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 195 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of 195},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} parsed true HttpParser{s=CONTENT,0 of 195} 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:15:42.157 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.165 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=8} 17:15:42.165 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=8} 17:15:42.165 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/providers/slider/services/cursor/resources/position/SUBSCRIBE|null -> callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=CONTENT,0 of 195},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=9} parse HeapByteBuffer@3cf2563a[p=233,l=428,c=8192,r=195]={POST /pro...195\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@3cf2563a[p=233,l=428,c=8192,r=195]={POST /pro...195\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=9} Content@4b7a535d{HeapByteBufferR@66f0d9f6[p=233,l=428,c=8192,r=195]={POST /pro...195\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=0,[0]=null,s=STREAM] addContent Content@4b7a535d{HeapByteBufferR@66f0d9f6[p=233,l=428,c=8192,r=195]={POST /pro...195\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=9} 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=9} 17:15:42.166 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,195 of 195},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=10} parsed false HttpParser{s=END,195 of 195} 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@703e1822[c=195,q=1,[0]=EOF,s=STREAM] read 195 from Content@4b7a535d{HeapByteBufferR@66f0d9f6[p=428,l=428,c=8192,r=0]={POST /pro...00}]}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,195 of 195},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=10} 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2847b241[p=0,l=349,c=512,r=349]={<<<{"content-length":195,"me...es/position/SUBSCRIBE"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=349,c=32768,r=349]={<<<{"content-length":195,"me...es/position/SUBSCRIBE"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79bf133d[p=0,l=1,c=512,r=1]={<<<\n>>>"content-...\x00\x00\x00\x00\x00\x00\x00}) 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@64171e60[p=0,l=350,c=32768,r=350]={<<<{"content-length":195,"me...s/position/SUBSCRIBE"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.167 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=READY awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=10} 17:15:42.168 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=BLOCKING os=OPEN is=READY awp=false se=false i=true al=0} 17:15:42.168 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0} 17:15:42.168 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=11} 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@604647ec) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@64171e60[p=0,l=350,c=32768,r=350]={<<<{"content-length":195,"me...s/position/SUBSCRIBE"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@64171e60[p=0,l=350,c=32768,r=350]={<<<{"content-length":195,"me...s/position/SUBSCRIBE"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@991d7b 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=16} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@15596293] (null,[p=0,l=350,c=32768,r=350],true)@START 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@64171e60[p=0,l=350,c=32768,r=350]={<<<{"content-length":195,"me...s/position/SUBSCRIBE"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:15:42 GMT Content-Type: application/json 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@15596293] ([p=0,l=142,c=8192,r=142],[p=0,l=350,c=32768,r=350],true)@COMPLETING 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3fe8a76a{IDLE}->null [HeapByteBuffer@3cf2563a[p=0,l=142,c=8192,r=142]={<<>>gent: Jav...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@64171e60[p=0,l=350,c=32768,r=350]={<<<{"content-length":195,"me...s/position/SUBSCRIBE"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:15:42.173 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{WRITING}->null:IDLE-->WRITING 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 492 SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=W,to=17/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=END,195 of 195},g=HttpGenerator@3ebeb6a2{s=COMPLETING}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=17} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=492 remaining=0 WriteFlusher@3fe8a76a{WRITING}->null 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3fe8a76a{IDLE}->null:WRITING-->IDLE 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@34437eaa[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@15596293] ([p=142,l=142,c=8192,r=0],[p=350,l=350,c=32768,r=0],true)@END 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@604647ec w=false 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@470ed7e4{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=17} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /providers/slider/services/cursor/resources/position/SUBSCRIBE written=350 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@470ed7e4{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,195 of 195} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} Stopping Jetty server ... 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:15:42.174 [qtp1919834117-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@3cf2563a[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:15:42.174 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Server@4b672daa{STARTED}[9.4.42.v20210604] 17:15:42.180 [main] DEBUG org.eclipse.jetty.server.Server - doStop Server@4b672daa{STOPPING}[9.4.42.v20210604] 17:15:42.180 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:15:42.180 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.180 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.180 [qtp1919834117-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran qtp1919834117-35-acceptor-0@2cc7c16b-ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}] 17:15:42.181 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.181 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.181 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 on ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:42.181 [qtp1919834117-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=1 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$429/1539570787@4bf362c1 17:15:42.181 [qtp1919834117-37] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:15:42.181 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@6d038d32 waiting 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.181 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandlerContainer - Graceful shutdown Server@4b672daa{STOPPING}[9.4.42.v20210604] by 17:15:42.181 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:42.181 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SelectorManager@ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:42.181 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@9019a3c{STARTED} id=0 keys=1 selected=0 updates=0 17:15:42.181 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@a4b2d8f on ManagedSelector@9019a3c{STOPPING} id=0 keys=1 selected=0 updates=0 17:15:42.181 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STOPPING} id=0 keys=1 selected=0 updates=1 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/1 selected 17:15:42.181 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:42.182 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:42.182 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@a4b2d8f 17:15:42.182 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 1 connections on ManagedSelector@9019a3c{STOPPING} id=0 keys=1 selected=0 updates=0 17:15:42.240 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.241 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,OPEN,fill=FI,flush=-,to=60/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.241 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@7b4fcc4{l=/127.0.0.1:8899,r=/127.0.0.1:40152,CLOSED,fill=FI,flush=-,to=60/30000}{io=1/1,kio=1,kro=1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@21f24c64{AC.ReadCB@68e6357b{HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40152,CLOSED,fill=FI,flush=-,to=60/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@68e6357b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0}}} 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - close HttpParser{s=START,0 of -1} 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSE 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.AbstractConnection - HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40152,CLOSED,fill=-,flush=-,to=61/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@68e6357b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} onFillInterestedFailed {} 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@9019a3c{STOPPING} id=0 keys=1 selected=0 updates=0 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7eb1b6cb startThread=0 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.242 [qtp1919834117-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7eb1b6cb in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}] 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 waiting with 1 keys 17:15:42.242 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@dcfda20 on ManagedSelector@9019a3c{STOPPING} id=0 keys=0 selected=0 updates=0 17:15:42.242 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@9019a3c{STOPPING} id=0 keys=0 selected=0 updates=1 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken with none selected 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 woken up from select, 0/0/0 selected 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@136f4538 processing 0 keys, 1 updates 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@dcfda20 17:15:42.242 [qtp1919834117-41] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@7b4fcc4{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40152,CLOSED,fill=-,flush=-,to=61/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@68e6357b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:15:42.242 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@4dc60bb4 size 2 > capacity 17:15:42.242 [qtp1919834117-41] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@68e6357b::SocketChannelEndPoint@7b4fcc4{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=62/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@68e6357b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ebeb6a2{s=START}]=>HttpChannelOverHttp@645ff941{s=HttpChannelState@470ed7e4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:15:42.243 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}@4dc60bb4 in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}] 17:15:42.243 [qtp1919834117-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7eb1b6cb in QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}] 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:15:42.243Z 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@43ec8131/SelectorProducer@4f065a21/IDLE/p=false/QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:15:42.243Z 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@9019a3c{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SelectorManager@ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpConnectionFactory@ea9b7c6[HTTP/1.1] 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpConnectionFactory@ea9b7c6[HTTP/1.1] 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@7c2b6087{STARTED} 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@7c2b6087{STOPPED} 17:15:42.243 [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:42.243 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServerConnector@ed3068a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:15:42.243 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping Server@4b672daa{STOPPING}[9.4.42.v20210604] 17:15:42.246 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ErrorHandler@649df25f{STARTED} 17:15:42.246 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ErrorHandler@649df25f{STOPPING} 17:15:42.246 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ErrorHandler@649df25f{STOPPED} 17:15:42.246 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServletHandler@2e11485{STARTED} 17:15:42.246 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ServletHandler@2e11485{STOPPING} 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED callbackServlet==org.eclipse.sensinact.gateway.protocol.http.test.JettyTestCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServletHandler@2e11485{STOPPED} 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping AttributeContainerMap@a8e6492{size=0} 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED AttributeContainerMap@a8e6492{size=0} 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[qtp1919834117]@726e5805{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}] 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6a5a10bc{s=2/2,p=0}] 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@6a5a10bc{s=2/2,p=0} 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=1/2,p=0}@6d038d32 offer STOP! 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}@5db4dea offer STOP! 17:15:42.247 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=0/2,p=0}@6d038d32 task=STOP! 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@6a5a10bc{s=-1/2,p=0} 17:15:42.247 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=-1/2,p=0}@6d038d32 Exited 17:15:42.247 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=-1/2,p=0}@5db4dea task=STOP! 17:15:42.247 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@6a5a10bc{s=-1/2,p=0}@6d038d32 in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=8<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6a5a10bc{s=-1/2,p=0}@5db4dea Exited 17:15:42.247 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp1919834117-35,5,main] for 14999 17:15:42.247 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@6a5a10bc{s=-1/2,p=0}@5db4dea in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-37,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-35,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp1919834117-39,5,main] for 14999 17:15:42.247 [qtp1919834117-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-40,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.247 [qtp1919834117-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-38,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [qtp1919834117-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-34,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [qtp1919834117-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-36,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [qtp1919834117-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-39,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [qtp1919834117-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.248 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp1919834117-41,5,main] for 14999 17:15:42.254 [qtp1919834117-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1047087935@3217b17e in QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.254 [qtp1919834117-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1919834117-41,5,main] exited for QueuedThreadPool[qtp1919834117]@726e5805{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.254 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[qtp1919834117]@726e5805{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:15:42.254 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Server@4b672daa{STOPPED}[9.4.42.v20210604] [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/protocol/http/2.0-SNAPSHOT/http-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/protocol/http/2.0-SNAPSHOT/http-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/protocol/http/2.0-SNAPSHOT/http-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------< org.eclipse.sensinact.gateway:sensinact-sqlite-connector >------ [INFO] Building sensiNact IoT Gateway - SQLite DataBase Connector 2.0-SNAPSHOT [20/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-sqlite-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-sqlite-connector --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-sqlite-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-sqlite-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-sqlite-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-sqlite-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-sqlite-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-sqlite-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-sqlite-connector --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-sqlite-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-sqlite-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/sensinact-sqlite-connector-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-sqlite-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/sensinact-sqlite-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-sqlite-connector --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/tests.bndrun: [INFO] -runbundles: assertj-core;version='[3.20.2,3.20.3)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-sqlite-connector --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/tests.bndrun: [INFO] -runbundles: assertj-core;version='[3.20.2,3.20.3)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)' ERROR: bundle org.eclipse.sensinact.gateway.sensinact-sqlite-connector:2.0.0.202111111715 (18)[SQLiteDataStoreService(5)] : The start method has thrown an exception org.eclipse.sensinact.gateway.datastore.api.UnableToFindDataStoreException: Unable to find data base file : /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/src/test/resources/fake.db at org.eclipse.sensinact.gateway.datastore.sqlite.SQLiteConnectionProvider.setDataStoreName(SQLiteConnectionProvider.java:126) at org.eclipse.sensinact.gateway.datastore.sqlite.SQLiteConnectionProvider.(SQLiteConnectionProvider.java:109) at org.eclipse.sensinact.gateway.datastore.sqlite.SQLiteDataStoreService.start(SQLiteDataStoreService.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.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.apache.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:348) at org.apache.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:248) at org.apache.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:350) at org.apache.felix.framework.Felix.getService(Felix.java:3954) at org.apache.felix.framework.BundleContextImpl.getService(BundleContextImpl.java:450) at org.osgi.test.common.context.CloseableBundleContext.getService(CloseableBundleContext.java:294) at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at org.osgi.test.common.context.CloseableBundleContext.lambda$invoker$3(CloseableBundleContext.java:123) at org.osgi.test.common.context.CloseableBundleContext.invoke(CloseableBundleContext.java:150) at com.sun.proxy.$Proxy11.getService(Unknown Source) at org.osgi.test.common.context.CloseableBundleContext.getService(CloseableBundleContext.java:294) at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at org.osgi.test.common.context.CloseableBundleContext.lambda$invoker$3(CloseableBundleContext.java:123) at org.osgi.test.common.context.CloseableBundleContext.invoke(CloseableBundleContext.java:150) at com.sun.proxy.$Proxy11.getService(Unknown Source) at org.osgi.test.common.service.ServiceConfiguration$InnerCustomizer.lambda$addingService$1(ServiceConfiguration.java:243) at java.util.Optional.orElseGet(Optional.java:267) at org.osgi.test.common.service.ServiceConfiguration$InnerCustomizer.addingService(ServiceConfiguration.java:243) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:871) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.apache.felix.framework.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:990) at org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:838) at org.apache.felix.framework.EventDispatcher.fireServiceEvent(EventDispatcher.java:545) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4833) at org.apache.felix.framework.Felix.registerService(Felix.java:3804) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:328) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:440) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.sendEvent(ConfigurationManager.java:1709) at org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.run(ConfigurationManager.java:1651) at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:138) at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:105) at java.lang.Thread.run(Thread.java:748) [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-sqlite-connector --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/sensinact-sqlite-connector-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-sqlite-connector/2.0-SNAPSHOT/sensinact-sqlite-connector-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-sqlite-connector/2.0-SNAPSHOT/sensinact-sqlite-connector-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/sensinact-sqlite-connector-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-sqlite-connector/2.0-SNAPSHOT/sensinact-sqlite-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ----------< org.eclipse.sensinact.gateway:sensinact-generic >----------- [INFO] Building sensiNact IoT Gateway - Generic implementation 2.0-SNAPSHOT [21/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-generic --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-generic --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-generic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-generic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-generic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 140 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/src/main/java/org/eclipse/sensinact/gateway/generic/ExtResourceConfigCatalog.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/src/main/java/org/eclipse/sensinact/gateway/generic/ExtResourceConfigCatalog.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-generic --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-generic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-generic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/src/test/java/org/eclipse/sensinact/gateway/generic/test/tb/moke4/Activator.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/src/test/java/org/eclipse/sensinact/gateway/generic/test/tb/moke4/Activator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-generic --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/tests.bnd [0:0]: extra-5.bnd: Host sensinact-generic-test-moke-4= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/tests.bnd [0:0]: extra-6.bnd: Host sensinact-generic-test-moke-4= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-generic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-generic --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-generic --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-generic --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.tools.sensinact-test;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-generic --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.tools.sensinact-test;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' # startlevel: not handled # java.class.path /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.launcher/biz.aQute.launcher.pre.jar # inited runbundles=[/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar, /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar, /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar, /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar, /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar] activators=[] timeout=0 # version biz.aQute.launcher.pre;version=6.1.0.202111102045-SNAPSHOT, org.apache.felix.framework;version=6.0.3, biz.aQute.launcher;version=6.1.0.202111102045-SNAPSHOT # using working dir: /tmp/osgi.3929220353134449042.fw with keeping=false # deleting working dir /tmp/osgi.3929220353134449042.fw because not kept # system packages used: com.sun.net.httpserver,javax.net.ssl,javax.xml.parsers,javax.imageio,javax.management,javax.naming,javax.sql,javax.swing,javax.swing.border,javax.swing.event,javax.mail,javax.mail.internet,javax.management.modelmbean,javax.management.remote,javax.xml.parsers,javax.security.auth,javax.security.cert,junit.framework,junit.textui,org.w3c.dom,org.xml.sax,org.xml.sax.helpers,sun.misc,sun.security.action,sun.reflect,org.osgi.framework;version="1.9",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource",org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework",org.osgi.dto;version="1.1" # using META-INF/services # framework instance org.apache.felix.framework [0] # inited system bundle org.apache.felix.framework [0] # registered launcher with arguments for syncing # start embedded activators # Updating framework with [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar, /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar, /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar, /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar, /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar] # installing /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar # installing /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar # installing /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar # installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar # installing /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar # installing /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar # installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar # installing /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar # system bundle started ok # Waiting for refresh to finish # Refresh is finished # bundles administered [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar, /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar, /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar, /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar, /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar] # Will start bundles: [ch.qos.logback.core [1], junit-jupiter-api [2], junit-jupiter-engine [3], junit-jupiter-params [4], junit-platform-commons [5], junit-platform-engine [6], junit-platform-launcher [7], log4j [8], org.apache.felix.scr [9], org.opentest4j [10], org.osgi.service.cm [11], org.osgi.service.log [12], org.osgi.test.common [13], org.osgi.test.junit5 [14], org.osgi.util.function [15], org.osgi.util.promise [16], org.osgi.util.pushstream [17], slf4j.api [18], org.eclipse.sensinact.gateway.sensinact-common [19], org.eclipse.sensinact.gateway.sensinact-core [20], org.eclipse.sensinact.gateway.sensinact-datastore-api [21], org.eclipse.sensinact.gateway.sensinact-generic [22], org.eclipse.sensinact.gateway.sensinact-generic-tests [23], org.eclipse.sensinact.gateway.sensinact-signature-validator-api [24], org.eclipse.sensinact.gateway.sensinact-utils [25], org.eclipse.sensinact.gateway.tools.sensinact-test [26], org.eclipse.sensinact.gateway.sensinact-security-none [27], org.eclipse.sensinact.gateway.sensinact-signature-validator-mock [28], org.apache.felix.framework.security [29], ch.qos.logback.classic [30], biz.aQute.tester.junit-platform [31]] # starting ch.qos.logback.core # started ch.qos.logback.core # starting junit-jupiter-api # started junit-jupiter-api # starting junit-jupiter-engine # started junit-jupiter-engine # starting junit-jupiter-params # started junit-jupiter-params # starting junit-platform-commons # started junit-platform-commons # starting junit-platform-engine # started junit-platform-engine # starting junit-platform-launcher # started junit-platform-launcher # starting log4j # started log4j # starting org.apache.felix.scr # started org.apache.felix.scr # starting org.opentest4j # started org.opentest4j # starting org.osgi.service.cm # started org.osgi.service.cm # starting org.osgi.service.log # started org.osgi.service.log # starting org.osgi.test.common # started org.osgi.test.common # starting org.osgi.test.junit5 # started org.osgi.test.junit5 # starting org.osgi.util.function # started org.osgi.util.function # starting org.osgi.util.promise # started org.osgi.util.promise # starting org.osgi.util.pushstream # started org.osgi.util.pushstream # starting slf4j.api # started slf4j.api # starting org.eclipse.sensinact.gateway.sensinact-common # started org.eclipse.sensinact.gateway.sensinact-common # starting org.eclipse.sensinact.gateway.sensinact-core # started org.eclipse.sensinact.gateway.sensinact-core # starting org.eclipse.sensinact.gateway.sensinact-datastore-api # started org.eclipse.sensinact.gateway.sensinact-datastore-api # starting org.eclipse.sensinact.gateway.sensinact-generic # started org.eclipse.sensinact.gateway.sensinact-generic # starting org.eclipse.sensinact.gateway.sensinact-generic-tests # started org.eclipse.sensinact.gateway.sensinact-generic-tests # starting org.eclipse.sensinact.gateway.sensinact-signature-validator-api # started org.eclipse.sensinact.gateway.sensinact-signature-validator-api # starting org.eclipse.sensinact.gateway.sensinact-utils # started org.eclipse.sensinact.gateway.sensinact-utils # starting org.eclipse.sensinact.gateway.tools.sensinact-test # started org.eclipse.sensinact.gateway.tools.sensinact-test # starting org.eclipse.sensinact.gateway.sensinact-security-none # started org.eclipse.sensinact.gateway.sensinact-security-none # starting org.eclipse.sensinact.gateway.sensinact-signature-validator-mock # started org.eclipse.sensinact.gateway.sensinact-signature-validator-mock # starting org.apache.felix.framework.security # started org.apache.felix.framework.security # starting ch.qos.logback.classic # started ch.qos.logback.classic # starting biz.aQute.tester.junit-platform # service event org.osgi.framework.ServiceEvent[source=[java.lang.Runnable]] # selected main thread org.osgi.framework.ServiceEvent[source=[java.lang.Runnable]] # started biz.aQute.tester.junit-platform ------------------------------- REPORT -------------------------- Framework class org.apache.felix.framework.Felix Framework type META-INF/services Storage null Keep false Security false Has StartLevels false Startlevel 1 Run bundles /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar Java Home /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Classpath /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.launcher/biz.aQute.launcher.pre.jar System Packages com.sun.net.httpserver javax.net.ssl javax.xml.parsers javax.imageio javax.management javax.naming javax.sql javax.swing javax.swing.border javax.swing.event javax.mail javax.mail.internet javax.management.modelmbean javax.management.remote javax.xml.parsers javax.security.auth javax.security.cert junit.framework junit.textui org.w3c.dom org.xml.sax org.xml.sax.helpers sun.misc sun.security.action sun.reflect org.osgi.framework;version="1.9" org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto" org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework" org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring" org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework" org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring" org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework" org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource" org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework" org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto" org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework org.osgi.resource" org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto org.osgi.resource.dto" org.osgi.resource;version="1.0" org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto" org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework" org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework" org.osgi.service.url;version="1.0" org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource" org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework" org.osgi.dto;version="1.1" Properties org.eclipse.sensinact.http.corsheader false launch.bundles /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar,/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar,/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar,/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar,/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar,/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar,/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar,/home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar,/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar,/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar,/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar,/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar,/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar org.eclipse.sensina..y.location.latitude 45.2d tester.dir /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test-reports/tests launch.noreferences false org.eclipse.sensina..mulated.gui.enabled false tester.unresolved true org.apache.felix.http.jettyEnabled true launch.activation.eager false org.eclipse.sensina..curity.jks.filename /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/../sensinact-security/cert/keystore.jks tester.trace true org.osgi.service.http.port 8899 launch.activators org.osgi.framework.storage.clean onFirstInit launch.timeout 0 launch.framework.restart false org.apache.felix.http.whiteboardEnabled true tester.continuous false launch.embedded false launch.system.packages com.sun.net.httpserver,javax.net.ssl,javax.xml.parsers,javax.imageio,javax.management,javax.naming,javax.sql,javax.swing,javax.swing.border,javax.swing.event,javax.mail,javax.mail.internet,javax.management.modelmbean,javax.management.remote,javax.xml.parsers,javax.security.auth,javax.security.cert,junit.framework,junit.textui,org.w3c.dom,org.xml.sax,org.xml.sax.helpers,sun.misc,sun.security.action,sun.reflect,org.osgi.framework;version="1.9",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource",org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework",org.osgi.dto;version="1.1" org.eclipse.sensina..curity.jks.password sensiNact_team launch.keep false org.osgi.framework.system.packages.extra com.sun.net.httpserver,javax.net.ssl,javax.xml.parsers,javax.imageio,javax.management,javax.naming,javax.sql,javax.swing,javax.swing.border,javax.swing.event,javax.mail,javax.mail.internet,javax.management.modelmbean,javax.management.remote,javax.xml.parsers,javax.security.auth,javax.security.cert,junit.framework,junit.textui,org.w3c.dom,org.xml.sax,org.xml.sax.helpers,sun.misc,sun.security.action,sun.reflect,org.osgi.framework;version="1.9",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource",org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework",org.osgi.dto;version="1.1" launch.name tests.bndrun launch.trace true org.eclipse.sensina..urity.oauth2.config /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/src/test/resources/sensinact-security-oauth2.config launch.notificationPort -1 launch.services true org.eclipse.sensina...location.longitude 5.7d Id Levl State Modified Location 0 0 ACTIV <> System Bundle 1 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar 2 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar 3 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar 4 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar 5 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar 6 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar 7 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar 8 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar 9 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar 10 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar 11 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar 12 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar 13 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar 14 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar 15 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar 16 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar 17 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar 18 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar 19 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar 20 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar 21 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar 22 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar 23 1 RSLVD 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar 24 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar 25 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar 26 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar 27 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar 28 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar 29 1 RSLVD 202111111715 reference:file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar 30 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar 31 1 ACTIV 202111102045 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-generic/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar # framework=org.apache.felix.framework [0] # setting launcher service registration to launcher.ready=true # will call main # running in main thread # test cases filter set to null # run unresolved true # using /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test-reports/tests, path: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/test-reports/tests # automatic testing of all bundles with Test-Cases header # Opening BundleTracker for finding test bundles # starting queue # test will run # testing request org.junit.platform.launcher.core.DefaultDiscoveryRequest@1a5b6f42 # TestPlan Execution Started: org.junit.platform.launcher.core.InternalTestPlan@6ce86ce1 # Execution Started: Bnd JUnit Platform Bundle Engine - [engine:bnd-bundle-engine] # Execution Started: [22] org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715] # Execution Started: [23] org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715] # Execution Started: JUnit Jupiter - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter] # Execution Started: TestGenericImplementation - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation] # Execution Skipped: testExtraCatalogs(Bundle, Bundle, Bundle, Core) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testExtraCatalogs(org.osgi.framework.Bundle, org.osgi.framework.Bundle, org.osgi.framework.Bundle, org.eclipse.sensinact.gateway.core.Core)] - public void org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation.testExtraCatalogs(org.osgi.framework.Bundle,org.osgi.framework.Bundle,org.osgi.framework.Bundle,org.eclipse.sensinact.gateway.core.Core) throws java.lang.Throwable is @Disabled # # Execution Started: testFactory(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testFactory(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] 17:15:56.497 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:15:56.598 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:56.695 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandsStart(org.xml.sax.Attributes) 17:15:56.697 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.698 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.698 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.698 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.698 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.698 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.698 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.698 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.699 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.699 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.699 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.699 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.700 [main] ERROR org.eclipse.sensinact.gateway.generic.parser.XmlDefinition - null java.lang.reflect.InvocationTargetException: null 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.eclipse.sensinact.gateway.generic.parser.XmlDefinition.invoke(XmlDefinition.java:106) at org.eclipse.sensinact.gateway.generic.parser.XmlDefinition.(XmlDefinition.java:76) at org.eclipse.sensinact.gateway.generic.parser.XmlModelParsingContext.(XmlModelParsingContext.java:40) at org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.(CommandDefinition.java:37) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandStart(XmlResourceConfigHandler.java:169) 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.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.start(XmlResourceConfigHandler.java:295) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.start(XmlResourceConfigHandler.java:46) at org.eclipse.sensinact.gateway.util.xml.AbstractContentHandler.startElement(AbstractContentHandler.java:85) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:744) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at org.eclipse.sensinact.gateway.util.xml.XMLUtil.parse(XMLUtil.java:68) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:75) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:60) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:269) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:216) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:174) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:141) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:618) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:556) at org.eclipse.sensinact.gateway.generic.ExtModelConfigurationBuilder.build(ExtModelConfigurationBuilder.java:312) at org.eclipse.sensinact.gateway.generic.test.tb.moke.Activator.doStart(Activator.java:59) at org.eclipse.sensinact.gateway.common.bundle.AbstractActivator.start(AbstractActivator.java:73) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:698) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2402) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984) at org.osgi.test.common.install.BundleInstaller.installBundle(BundleInstaller.java:265) at org.osgi.test.junit5.context.InstalledBundleExtension.installedBundleOf(InstalledBundleExtension.java:141) at org.osgi.test.junit5.context.InstalledBundleExtension.resolveParameter(InstalledBundleExtension.java:108) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameter(ExecutableInvoker.java:216) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:183) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:144) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:96) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at aQute.tester.bundle.engine.BundleDescriptor.executeChild(BundleDescriptor.java:49) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$7(BundleEngine.java:120) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:120) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$8(BundleEngine.java:133) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:133) at aQute.tester.bundle.engine.BundleEngine.lambda$execute$5(BundleEngine.java:100) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.execute(BundleEngine.java:100) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at aQute.tester.junit.platform.Activator.test(Activator.java:439) at aQute.tester.junit.platform.Activator.automatic(Activator.java:344) at aQute.tester.junit.platform.Activator.run(Activator.java:216) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at aQute.launcher.Launcher.launch(Launcher.java:450) at aQute.launcher.Launcher.run(Launcher.java:184) at aQute.launcher.Launcher.main(Launcher.java:160) at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170) at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135) at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52) Caused by: java.lang.IllegalArgumentException: No enum constant org.eclipse.sensinact.gateway.generic.Task.CommandType.HELLO at java.lang.Enum.valueOf(Enum.java:238) at org.eclipse.sensinact.gateway.generic.Task$CommandType.valueOf(Task.java:44) at org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.setCommandType(CommandDefinition.java:46) ... 148 common frames omitted 17:15:56.701 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.701 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.702 [main] ERROR org.eclipse.sensinact.gateway.generic.parser.XmlDefinition - null java.lang.reflect.InvocationTargetException: null 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.eclipse.sensinact.gateway.generic.parser.XmlDefinition.invoke(XmlDefinition.java:106) at org.eclipse.sensinact.gateway.generic.parser.XmlDefinition.(XmlDefinition.java:76) at org.eclipse.sensinact.gateway.generic.parser.XmlModelParsingContext.(XmlModelParsingContext.java:40) at org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.(CommandDefinition.java:37) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandStart(XmlResourceConfigHandler.java:169) 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.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.start(XmlResourceConfigHandler.java:295) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.start(XmlResourceConfigHandler.java:46) at org.eclipse.sensinact.gateway.util.xml.AbstractContentHandler.startElement(AbstractContentHandler.java:85) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:744) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at org.eclipse.sensinact.gateway.util.xml.XMLUtil.parse(XMLUtil.java:68) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:75) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:60) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:269) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:216) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:174) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:141) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:618) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:556) at org.eclipse.sensinact.gateway.generic.ExtModelConfigurationBuilder.build(ExtModelConfigurationBuilder.java:312) at org.eclipse.sensinact.gateway.generic.test.tb.moke.Activator.doStart(Activator.java:59) at org.eclipse.sensinact.gateway.common.bundle.AbstractActivator.start(AbstractActivator.java:73) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:698) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2402) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984) at org.osgi.test.common.install.BundleInstaller.installBundle(BundleInstaller.java:265) at org.osgi.test.junit5.context.InstalledBundleExtension.installedBundleOf(InstalledBundleExtension.java:141) at org.osgi.test.junit5.context.InstalledBundleExtension.resolveParameter(InstalledBundleExtension.java:108) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameter(ExecutableInvoker.java:216) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:183) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:144) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:96) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at aQute.tester.bundle.engine.BundleDescriptor.executeChild(BundleDescriptor.java:49) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$7(BundleEngine.java:120) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:120) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$8(BundleEngine.java:133) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:133) at aQute.tester.bundle.engine.BundleEngine.lambda$execute$5(BundleEngine.java:100) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.execute(BundleEngine.java:100) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at aQute.tester.junit.platform.Activator.test(Activator.java:439) at aQute.tester.junit.platform.Activator.automatic(Activator.java:344) at aQute.tester.junit.platform.Activator.run(Activator.java:216) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at aQute.launcher.Launcher.launch(Launcher.java:450) at aQute.launcher.Launcher.run(Launcher.java:184) at aQute.launcher.Launcher.main(Launcher.java:160) at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170) at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135) at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52) Caused by: java.lang.IllegalArgumentException: No enum constant org.eclipse.sensinact.gateway.generic.Task.CommandType.GOODBYE at java.lang.Enum.valueOf(Enum.java:238) at org.eclipse.sensinact.gateway.generic.Task$CommandType.valueOf(Task.java:44) at org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.setCommandType(CommandDefinition.java:46) ... 148 common frames omitted 17:15:56.702 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.CommandDefinition.identifierEnd() 17:15:56.702 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandEnd() 17:15:56.702 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.commandsEnd() 17:15:56.704 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.747 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.747 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.747 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.747 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.747 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.748 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.748 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.748 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.748 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.748 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.749 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.749 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.749 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.749 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.749 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.750 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.750 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.750 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.751 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.751 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.751 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.751 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.751 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.752 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.752 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.752 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.752 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.752 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.753 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.753 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.754 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.754 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.754 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.756 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:56.756 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:56.756 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.756 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.756 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.757 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:15:56.757 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.757 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.757 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.758 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:15:56.758 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.759 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:15:56.759 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.759 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:15:56.759 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.759 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.760 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.760 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:15:56.760 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.760 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.761 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:15:56.761 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.762 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.762 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.763 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.763 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.764 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.764 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.764 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.765 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.765 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.766 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.766 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.766 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.767 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.767 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.767 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.768 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.768 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.768 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.768 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:56.768 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.769 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.771 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:15:56.771 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:15:56.772 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.840 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.841 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.842 [main] ERROR org.eclipse.sensinact.gateway.generic.parser.ResourceClassDefinition - org.eclipse.sensinact.gateway.generic.test.moke.MokeAction not found by sensinact-generic.test-resource [32] java.lang.ClassNotFoundException: org.eclipse.sensinact.gateway.generic.test.moke.MokeAction not found by sensinact-generic.test-resource [32] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1597) at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1982) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.eclipse.sensinact.gateway.generic.parser.ResourceClassDefinition.setResourceClassType(ResourceClassDefinition.java:53) 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.eclipse.sensinact.gateway.generic.parser.XmlDefinition.invoke(XmlDefinition.java:106) at org.eclipse.sensinact.gateway.generic.parser.XmlDefinition.mapTag(XmlDefinition.java:90) at org.eclipse.sensinact.gateway.generic.parser.XmlModelParsingContext.end(XmlModelParsingContext.java:133) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.end(XmlResourceConfigHandler.java:244) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.end(XmlResourceConfigHandler.java:46) at org.eclipse.sensinact.gateway.util.xml.AbstractContentHandler.endElement(AbstractContentHandler.java:106) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609) at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:858) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at org.eclipse.sensinact.gateway.util.xml.XMLUtil.parse(XMLUtil.java:68) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:75) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:60) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:269) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:216) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:174) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:141) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:618) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:556) at org.eclipse.sensinact.gateway.generic.ExtModelConfigurationBuilder.build(ExtModelConfigurationBuilder.java:312) at org.eclipse.sensinact.gateway.generic.test.tb.moke.Activator.doStart(Activator.java:59) at org.eclipse.sensinact.gateway.common.bundle.AbstractActivator.start(AbstractActivator.java:73) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:698) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2402) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984) at org.osgi.test.common.install.BundleInstaller.installBundle(BundleInstaller.java:265) at org.osgi.test.junit5.context.InstalledBundleExtension.installedBundleOf(InstalledBundleExtension.java:141) at org.osgi.test.junit5.context.InstalledBundleExtension.resolveParameter(InstalledBundleExtension.java:108) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameter(ExecutableInvoker.java:216) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:183) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:144) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:96) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at aQute.tester.bundle.engine.BundleDescriptor.executeChild(BundleDescriptor.java:49) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$7(BundleEngine.java:120) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:120) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$8(BundleEngine.java:133) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:133) at aQute.tester.bundle.engine.BundleEngine.lambda$execute$5(BundleEngine.java:100) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.execute(BundleEngine.java:100) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at aQute.tester.junit.platform.Activator.test(Activator.java:439) at aQute.tester.junit.platform.Activator.automatic(Activator.java:344) at aQute.tester.junit.platform.Activator.run(Activator.java:216) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at aQute.launcher.Launcher.launch(Launcher.java:450) at aQute.launcher.Launcher.run(Launcher.java:184) at aQute.launcher.Launcher.main(Launcher.java:160) at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170) at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135) at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52) 17:15:56.842 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.PolicyDefinition.classnameEnd() 17:15:56.842 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:15:56.842 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.842 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:15:56.843 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.843 [main] ERROR org.eclipse.sensinact.gateway.generic.parser.ResourceClassDefinition - org.eclipse.sensinact.gateway.generic.test.moke.MokeAction not found by sensinact-generic.test-resource [32] java.lang.ClassNotFoundException: org.eclipse.sensinact.gateway.generic.test.moke.MokeAction not found by sensinact-generic.test-resource [32] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1597) at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1982) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.eclipse.sensinact.gateway.generic.parser.ResourceClassDefinition.setResourceClassType(ResourceClassDefinition.java:53) 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.eclipse.sensinact.gateway.generic.parser.XmlDefinition.invoke(XmlDefinition.java:106) at org.eclipse.sensinact.gateway.generic.parser.XmlDefinition.mapTag(XmlDefinition.java:90) at org.eclipse.sensinact.gateway.generic.parser.XmlModelParsingContext.end(XmlModelParsingContext.java:133) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.end(XmlResourceConfigHandler.java:244) at org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.end(XmlResourceConfigHandler.java:46) at org.eclipse.sensinact.gateway.util.xml.AbstractContentHandler.endElement(AbstractContentHandler.java:106) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609) at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:858) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at org.eclipse.sensinact.gateway.util.xml.XMLUtil.parse(XMLUtil.java:68) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:75) at org.eclipse.sensinact.gateway.generic.ExtResourceConfig.loadFromXml(ExtResourceConfig.java:60) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:269) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:216) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:174) at org.eclipse.sensinact.gateway.generic.ExtModelConfiguration.(ExtModelConfiguration.java:141) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:618) at org.eclipse.sensinact.gateway.util.ReflectUtils.getInstance(ReflectUtils.java:556) at org.eclipse.sensinact.gateway.generic.ExtModelConfigurationBuilder.build(ExtModelConfigurationBuilder.java:312) at org.eclipse.sensinact.gateway.generic.test.tb.moke.Activator.doStart(Activator.java:59) at org.eclipse.sensinact.gateway.common.bundle.AbstractActivator.start(AbstractActivator.java:73) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:698) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2402) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984) at org.osgi.test.common.install.BundleInstaller.installBundle(BundleInstaller.java:265) at org.osgi.test.junit5.context.InstalledBundleExtension.installedBundleOf(InstalledBundleExtension.java:141) at org.osgi.test.junit5.context.InstalledBundleExtension.resolveParameter(InstalledBundleExtension.java:108) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameter(ExecutableInvoker.java:216) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:183) at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:144) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:96) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at aQute.tester.bundle.engine.BundleDescriptor.executeChild(BundleDescriptor.java:49) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$7(BundleEngine.java:120) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:120) at aQute.tester.bundle.engine.BundleEngine.lambda$executeBundle$8(BundleEngine.java:133) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.executeBundle(BundleEngine.java:133) at aQute.tester.bundle.engine.BundleEngine.lambda$execute$5(BundleEngine.java:100) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at aQute.tester.bundle.engine.BundleEngine.execute(BundleEngine.java:100) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at aQute.tester.junit.platform.Activator.test(Activator.java:439) at aQute.tester.junit.platform.Activator.automatic(Activator.java:344) at aQute.tester.junit.platform.Activator.run(Activator.java:216) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at aQute.launcher.Launcher.launch(Launcher.java:450) at aQute.launcher.Launcher.run(Launcher.java:184) at aQute.launcher.Launcher.main(Launcher.java:160) at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170) at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135) at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52) 17:15:56.843 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.PolicyDefinition.classnameEnd() 17:15:56.843 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:15:56.843 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:56.844 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:15:56.844 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:15:56.844 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:15:56.844 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:56.849 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:15:56.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:15:56.860 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:56.948 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:56.956 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.958 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.958 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.958 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.960 [Thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:15:56.961 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:15:56.961 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : device1 17:15:56.961 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:15:56.962 [Thread-2] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:15:56.963 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.964 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.965 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.965 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.966 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.966 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.966 [Thread-2] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:15:56.967 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.967 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.968 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.968 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.969 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.969 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.969 [Thread-2] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:15:56.970 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.970 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.971 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.972 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.973 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:56.973 [Thread-2] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:56.975 [Thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done Resources value condition threshold 17:15:58.984 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core # Execution Finished: testFactory(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testFactory(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Started: testResourceModel(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testResourceModel(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] 17:15:59.017 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:15:59.019 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.028 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:15:59.028 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.029 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.029 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.029 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:15:59.029 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.030 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.030 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.030 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:15:59.030 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.030 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.030 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.031 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.031 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.031 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.031 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.031 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.032 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.032 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.032 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.032 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.032 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.033 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.033 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.033 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.033 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.033 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.033 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.034 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.034 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.034 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.034 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.034 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.035 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.035 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.035 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.035 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.035 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.035 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.036 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.037 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.040 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.040 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.040 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.040 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.041 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.041 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.041 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.041 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:15:59.041 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:15:59.041 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.042 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.042 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.042 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.042 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.043 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.043 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.043 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.043 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:15:59.044 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:15:59.044 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:15:59.044 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:15:59.045 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:15:59.045 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:15:59.045 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:15:59.045 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:15:59.045 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:15:59.045 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:15:59.046 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:15:59.047 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.051 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.052 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.058 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.059 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.064 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.065 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.070 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.071 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.076 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:15:59.078 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.079 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.079 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.079 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.080 [Thread-3] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:15:59.081 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:15:59.082 [Thread-3] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:15:59.083 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.083 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.084 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.084 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.084 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.084 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.085 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.085 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.086 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.086 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.086 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.087 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.087 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.087 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.088 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:15:59.088 [Thread-3] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:15:59.088 [Thread-3] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:01.083 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core 17:16:01.088 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started 17:16:01.088 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started 17:16:01.089 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started 17:16:01.089 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started # Execution Finished: testResourceModel(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testResourceModel(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Started: testActionResourceModel(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testActionResourceModel(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] 17:16:01.105 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:16:01.107 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:01.114 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.114 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.115 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:01.115 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:01.115 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:01.115 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:01.115 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.115 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.115 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.116 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.117 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.118 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.118 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:01.118 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:01.118 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.118 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.118 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.120 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.120 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.120 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.120 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.120 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.121 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:01.121 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:01.121 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.121 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.122 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:16:01.122 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:16:01.122 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:16:01.122 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:16:01.122 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:16:01.123 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.123 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:01.123 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:16:01.123 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:16:01.123 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:16:01.123 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:01.124 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:16:01.124 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:16:01.125 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:01.129 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:01.131 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.131 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.131 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.132 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.133 [Thread-4] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:01.133 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:16:01.134 [Thread-4] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:16:01.135 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.135 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:01.136 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.136 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:01.136 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.137 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:01.137 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.138 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:01.138 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.138 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:01.139 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.139 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:01.142 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:01.142 [Thread-4] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:01.145 [Thread-4] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:03.135 [Thread-5] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:03.136 [Thread-5] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:03.289 [Thread-6] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:03.290 [Thread-6] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:03.441 [Thread-7] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:03.441 [Thread-7] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:03.592 [Thread-8] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:03.592 [Thread-8] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:03.743 [Thread-9] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:03.743 [Thread-9] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:03.894 [Thread-10] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:03.894 [Thread-10] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:04.045 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core # Execution Finished: testActionResourceModel(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testActionResourceModel(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Started: testConstrainedResourceModel(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testConstrainedResourceModel(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] 17:16:04.061 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:16:04.063 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:04.069 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:04.070 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:04.071 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:16:04.071 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:16:04.071 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:04.071 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:04.072 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:16:04.072 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:16:04.072 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:04.072 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:16:04.072 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:16:04.073 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:04.076 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:04.077 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:04.077 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:04.078 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:04.078 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:04.079 [Thread-11] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:04.079 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:16:04.081 [Thread-11] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:16:04.081 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s already started 17:16:04.081 [Thread-12] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:04.081 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:16:04.082 [Thread-12] WARN org.eclipse.sensinact.gateway.core.ServiceProviderImpl - '%s' service already exists 17:16:04.082 [Thread-12] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:04.083 [Thread-11] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:04.084 [Thread-11] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:04.084 [Thread-11] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:06.084 [Thread-13] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:06.084 [Thread-13] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:06.235 [Thread-14] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:06.235 [Thread-14] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:06.387 [Thread-15] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:06.387 [Thread-15] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:06.538 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core # Execution Finished: testConstrainedResourceModel(ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testConstrainedResourceModel(org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Started: testAnnotatedPacket(ServiceAware, ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testAnnotatedPacket(org.osgi.test.common.service.ServiceAware, org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] 17:16:06.558 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:16:06.559 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.568 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:16:06.568 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.569 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.569 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.569 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:16:06.569 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.570 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.570 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.570 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.policyEnd() 17:16:06.570 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.571 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.571 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.571 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.572 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.572 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.572 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.572 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.572 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.573 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.573 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.573 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.573 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.573 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.574 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.574 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.574 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.574 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.575 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.575 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.575 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.575 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.575 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.576 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.576 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.576 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.576 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.576 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.577 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.577 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.577 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.578 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.578 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.578 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.578 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.579 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.579 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.579 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.579 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.580 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.580 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.580 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.580 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.580 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.581 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.581 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.581 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:16:06.581 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:16:06.581 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.581 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.581 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.582 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.582 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.582 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.583 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.583 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.583 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:06.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:16:06.585 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:16:06.587 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.592 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.593 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.598 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.599 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.645 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.645 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.650 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.651 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.654 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:06.656 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:06.656 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:06.657 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:06.657 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:06.658 [Thread-16] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:06.658 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:16:06.662 [Thread-16] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:08.659 [Thread-17] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:08.660 [Thread-17] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:08.810 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:08.811 [pool-19-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.packet.PojoPacketWrapper - null 17:16:08.811 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:08.812 [Thread-18] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:08.812 [Thread-18] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:08.962 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core 17:16:08.963 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started 17:16:08.964 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started 17:16:08.965 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started 17:16:08.966 [main] DEBUG org.eclipse.sensinact.gateway.core.ModelElement - %s not started # Execution Finished: testAnnotatedPacket(ServiceAware, ServiceAware, Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testAnnotatedPacket(org.osgi.test.common.service.ServiceAware, org.osgi.test.common.service.ServiceAware, org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Started: testAnnotationResolver(Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testAnnotationResolver(org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] 17:16:08.979 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:16:08.980 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:08.986 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:08.986 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:08.986 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:08.987 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:08.987 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:08.987 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:08.987 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:08.987 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:08.988 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:08.988 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:08.988 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:08.988 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.builderEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:08.989 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:16:08.989 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:16:08.999 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:09.002 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:16:09.003 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.003 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.004 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.004 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.004 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:16:09.005 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.005 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:09.006 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.006 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:09.007 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:16:09.007 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.008 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:09.008 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:09.008 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:09.010 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started {"providers":["providerTest"],"type":"PROVIDERS_LIST","uri":"/","statusCode":200} {"services":["admin","measureTest","serviceTest"],"type":"SERVICES_LIST","uri":"/providerTest","statusCode":200} {"resources":["value","condition"],"type":"RESOURCES_LIST","uri":"/providerTest/measureTest","statusCode":200} {"resources":["value","condition"],"type":"RESOURCES_LIST","uri":"/providerTest/serviceTest","statusCode":200} {"name":"condition","type":"STATE_VARIABLE","rws":"RO"} 17:16:09.014 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core # Execution Finished: testAnnotationResolver(Core, Bundle) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation]/[method:testAnnotationResolver(org.eclipse.sensinact.gateway.core.Core, org.osgi.framework.Bundle)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Finished: TestGenericImplementation - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.generic.test.TestGenericImplementation] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Finished: JUnit Jupiter - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715]/[sub-engine:junit-jupiter] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Finished: [23] org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715]/[fragment:org.eclipse.sensinact.gateway.sensinact-generic-tests;2.0.0.202111111715] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Finished: [22] org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.sensinact-generic;2.0.0.202111111715] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Finished: Bnd JUnit Platform Bundle Engine - [engine:bnd-bundle-engine] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # TestPlan Execution Finished: org.junit.platform.launcher.core.InternalTestPlan@6ce86ce1 # Test run finished after 12685 ms [ 5 containers found ] [ 0 containers skipped ] [ 5 containers started ] [ 0 containers aborted ] [ 5 containers successful ] [ 0 containers failed ] [ 7 tests found ] [ 1 tests skipped ] [ 6 tests started ] [ 0 tests aborted ] [ 6 tests successful ] [ 0 tests failed ] # test ran # queue [] [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-generic --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-generic/2.0-SNAPSHOT/sensinact-generic-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-generic/2.0-SNAPSHOT/sensinact-generic-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-generic/2.0-SNAPSHOT/sensinact-generic-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --< org.eclipse.sensinact.gateway.simulated.devices:simulated-devices >-- [INFO] Building sensiNact IoT Gateway - Simulated Devices 2.0-SNAPSHOT [22/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ simulated-devices --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ simulated-devices --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ simulated-devices --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ simulated-devices --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ simulated-devices --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ simulated-devices --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ simulated-devices --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/simulated-devices/2.0-SNAPSHOT/simulated-devices-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.simulated.devices:slider >------- [INFO] Building sensiNact IoT Gateway - Simulated Slider 2.0-SNAPSHOT [23/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/org/codehaus/mojo/xml-maven-plugin/maven-metadata.xml [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/maven-metadata.xml [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/maven-metadata.xml (546 B at 42 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/maven-metadata.xml (546 B at 8.9 kB/s) [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/org/codehaus/mojo/xml-maven-plugin/maven-metadata.xml (546 B at 1.0 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom (8.6 kB at 39 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 4.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom (8.4 kB at 703 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar (69 kB at 4.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ slider --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ slider --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ slider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ slider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ slider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ slider --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ slider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ slider --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ slider --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ slider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ slider --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ slider --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ slider --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/slider/2.0-SNAPSHOT/slider-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/slider/2.0-SNAPSHOT/slider-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/slider/2.0-SNAPSHOT/slider-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ slider --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 104 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 822 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 343 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 200 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 339 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 212 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 75 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 220 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 198 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 238 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 154 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 105 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 177 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 459 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 642 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 671 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 191 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 135 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 131 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 42 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 326 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 170 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 191 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 60 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 731 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 155 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 645 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 104 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 59 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 239 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 302 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 503 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 4.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 989 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 7.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 5.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 3.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 7.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 577 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 956 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 269 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 4.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 135 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 279 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 284 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 615 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 752 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 186 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 115 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar (61 kB at 701 kB/s) [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -------< org.eclipse.sensinact.gateway.simulated.devices:light >-------- [INFO] Building sensiNact IoT Gateway - Simulated Light 2.0-SNAPSHOT [24/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ light --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ light --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ light --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ light --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ light --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ light --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.simulated.light.swing, has 1, private references [org.eclipse.sensinact.gateway.simulated.light.internal] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ light --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ light --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ light --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ light --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ light --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ light --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ light --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/light/2.0-SNAPSHOT/light-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/light/2.0-SNAPSHOT/light-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/light/2.0-SNAPSHOT/light-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ light --- [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.nthbnd:rest-access >---------- [INFO] Building sensiNact IoT Gateway - HTTP REST Access 2.0-SNAPSHOT [25/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rest-access --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ rest-access --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ rest-access --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rest-access --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rest-access --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/src/main/java/org/eclipse/sensinact/gateway/nthbnd/rest/internal/Accountings.java: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/src/main/java/org/eclipse/sensinact/gateway/nthbnd/rest/internal/Accountings.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/src/main/java/org/eclipse/sensinact/gateway/nthbnd/rest/internal/Accountings.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ rest-access --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ rest-access --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rest-access --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ rest-access --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ rest-access --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rest-access --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ rest-access --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ rest-access --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.component;version='[1.4.0,1.4.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.util.ajax;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ rest-access --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.component;version='[1.4.0,1.4.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.util.ajax;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' 17:16:18.145 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:16:18.152 [main] INFO org.eclipse.jetty.util.log - Logging initialized @682ms to org.eclipse.jetty.util.log.Slf4jLog 17:16:18.159 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp730923082]@2b91004a{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@18d87d80,POJO} 17:16:18.164 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@2c35e847{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp730923082]@2b91004a{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:18.166 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@593aaf41[null] added {org.eclipse.jetty.security.DefaultIdentityService@5a56cdac,POJO} 17:16:18.167 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@593aaf41[OSGi HTTP Service Realm] added {UserStore@7c711375{STOPPED},AUTO} 17:16:18.167 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@2c35e847{STOPPED}[9.4.42.v20210604] added {HashLoginService@593aaf41[OSGi HTTP Service Realm],AUTO} 17:16:18.177 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@48aca48b{/,null,STOPPED},[o.e.j.s.ServletContextHandler@48aca48b{/,null,STOPPED}]}] 17:16:18.177 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@13fd2ccd{STOPPED} added {o.e.j.s.ServletContextHandler@48aca48b{/,null,STOPPED},AUTO} 17:16:18.179 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@242b836 17:16:18.183 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@48aca48b{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=-1,MANAGED} 17:16:18.186 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=-1 added {ServletHandler@55a147cc{STOPPED},MANAGED} 17:16:18.186 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:16:18.187 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@3646a422,UNMANAGED} 17:16:18.188 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@55a147cc{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:16:18.189 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@55a147cc{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6,POJO} 17:16:18.189 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@2c35e847{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@13fd2ccd{STOPPED},MANAGED} 17:16:18.190 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@2c35e847{STOPPED}[9.4.42.v20210604] 17:16:18.191 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@2c35e847{STARTING}[9.4.42.v20210604] added {ErrorHandler@6e9175d8{STOPPED},AUTO} 17:16:18.191 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:16:18.201 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@2c35e847{STARTING}[9.4.42.v20210604] 17:16:18.201 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp730923082]@2b91004a{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:18.202 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=0} 17:16:18.202 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp730923082]@2b91004a{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] added {ReservedThreadExecutor@548d708a{s=0/2,p=0},AUTO} 17:16:18.202 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@548d708a{s=0/2,p=0} 17:16:18.206 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @738ms ReservedThreadExecutor@548d708a{s=0/2,p=0} 17:16:18.207 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-16,5,main] 17:16:18.207 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-17,5,main] 17:16:18.207 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-18,5,main] 17:16:18.207 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-19,5,main] 17:16:18.207 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.207 [qtp730923082-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.208 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-20,5,main] 17:16:18.208 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.208 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-21,5,main] 17:16:18.208 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-22,5,main] 17:16:18.208 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.240 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.240 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.240 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp730923082-23,5,main] 17:16:18.241 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @772ms QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.241 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.241 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@593aaf41[OSGi HTTP Service Realm] 17:16:18.241 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.241 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@7c711375{STOPPED} 17:16:18.241 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @773ms UserStore@7c711375{STARTED} 17:16:18.241 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @773ms HashLoginService@593aaf41[OSGi HTTP Service Realm] 17:16:18.241 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@13fd2ccd{STOPPED} 17:16:18.241 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@13fd2ccd{STARTING} 17:16:18.241 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@48aca48b{/,null,STOPPED} 17:16:18.242 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:16:18.248 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@48aca48b{/,null,STARTING} 17:16:18.248 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 17:16:18.249 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@710c2b53[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:16:18.250 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@710c2b53[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1750fbeb[passivating=false,graceSec=3600],AUTO} 17:16:18.251 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@6e9a5ed8{STOPPED}[worker=null] 17:16:18.251 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:16:18.251 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:16:18.252 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@6e9a5ed8{STARTING}[worker=node0] added {HouseKeeper@5890e879{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:16:18.252 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@5890e879{STOPPED}[interval=600000, ownscheduler=false] 17:16:18.253 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@183ec003{STOPPED} 17:16:18.253 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @785ms ScheduledExecutorScheduler@183ec003{STARTED} 17:16:18.253 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:16:18.253 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:16:18.254 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @786ms HouseKeeper@5890e879{STARTED}[interval=660000, ownscheduler=true] 17:16:18.254 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @786ms DefaultSessionIdManager@6e9a5ed8{STARTED}[worker=node0] 17:16:18.254 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@2c35e847{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@6e9a5ed8{STARTED}[worker=node0],MANAGED} 17:16:18.254 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 added {DefaultSessionIdManager@6e9a5ed8{STARTED}[worker=node0],UNMANAGED} 17:16:18.254 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@5ddeb7cb{STOPPED} 17:16:18.254 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @787ms ScheduledExecutorScheduler@5ddeb7cb{STARTED} 17:16:18.255 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 17:16:18.255 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@55a147cc{STOPPED} 17:16:18.257 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6[EMBEDDED:null] 17:16:18.258 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:16:18.258 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:16:18.258 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:16:18.258 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:16:18.258 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:16:18.258 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:16:18.258 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@55a147cc{STARTING} 17:16:18.258 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@55a147cc{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@550ffa15{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:16:18.258 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@55a147cc{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f,POJO} 17:16:18.258 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6[EMBEDDED:null] 17:16:18.259 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f[EMBEDDED:null] 17:16:18.259 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@550ffa15{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@550ffa15{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6[EMBEDDED:null] 17:16:18.259 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f[EMBEDDED:null] 17:16:18.259 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@550ffa15{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:16:18.259 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:16:18.260 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:16:18.260 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:16:18.260 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:16:18.260 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@550ffa15{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:16:18.260 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@55a147cc{STARTING} 17:16:18.260 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @792ms ServletHandler@55a147cc{STARTED} 17:16:18.260 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@710c2b53[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:16:18.260 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1750fbeb[passivating=false,graceSec=3600] 17:16:18.260 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @792ms org.eclipse.jetty.server.session.NullSessionDataStore@1750fbeb[passivating=false,graceSec=3600] 17:16:18.260 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @792ms org.eclipse.jetty.server.session.DefaultSessionCache@710c2b53[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:16:18.260 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @792ms org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 17:16:18.263 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:16:18.263 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @796ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:16:18.265 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6 17:16:18.265 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@550ffa15{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:16:18.265 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @797ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-302c971f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@550ffa15{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:16:18.265 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:18.265 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @798ms o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:18.265 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @798ms ContextHandlerCollection@13fd2ccd{STARTED} 17:16:18.266 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@6e9175d8{STOPPED} 17:16:18.266 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@6e9175d8{STARTING} 17:16:18.266 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @798ms ErrorHandler@6e9175d8{STARTED} 17:16:18.266 [main] INFO org.eclipse.jetty.server.Server - Started @798ms 17:16:18.266 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @798ms Server@2c35e847{STARTED}[9.4.42.v20210604] 17:16:18.266 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:16:18.270 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@26abb146[HTTP/1.1] added {HttpConfiguration@72c8e7b{32768/8192,8192/8192,https://:0,[]},POJO} 17:16:18.277 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{null, ()}{0.0.0.0:0} added {Server@2c35e847{STARTED}[9.4.42.v20210604],UNMANAGED} 17:16:18.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}],UNMANAGED} 17:16:18.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@4f0f2942{STOPPED},AUTO} 17:16:18.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@2657d4dd,POJO} 17:16:18.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@26abb146[HTTP/1.1],AUTO} 17:16:18.278 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@26abb146[HTTP/1.1] 17:16:18.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:16:18.280 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@2c35e847{STARTED}[9.4.42.v20210604] added {ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:16:18.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:18.343 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:16:18.344 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@4f0f2942{STOPPED} 17:16:18.344 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @876ms ScheduledExecutorScheduler@4f0f2942{STARTED} 17:16:18.344 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@26abb146[HTTP/1.1] 17:16:18.344 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @876ms HttpConnectionFactory@26abb146[HTTP/1.1] 17:16:18.344 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:18.350 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:18.349Z added {SelectorProducer@660acfb,POJO} 17:16:18.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:18.35Z added {QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}],UNMANAGED} 17:16:18.351 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:18.351Z created 17:16:18.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@700fb871{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:18.351Z,MANAGED} 17:16:18.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@700fb871{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:18.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@700fb871{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:18.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:18.351Z 17:16:18.352 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @884ms EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:18.351Z 17:16:18.354 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@13d73f29 startThread=0 17:16:18.354 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@13d73f29 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.354 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@565f390 on ManagedSelector@700fb871{STARTING} id=0 keys=0 selected=0 updates=0 17:16:18.354 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:18.354Z tryProduce false 17:16:18.355 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:18.355 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@565f390 17:16:18.355 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:18.355 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 0 keys 17:16:18.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @887ms ManagedSelector@700fb871{STARTED} id=0 keys=0 selected=0 updates=0 17:16:18.356 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @888ms SelectorManager@ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:18.356 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@5e3f861,POJO} 17:16:18.356 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@5e3f861 startThread=0 17:16:18.356 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:18.356 [qtp730923082-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@5e3f861 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:18.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @889ms ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8899 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:16:18.366 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@2c35e847{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@2f01783a,POJO} 17:16:18.444 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - Starting introspection in bundle %s 17:16:18.450 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - The Echo servlet has been initialized, but we delay initialization until the first request so that a Jetty Context is available 17:16:18.451 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /ws/sensinact servlet registered 17:16:18.452 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.login servlet registered 17:16:18.453 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.register servlet registered 17:16:18.454 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact/* servlet registered 17:16:18.466 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:16:18.578 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:18.582 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:18.583 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.patternEnd() 17:16:18.583 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:18.583 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:18.584 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:18.585 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:18.585 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:16:18.585 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:16:18.585 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:18.586 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:18.586 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:18.589 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:16:18.590 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:16:18.590 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:16:18.590 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:16:18.590 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:16:18.590 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:18.591 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:18.591 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:16:18.591 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:16:18.591 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:16:18.591 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:16:18.592 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:16:18.592 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:18.592 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:18.594 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.minInclusiveEnd() 17:16:18.594 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.maxInclusiveEnd() 17:16:18.594 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:16:18.595 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:16:18.595 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:16:18.595 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:16:18.595 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:16:18.595 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:16:18.595 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:18.596 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:16:18.596 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:16:18.597 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:16:18.597 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:16:18.601 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:16:18.675 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.676 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.677 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.677 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.679 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:16:18.682 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.683 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:18.684 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.685 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:18.686 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.686 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:18.690 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.691 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:18.692 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.693 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:18.694 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:16:18.696 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:16:18.705 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:16:18.706 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:16:18.706 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:16:18.707 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:16:18.707 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:16:18.707 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:16:18.707 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:16:18.717 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:18.729 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.729 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.729 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.729 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.730 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:16:18.731 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:16:18.731 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:16:18.732 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:16:18.732 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:16:18.732 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:19.372 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@6cfecbc9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40154]] on ManagedSelector@700fb871{STARTED} id=0 keys=0 selected=0 updates=0 17:16:19.372 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=0 selected=0 updates=1 17:16:19.372 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.373 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/0 selected 17:16:19.373 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:19.373 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.373 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@6cfecbc9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40154]] 17:16:19.373 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@6cfecbc9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40154]] startThread=0 17:16:19.373 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.373 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@6cfecbc9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40154]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:19.373 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:16:19.377 [qtp730923082-18] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 59999 ms 17:16:19.393 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=18/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.398 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=23/60000}{io=0/0,kio=0,kro=0}-> 17:16:19.398 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@75ea1464 on ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=0 17:16:19.399 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=23/60000}{io=0/0,kio=0,kro=0}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.399 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=24/60000}{io=0/0,kio=0,kro=0}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.399 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=24/60000}{io=0/0,kio=0,kro=0}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:19.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=1 17:16:19.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=2 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@75ea1464 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:19.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.400 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@6cfecbc9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40154]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}] 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:16:19.400 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:19.401 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.401 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.401 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:19.401 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.401Z 17:16:19.401 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1} startReservedThread p=1 17:16:19.402 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@548d708a{s=0/2,p=1}@3c379b3 startThread=0 17:16:19.402 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@548d708a{s=0/2,p=1}@3c379b3 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}] 17:16:19.402 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=1}@3c379b3 started 17:16:19.402 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 waiting 17:16:19.402 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.402Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:19.403 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:19.403 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:16:19.403 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:19.403 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.403 [qtp730923082-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:19.403 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.403 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:16:19.403 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:19.405 [qtp730923082-19] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:16:19.406 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.406 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.406 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:19.406 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.406 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:19.408 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:19.409 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:19.409 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:19.409 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:19.409 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:19.410 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:19.410 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} 17:16:19.411 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 17:16:19.411 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.411 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 17:16:19.440 [qtp730923082-19] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=31} 17:16:19.441 [qtp730923082-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:19.441 [qtp730923082-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:19.441 [qtp730923082-19] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:19.441 [qtp730923082-19] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:19.441 [qtp730923082-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/turn_off/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:19.441 [qtp730923082-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:19.454 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.454 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=46} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=46} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=46} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=46} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=46} parsed false HttpParser{s=END,0 of -1} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=46} 17:16:19.455 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.456 [qtp730923082-19] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:19.469 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24f81a32[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}) 17:16:19.469 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=278 null 17:16:19.469 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@63568ede[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:19.470 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=60} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:19 GMT X-Auth-Token: af6dcb8289e42d86062a1cea21276727e0a8c048 Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:19.471 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2f483488] (null,[p=0,l=278,c=278,r=278],true)@START 17:16:19.471 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=4,cl=278} last=true content=HeapByteBuffer@63568ede[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} 17:16:19.471 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:19 GMT X-Auth-Token: af6dcb8289e42d86062a1cea21276727e0a8c048 Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:19.471 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:19.471 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2f483488] ([p=0,l=179,c=16384,r=179],[p=0,l=278,c=278,r=278],true)@COMPLETING 17:16:19.471 [qtp730923082-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=179,c=16384,r=179]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@63568ede[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}] 17:16:19.471 [qtp730923082-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:19.472 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 457 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=68/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=63} 17:16:19.472 [qtp730923082-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=457 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:19.472 [qtp730923082-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:19.472 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2f483488] ([p=179,l=179,c=16384,r=0],[p=278,l=278,c=278,r=0],true)@END 17:16:19.473 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:19.473 [qtp730923082-19] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:19.473 [qtp730923082-19] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=64} 17:16:19.473 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:19.473 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:19.473 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=64} 17:16:19.473 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@138faa6) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:19.474 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:19.474 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:19.474 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:19.474 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=65} 17:16:19.474 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/turn_off/ACT written=278 17:16:19.474 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:19.475 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.476 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.476 [qtp730923082-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:19.476 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.476 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=0 17:16:19.476 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=1 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:19.476 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:19.476 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:16:19.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:16:19.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:19.478 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.478 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.478 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:19.478 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.478Z 17:16:19.478 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.478Z 17:16:19.479 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1} startReservedThread p=1 17:16:19.479 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@548d708a{s=0/2,p=1}@3c127900 startThread=0 17:16:19.479 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@548d708a{s=0/2,p=1}@3c127900 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}] 17:16:19.479 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=1}@3c127900 started 17:16:19.479 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 waiting 17:16:19.479 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.479Z 17:16:19.479 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.479Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:19.479 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:19.479Z tryProduce true 17:16:19.479 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:19.479 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.479 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:19.479 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.479 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:16:19.479 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:19.480 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 62 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} parsed true HttpParser{s=CONTENT,0 of 62} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/dim/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:19.481 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:19.482 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} parse HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:19.482 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.482 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} Content@572e9dc2{HeapByteBufferR@78db345e[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:19.482 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@572e9dc2{HeapByteBufferR@78db345e[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:19.482 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:19.482 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} 17:16:19.482 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:19.483 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} 17:16:19.483 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:19.483 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=3} parsed false HttpParser{s=END,62 of 62} 17:16:19.483 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=62,q=1,[0]=EOF,s=STREAM] read 62 from Content@572e9dc2{HeapByteBufferR@78db345e[p=292,l=292,c=8192,r=0]={POST /sen...":10}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:19.483 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=3} 17:16:19.485 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@139a782a[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}) 17:16:19.485 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=266 null 17:16:19.485 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@7f35df6e[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=5} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:19 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@778d4396] (null,[p=0,l=266,c=266,r=266],true)@START 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=266} last=true content=HeapByteBuffer@7f35df6e[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:19 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@778d4396] ([p=0,l=123,c=16384,r=123],[p=0,l=266,c=266,r=266],true)@COMPLETING 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7f35df6e[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}] 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 389 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=6} 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=389 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@778d4396] ([p=123,l=123,c=16384,r=0],[p=266,l=266,c=266,r=0],true)@END 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:19.486 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=7} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=7} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3fab8ab3) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=7} 17:16:19.487 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/dim/ACT written=266 17:16:19.540 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:19.540 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,62 of 62} 17:16:19.540 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:19.540 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.540 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.540 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.540 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=53/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.541 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=54/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:19.541 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.541 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=54/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:19.541 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=54/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.541 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=54/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.541 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:19.542 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.542 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=0 17:16:19.542 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=1 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:19.542 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:19.542 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@13d73f29 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:16:19.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STOPPED} added {HttpClientTransportOverHTTP@5a865416{STOPPED},AUTO} 17:16:19.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STOPPED} added {Client@6dc1484[provider=null,keyStore=null,trustStore=null],AUTO} 17:16:19.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@6e92c6ad,POJO} 17:16:19.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@2fb5fe30,POJO} 17:16:19.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1164699452]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@2375b321,POJO} 17:16:19.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STOPPED} added {QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:19.554 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@41a6d121,POJO} 17:16:19.555 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@38c10a65[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] added {HttpClient@757194dc{STOPPED},AUTO} 17:16:19.555 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@38c10a65[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] added {SessionTracker@6e28bb87{STOPPED},AUTO} 17:16:19.557 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@12477988{STOPPED} added {InflaterPool@2caf6912{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:19.557 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@12477988{STOPPED} added {DeflaterPool@73d69c0f{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:19.557 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@12477988{STOPPED},AUTO} 17:16:19.558 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] 17:16:19.558 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@757194dc{STOPPED} 17:16:19.558 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STARTING} added {ScheduledExecutorScheduler@2160e52a{STOPPED},AUTO} 17:16:19.559 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@60f2e0bd,POJO} 17:16:19.563 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@5a865416{STOPPED} 17:16:19.563 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@5a865416{STARTING} added {ClientSelectorManager@4b6ac111{STOPPED},AUTO} 17:16:19.564 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@4b6ac111{STOPPED} 17:16:19.564 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.564Z added {SelectorProducer@591fd34d,POJO} 17:16:19.564 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.564Z added {QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:19.564 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.564Z created 17:16:19.564 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@61e45f87{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.564Z,MANAGED} 17:16:19.564 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@4b6ac111{STARTING} added {ManagedSelector@61e45f87{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:19.564 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@61e45f87{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.565Z 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=0} 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] added {ReservedThreadExecutor@7c9b78e3{s=0/2,p=0},AUTO} 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@7c9b78e3{s=0/2,p=0} 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2097ms ReservedThreadExecutor@7c9b78e3{s=0/2,p=0} 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-34,5,main] 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-35,5,main] 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-36,5,main] 17:16:19.565 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.565 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-37,5,main] 17:16:19.565 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-38,5,main] 17:16:19.566 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-39,5,main] 17:16:19.566 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-40,5,main] 17:16:19.566 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1970377948-41,5,main] 17:16:19.566 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2098ms QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2098ms EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.566Z 17:16:19.566 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@5bb3131b startThread=0 17:16:19.566 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@5bb3131b in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.566 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@54dcbb9f on ManagedSelector@61e45f87{STARTING} id=0 keys=0 selected=0 updates=0 17:16:19.566 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.566Z tryProduce false 17:16:19.566 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.566 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@54dcbb9f 17:16:19.566 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.567 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 0 keys 17:16:19.567 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2099ms ManagedSelector@61e45f87{STARTED} id=0 keys=0 selected=0 updates=0 17:16:19.567 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2099ms ClientSelectorManager@4b6ac111{STARTED} 17:16:19.567 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2099ms HttpClientTransportOverHTTP@5a865416{STARTED} 17:16:19.567 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@6dc1484[provider=null,keyStore=null,trustStore=null] 17:16:19.658 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:16:19.658 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:16:19.659 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 65327f5[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2193ms Client@6dc1484[provider=null,keyStore=null,trustStore=null] 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@2160e52a{STOPPED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2193ms ScheduledExecutorScheduler@2160e52a{STARTED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2193ms HttpClient@757194dc{STARTED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@6e28bb87{STOPPED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2193ms SessionTracker@6e28bb87{STARTED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@12477988{STOPPED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@2caf6912{STOPPED,size=0,capacity=UNLIMITED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2194ms InflaterPool@2caf6912{STARTED,size=0,capacity=UNLIMITED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@73d69c0f{STOPPED,size=0,capacity=UNLIMITED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2194ms DeflaterPool@73d69c0f{STARTED,size=0,capacity=UNLIMITED} 17:16:19.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2194ms WebSocketExtensionFactory@12477988{STARTED} 17:16:19.662 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2194ms WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STARTED},openSessions.size=0] 17:16:19.663 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836 to ws://127.0.0.1:8899/ws/sensinact 17:16:19.670 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:19.671 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:19.672 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:19.673 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:19.675 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836, policy=WebSocketPolicy@695a69a1[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:19.681 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@757194dc{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=null,MANAGED} 17:16:19.681 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=null 17:16:19.684 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] added {Pool@30cecdca[size=0 closed=false],POJO} 17:16:19.684 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:16:19.684 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:16:19.684 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2216ms DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:16:19.684 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2217ms HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:16:19.685 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:16:19.686 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d] 17:16:19.686 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d for HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=1,pool=DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=1] 17:16:19.686 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=1] 17:16:19.686 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:16:19.686 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:16:19.686 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@43cf6ea3{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:16:19.688 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@2abc224d startThread=0 17:16:19.688 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@2abc224d in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.688 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:16:19.689 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@29fc4832[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40156]] on ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=0 17:16:19.689 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=1 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.689 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@56c2781f{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=1,pool=DuplexConnectionPool@1917d90f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@38692f24, client.connector=HttpClient@757194dc{STARTED}}} on ManagedSelector@61e45f87{STARTED} id=0 keys=0 selected=0 updates=0 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:19.689 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@61e45f87{STARTED} id=0 keys=0 selected=0 updates=1 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@29fc4832[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40156]] 17:16:19.689 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:16:19.689 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/0 selected 17:16:19.689 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 1 updates 17:16:19.689 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@29fc4832[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40156]] startThread=0 17:16:19.689 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@2abc224d in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.689 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:19.689 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@29fc4832[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40156]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:19.689 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@56c2781f{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=1,pool=DuplexConnectionPool@1917d90f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@38692f24, client.connector=HttpClient@757194dc{STARTED}}} 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 1/1/1 selected 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 1 keys, 0 updates 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@162ce18e Connect@56c2781f{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=1,pool=DuplexConnectionPool@1917d90f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@38692f24, client.connector=HttpClient@757194dc{STARTED}}} 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@155e3e4e on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40156 remote=/127.0.0.1:8899] 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@12136793{Connect@56c2781f{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40156 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=1,pool=DuplexConnectionPool@1917d90f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@38692f24, client.connector=HttpClient@757194dc{STARTED}}}} startThread=0 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.690 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.690 [qtp730923082-23] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d5fa757{AC.ReadCB@2111ab83{HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:19.691 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.691 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=1 17:16:19.691 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=2 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@155e3e4e 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc 17:16:19.691 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.691 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:19.691 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@29fc4832[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40156]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:19.740 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@12136793{Connect@56c2781f{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40156 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=1,pool=DuplexConnectionPool@1917d90f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@38692f24, client.connector=HttpClient@757194dc{STARTED}}}} in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.741 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:16:19.746 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=8}-> 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@28d44790 on ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=0 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@b326090{AC.ReadCB@60094ac7{HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c on ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=1 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=2 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/1 selected 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 2 updates 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@28d44790 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c 17:16:19.747 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@43cf6ea3{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.747 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:19.748 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@1917d90f[c=0/1/64,a=0,i=1,q=1] 17:16:19.748 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@43cf6ea3{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@30cecdca[size=1 closed=false] 17:16:19.748 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[PENDING/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]} on HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/1/64,a=1,i=0,q=0] 17:16:19.748 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d 17:16:19.748 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[PENDING/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]} associated true to HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[PENDING/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.749 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d 17:16:19.749 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: zKzKo0MEBRI9BrjO/8j1fQ== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:19.749 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@2f9a666{s=START} 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: zKzKo0MEBRI9BrjO/8j1fQ== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@2f9a666{s=COMPLETING} 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@18ceed84{IDLE}->null [HeapByteBuffer@44b1b34f[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{WRITING}->null:IDLE-->WRITING 17:16:19.750 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:16:19.750 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=3/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[PENDING/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@2f9a666{s=COMPLETING}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.750 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@46981389 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=59/60000}{io=1/1,kio=1,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@18ceed84{WRITING}->null 17:16:19.750 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{IDLE}->null:WRITING-->IDLE 17:16:19.750 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=59/60000}{io=1/0,kio=1,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=60/60000}{io=1/0,kio=1,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:19.751 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@2f9a666{s=END} 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:19.751Z 17:16:19.751 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d 17:16:19.751 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d 17:16:19.751 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]}, result: null 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:19.751Z 17:16:19.751 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1} startReservedThread p=1 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@548d708a{s=0/2,p=1}@42a79f82 startThread=0 17:16:19.751 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@548d708a{s=0/2,p=1}@42a79f82 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}] 17:16:19.751 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=1}@42a79f82 started 17:16:19.751 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.751 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 waiting 17:16:19.751 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:19.751Z 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:19.751Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=60/60000}{io=1/0,kio=1,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:19.751 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@12136793{Connect@56c2781f{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40156 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@38692f24, client.connector=HttpClient@757194dc{STARTED}}}} in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:16:19.751 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:19.751Z tryProduce true 17:16:19.751 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:19.751 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d5fa757{AC.ReadCB@2111ab83{HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=60/60000}{io=1/0,kio=1,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:19.751 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=60/60000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:19.751 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:19.751 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=60/60000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: zKzKo0MEBRI9BrjO/8j1fQ== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:19.752 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@64133965{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:19.753 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:19.757 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@448f2d3b{STOPPED} added {InflaterPool@edeff94{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@448f2d3b{STOPPED} added {DeflaterPool@5a2928a5{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@b739e55[defaultPolicy=WebSocketPolicy@39aed42c[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {ScheduledExecutorScheduler@bbb90db{STOPPED},AUTO} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@b739e55[defaultPolicy=WebSocketPolicy@39aed42c[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {org.eclipse.jetty.io.MappedByteBufferPool@1b3dc610,POJO} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@b739e55[defaultPolicy=WebSocketPolicy@39aed42c[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {SessionTracker@63b4f6c6{STOPPED},AUTO} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@b739e55[defaultPolicy=WebSocketPolicy@39aed42c[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {WebSocketExtensionFactory@448f2d3b{STOPPED},AUTO} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketServerFactory@b739e55[defaultPolicy=WebSocketPolicy@39aed42c[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@2cf45128 17:16:19.758 [qtp730923082-20] INFO org.eclipse.jetty.websocket.server.WebSocketServerFactory - No DecoratedObjectFactory provided, using new org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@bbb90db{STOPPED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2290ms ScheduledExecutorScheduler@bbb90db{STARTED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@63b4f6c6{STOPPED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2290ms SessionTracker@63b4f6c6{STARTED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@448f2d3b{STOPPED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@edeff94{STOPPED,size=0,capacity=UNLIMITED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2290ms InflaterPool@edeff94{STARTED,size=0,capacity=UNLIMITED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@5a2928a5{STOPPED,size=0,capacity=UNLIMITED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2290ms DeflaterPool@5a2928a5{STARTED,size=0,capacity=UNLIMITED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2290ms WebSocketExtensionFactory@448f2d3b{STARTED} 17:16:19.758 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2290ms WebSocketServerFactory@b739e55[defaultPolicy=WebSocketPolicy@39aed42c[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:16:19.762 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:19.762 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:19.762 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:19.762 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:19.763 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketFrame()) 17:16:19.763 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe, policy=WebSocketPolicy@2ea8368a[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:19.764 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:19.768 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=16/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=16} 17:16:19.768 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=16/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=16} 17:16:19.769 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Discovered default RemoteEndpointFactory: null 17:16:19.770 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=17/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=17},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=17/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18}] 17:16:19.770 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18}] added {WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18},POJO} 17:16:19.770 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],AUTO} 17:16:19.770 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18}] 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=19},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=19/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=19}] 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe] 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2303ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe] 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2303ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=19/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=19},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=19/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=19}] 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=19/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=19},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2303ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:19.771 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=START}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=20} 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=20} 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@64133965{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@64133965{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=20} 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@16c0b642) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:19.772 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@6f64f879 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=20} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:19 GMT Connection: Upgrade Sec-WebSocket-Accept: 3wRbY2ccdnkpWPIwk/fGQEE5bNc= Upgrade: WebSocket 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@747fd5e3[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@3c104c25] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:19 GMT Connection: Upgrade Sec-WebSocket-Accept: 3wRbY2ccdnkpWPIwk/fGQEE5bNc= Upgrade: WebSocket 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@747fd5e3[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@3c104c25] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@694bec6f{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{WRITING}->null:IDLE-->WRITING 17:16:19.773 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 1/1/1 selected 17:16:19.773 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 1 keys, 0 updates 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=W,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=COMPLETING}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=21} 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@694bec6f{WRITING}->null 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{IDLE}->null:WRITING-->IDLE 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@747fd5e3[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@3c104c25] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:19.773 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@162ce18e SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=22/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@16c0b642 w=false 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@64133965{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@64133965{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:19.773 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@64133965{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=21} 17:16:19.773 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:16:19.774 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=END}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=22} to WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=END}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=0} tryExecute EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.774Z 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=1} startReservedThread p=1 17:16:19.774 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@64133965{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@5711ebb5 startThread=0 17:16:19.774 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@5711ebb5 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}] 17:16:19.774 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=1}@5711ebb5 started 17:16:19.774 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@5711ebb5 waiting 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:19.774Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:16:19.774 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=END}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} upgrading from HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=END}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} to WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=END}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:19.774 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@2111ab83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@10fa6c3c{s=END}]=>HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.774 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}] 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=24/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.774 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@b326090{AC.ReadCB@60094ac7{HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=24/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:19.774 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:19.774 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[HANDSHAKING],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.774 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:16:19.774 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:16:19.775 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@74eacb5e{DirectByteBuffer@4e24626[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:16:19.775 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@4e24626[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.775 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:19.775 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:16:19.775 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@4e24626[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.776 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@25877bf4[batching=true] 17:16:19.777 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENING],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@25877bf4[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@74eacb5e{DirectByteBuffer@4e24626[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[null 0 null]@15afd8c2[PENDING/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@4e24626[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.777 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:16:19.777 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.777 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d] 17:16:19.777 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2 17:16:19.777 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:16:19.777 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=1 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:16:19.777 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:16:19.777 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.777 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:16:19.777 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:19.777 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.777 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc 17:16:19.778 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.778 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:19.778 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.778 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:19.778 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:19.778 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:16:19.778 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@11db9d74[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@7c94bc4d | +> SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe] - STARTED += ExtensionStack@27ee8900[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:19.787 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:16:19.787 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:16:19.787 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@64133965{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:19.787 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:19.787 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:19.787 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:19.788 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:19.788 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2 Date: Thu, 11 Nov 2021 17:16:19 GMT Connection: Upgrade Sec-WebSocket-Accept: 3wRbY2ccdnkpWPIwk/fGQEE5bNc= Upgrade: WebSocket 17:16:19.788 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:16:19.788 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:16:19.788 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@602ca1b8{s=HttpChannelState@64133965{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:16:19.788 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@2111ab83::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@64133965{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:19.788 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:19.841 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:16:19.841 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2 17:16:19.841 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:19.841 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:19.842 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:19.842 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:19.842 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2 17:16:19.842 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d > HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2] null 17:16:19.842 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2 17:16:19.843 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=67/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=67/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:19.843 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=67/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=67/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=68/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:16:19.849 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],AUTO} 17:16:19.849 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:19.849 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:19.859 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836] 17:16:19.860 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2392ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836] 17:16:19.860 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2392ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=84/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=84/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:19.861 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:19.861 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=85/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:16:19.861 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:19.861 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2393ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:19.861 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=85/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@74eacb5e{DirectByteBuffer@4e24626[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60094ac7(l:/127.0.0.1:40156 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@5a7b2a3f(exchange=HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]})[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[HANDSHAKING],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@9bfdde7[batching=true] 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENING],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@9bfdde7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.862 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=8/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c on ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=0 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=1 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/1 selected 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 1 updates 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@3ec1a225[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@7b4e912 | +> SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=8/3600000}{io=1/1,kio=0,kro=1} | +> Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836] - STARTED += ExtensionStack@1f761924[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=8/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.871 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@16bd6b49{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@5a7b2a3f(exchange=null)[send=HttpSenderOverHTTP@b02b795(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2f9a666{s=START}],recv=HttpReceiverOverHTTP@89b896e(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@43cf6ea3{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@60094ac7::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=9/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@30cecdca[size=0 closed=false] 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d > HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d] 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d33940d > HttpResponse[HTTP/1.1 101 Switching Protocols]@15afd8c2] null 17:16:19.871 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:19.871 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:19.872 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@361592f5[p=0,l=77,c=77,r=77]={<<<{"uri":"/sensinact/provid...ources/brightness/GET"}>>>} 17:16:19.872 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:16:19.872 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}] 17:16:19.873 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=77,fin=true,rsv=...,masked=false] 17:16:19.873 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=77,fin=true,rsv=...,masked=false] 17:16:19.882 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=77,fin=true,rsv=...,masked=true], Flusher@c13a0c4[PROCESSING]) 17:16:19.882 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=77,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null] to Flusher@2fec4685[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:19.882 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:19.882 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=77,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null]] 17:16:19.882 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null]] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=83 cap=32768] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@18ceed84{IDLE}->null [DirectByteBuffer@f124f6[p=0,l=83,c=32768,r=83]={<<<\x81\xCdZ/h\xCf!\r\x1d\xBd3\rR\xEdu\\\r\xA1)F\x06\xAe9[G...\x07\xBa(L\r\xBcuM\x1a\xA6=G\x1c\xA1?\\\x1b\xE0\x1dj<\xEd'>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{WRITING}->null:IDLE-->WRITING 17:16:19.883 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:16:19.883 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 83 SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=21/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=83 remaining=0 WriteFlusher@18ceed84{WRITING}->null 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{IDLE}->null:WRITING-->IDLE 17:16:19.883 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@46981389 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=105/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] processing 0 entries: [] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] auto flushing 17:16:19.883 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=106/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] flushing 0 frames: [] 17:16:19.883 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=106/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:19.883 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:19.883 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:19.883Z 17:16:19.883 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:19.883Z 17:16:19.884 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:19.884Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=106/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:19.884 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:19.884Z 17:16:19.884 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=106/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:19.891 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:19.891 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:19.891 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:19.891Z tryProduce true 17:16:19.891 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:19.891 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.891 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:19.891 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=114/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.891 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 83 DirectByteBuffer@5ebfbabf[p=0,l=83,c=4096,r=83]={<<<\x81\xCdZ/h\xCf!\r\x1d\xBd3\rR\xEdu\\\r\xA1)F\x06\xAe9[G...\x07\xBa(L\r\xBcuM\x1a\xA6=G\x1c\xA1?\\\x1b\xE0\x1dj<\xEd'>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 83 bytes - DirectByteBuffer@5ebfbabf[p=0,l=83,c=4096,r=83]={<<<\x81\xCdZ/h\xCf!\r\x1d\xBd3\rR\xEdu\\\r\xA1)F\x06\xAe9[G...\x07\xBa(L\r\xBcuM\x1a\xA6=G\x1c\xA1?\\\x1b\xE0\x1dj<\xEd'>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=83,c=4096,r=83]={<<<\x81\xCdZ/h\xCf!\r\x1d\xBd3\rR\xEdu\\\r\xA1)F\x06\xAe9[G...\x07\xBa(L\r\xBcuM\x1a\xA6=G\x1c\xA1?\\\x1b\xE0\x1dj<\xEd'>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 83 bytes 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 77 - Parser@4d39ce5e[ExtensionStack,s=PAYLOAD_LEN,c=0,len=77,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:19.892 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@51b9de3e[p=0,l=77,c=77,r=77]={<<...\x07\xBa(L\r\xBcuM\x1a\xA6=G\x1c\xA1?\\\x1b\xE0\x1dj<\xEd'>>>} 17:16:19.893 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=77,fin=true,rsv=...,masked=true] 17:16:19.893 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:19.893 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=77,fin=true,rsv=...,masked=true]) 17:16:19.893 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=77,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:19.893 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@51b9de3e[p=0,l=77,c=77,r=77]={<<<{"uri":"/sensinact/provid...ources/brightness/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:19.941 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([77] "{"uri":"/sensinact/p...ces/switch/resources/brightness/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5a250d90[p=0,l=156,c=156,r=156]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=156,fin=true,rsv=...,masked=false] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=156,fin=true,rsv=...,masked=false] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=156,fin=true,rsv=...,masked=false], Flusher@955678[PROCESSING]) 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=156,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null] to Flusher@7376c571[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=156,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null]] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null]] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=160 cap=32768] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@694bec6f{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=160,c=32768,r=160]={<<<\x81~\x00\x9c{"response":{"name":"...ness","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:19.946 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{WRITING}->null:IDLE-->WRITING 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 1/1/1 selected 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 1 keys, 0 updates 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 160 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=W,to=54/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=160,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=160 remaining=0 WriteFlusher@694bec6f{WRITING}->null 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{IDLE}->null:WRITING-->IDLE 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@162ce18e SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=160,terminated=null] 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=160,terminated=null] processing 0 entries: [] 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=160,terminated=null] auto flushing 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=160,terminated=null] flushing 0 frames: [] 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=83,l=83,c=4096,r=0]={\x81\xCdZ/h\xCf{"u...s/GET"}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCdZ/h\xCf{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0} tryExecute EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.947Z 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]}} 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}@5711ebb5 offer EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.947Z 17:16:19.947 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:19.947 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=1} startReservedThread p=1 17:16:19.952 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@175d79a0 startThread=0 17:16:19.952 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@175d79a0 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}] 17:16:19.952 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:16:19.952 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=1}@175d79a0 started 17:16:19.952 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=1 17:16:19.953 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@175d79a0 waiting 17:16:19.953 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.953Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=69/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:19.953 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@5711ebb5 task=EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:19.953Z 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=69/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:19.953 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:19.953 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:19.953Z tryProduce true 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 160 DirectByteBuffer@660cda54[p=0,l=160,c=4096,r=160]={<<<\x81~\x00\x9c{"response":{"name":"...ness","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.953 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:19.953 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 160 bytes - DirectByteBuffer@660cda54[p=0,l=160,c=4096,r=160]={<<<\x81~\x00\x9c{"response":{"name":"...ness","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=0,l=160,c=4096,r=160]={<<<\x81~\x00\x9c{"response":{"name":"...ness","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 160 bytes 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 156 - Parser@7604567b[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=156,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:19.953 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@373e14fa[p=0,l=156,c=156,r=156]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} 17:16:19.953 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=PAYLOAD,c=0,len=156,f=TEXT[len=0,fin=true,rsv=...,masked=false]]] 17:16:19.959 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=156,fin=true,rsv=...,masked=false] 17:16:19.959 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:19.959 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:19.959 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=156,fin=true,rsv=...,masked=false]) 17:16:19.959 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=156,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:19.959 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@373e14fa[p=0,l=156,c=156,r=156]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:19.959 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([156] "{"response":{"name":.../switch/brightness","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"brightness","type":"int","value":10,"timestamp":1636650979485},"type":"GET_RESPONSE","uri":"/light/switch/brightness","statusCode":200} 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=160,l=160,c=4096,r=0]={\x81~\x00\x9c{"res...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@660cda54[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x9c{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]] 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]]}} 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]] 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c on ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=0 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=1 17:16:19.960 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@5bb3131b in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}] 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/1 selected 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 1 updates 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]] 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:19.960 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@1175b1ac[p=0,l=130,c=130,r=130]={<<<{"uri":"/sensinact/provid...ype":"int","value":5}]}>>>} 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=130,fin=true,rsv=...,masked=false] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=130,fin=true,rsv=...,masked=false] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=130,fin=true,rsv=...,masked=true], Flusher@c13a0c4[PROCESSING]) 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=130,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null] to Flusher@2fec4685[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=130,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null]] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null]] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=138 cap=32768] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@18ceed84{IDLE}->null [DirectByteBuffer@f124f6[p=0,l=138,c=32768,r=138]={<<<\x81\xFe\x00\x82h\xFf\x0e\xB3\x13\xDd{\xC1\x01\xDd4\x91G\x8ck\xDd\x1b\x96`\xD2\x0b...\xCa\x18\x9a,\x89J\x96`\xC7J\xD3,\xC5\t\x93{\xD6J\xC5;\xCe5\x82>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.084 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{WRITING}->null:IDLE-->WRITING 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 138 SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=124/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=138,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]] 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=138 remaining=0 WriteFlusher@18ceed84{WRITING}->null 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{IDLE}->null:WRITING-->IDLE 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] processing 0 entries: [] 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@46981389 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=137/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] auto flushing 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] flushing 0 frames: [] 17:16:20.085 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=137/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=137/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]:runFillable:BLOCKING 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:20.085Z 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:20.085Z 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:20.085Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=138/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.085 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:20.085Z 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=138/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]}} 17:16:20.085 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCdZ/h\xCf{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.086 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:20.086Z tryProduce true 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.086 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.086 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 138 DirectByteBuffer@5ebfbabf[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82h\xFf\x0e\xB3\x13\xDd{\xC1\x01\xDd4\x91G\x8ck\xDd\x1b\x96`\xD2\x0b...\xCa\x18\x9a,\x89J\x96`\xC7J\xD3,\xC5\t\x93{\xD6J\xC5;\xCe5\x82>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 138 bytes - DirectByteBuffer@5ebfbabf[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82h\xFf\x0e\xB3\x13\xDd{\xC1\x01\xDd4\x91G\x8ck\xDd\x1b\x96`\xD2\x0b...\xCa\x18\x9a,\x89J\x96`\xC7J\xD3,\xC5\t\x93{\xD6J\xC5;\xCe5\x82>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82h\xFf\x0e\xB3\x13\xDd{\xC1\x01\xDd4\x91G\x8ck\xDd\x1b\x96`\xD2\x0b...\xCa\x18\x9a,\x89J\x96`\xC7J\xD3,\xC5\t\x93{\xD6J\xC5;\xCe5\x82>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.086 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 138 bytes 17:16:20.086 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 130 - Parser@4d39ce5e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=130,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@7fb62bcb[p=0,l=130,c=130,r=130]={<<<\x13\xDd{\xC1\x01\xDd4\x91G\x8ck\xDd\x1b\x96`\xD2\x0b\x8b!\xC3\x1a\x90x\xDa\x0c...\xCa\x18\x9a,\x89J\x96`\xC7J\xD3,\xC5\t\x93{\xD6J\xC5;\xCe5\x82>>>} 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=130,fin=true,rsv=...,masked=true] 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=130,fin=true,rsv=...,masked=true]) 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=130,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7fb62bcb[p=0,l=130,c=130,r=130]={<<<{"uri":"/sensinact/provid...ype":"int","value":5}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.086 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([130] "{"uri":"/sensinact/p...brightness","type":"int","value":5}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:20.087 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@25efdb35[p=0,l=265,c=265,r=265]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=265,fin=true,rsv=...,masked=false] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=265,fin=true,rsv=...,masked=false] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=265,fin=true,rsv=...,masked=false], Flusher@955678[PROCESSING]) 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=265,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null] to Flusher@7376c571[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=265,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null]] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null]] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=269 cap=32768] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@694bec6f{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=269,c=32768,r=269]={<<<\x81~\x01\t{"triggered":[{"name".../dim","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{WRITING}->null:IDLE-->WRITING 17:16:20.088 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 1/1/1 selected 17:16:20.088 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 1 keys, 0 updates 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 269 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=W,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=269,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=269 remaining=0 WriteFlusher@694bec6f{WRITING}->null 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{IDLE}->null:WRITING-->IDLE 17:16:20.088 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@162ce18e SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=269,terminated=null] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=269,terminated=null] processing 0 entries: [] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=269,terminated=null] auto flushing 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=269,terminated=null] flushing 0 frames: [] 17:16:20.088 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]] 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=138,l=138,c=4096,r=0]={\x81\xFe\x00\x82h\xFf\x0e\xB3{...e":5}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.088 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]]:runFillable:BLOCKING 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x82h\xFf\x0e\xB3{...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]] 17:16:20.088 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0} tryExecute EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.088Z 17:16:20.088 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]]}} 17:16:20.089 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]] 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}@175d79a0 offer EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.089Z 17:16:20.089 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:16:20.089 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=1 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=1} startReservedThread p=1 17:16:20.089 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@7650f9ec startThread=0 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]] 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.089 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:20.089 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@175d79a0 task=EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.089Z 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.089Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]]}} 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:20.089 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.089Z tryProduce true 17:16:20.089 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.089 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x9c{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.089 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}@7650f9ec in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=1}] 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 269 DirectByteBuffer@660cda54[p=0,l=269,c=4096,r=269]={<<<\x81~\x01\t{"triggered":[{"name".../dim","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.089 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=1}@7650f9ec started 17:16:20.089 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=4/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=156,f=null]] 17:16:20.089 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@7650f9ec waiting 17:16:20.089 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 269 bytes - DirectByteBuffer@660cda54[p=0,l=269,c=4096,r=269]={<<<\x81~\x01\t{"triggered":[{"name".../dim","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=0,l=269,c=4096,r=269]={<<<\x81~\x01\t{"triggered":[{"name".../dim","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 269 bytes 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 265 - Parser@7604567b[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=265,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@78970956[p=0,l=265,c=265,r=265]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=265,fin=true,rsv=...,masked=false] 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=265,fin=true,rsv=...,masked=false]) 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=265,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@78970956[p=0,l=265,c=265,r=265]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.089 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([265] "{"triggered":[{"name..."/light/switch/dim","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"triggered":[{"name":"brightness","type":"int","value":5,"timestamp":1636650980087}],"response":{"task":"ACT","start":1636650980087,"end":1636650980087,"uri":"/light/switch/dim","status":"EXECUTED"},"type":"ACT_RESPONSE","uri":"/light/switch/dim","statusCode":200} 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=269,l=269,c=4096,r=0]={\x81~\x01\t{"tri...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@660cda54[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\t{"tri...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]] 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]]}} 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]] 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c on ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=0 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=1 17:16:20.090 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=2/2,p=0}@5711ebb5 waiting 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/1 selected 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 1 updates 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]] 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.090 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys {"triggered":[{"name":"brightness","type":"int","value":5,"timestamp":1636650980087}],"response":{"task":"ACT","start":1636650980087,"end":1636650980087,"uri":"/light/switch/dim","status":"EXECUTED"},"type":"ACT_RESPONSE","uri":"/light/switch/dim","statusCode":200} 17:16:20.285 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:20.285 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@7e0c7be[p=0,l=77,c=77,r=77]={<<<{"uri":"/sensinact/provid...ources/brightness/GET"}>>>} 17:16:20.285 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=77,fin=true,rsv=...,masked=false] 17:16:20.285 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=77,fin=true,rsv=...,masked=false] 17:16:20.285 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=77,fin=true,rsv=...,masked=true], Flusher@c13a0c4[PROCESSING]) 17:16:20.285 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=77,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null] to Flusher@2fec4685[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.285 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=77,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null]] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@c13a0c4[PROCESSING],AUTO,null]] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=83 cap=32768] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@18ceed84{IDLE}->null [DirectByteBuffer@f124f6[p=0,l=83,c=32768,r=83]={<<<\x81\xCd\x0e\x0e\xD5\x80u,\xA0\xF2g,\xEf\xA2!}\xB0\xEe}g\xBb\xE1mz\xFa...\xBa\xF5|m\xB0\xF3!l\xA7\xE9if\xA1\xEek}\xA6\xAfIK\x81\xA2s>>>\xDe\r\x8bk\xC1\x1b\xDd4\xE8...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{WRITING}->null:IDLE-->WRITING 17:16:20.286 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 83 SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]] 17:16:20.286 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=83 remaining=0 WriteFlusher@18ceed84{WRITING}->null 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{IDLE}->null:WRITING-->IDLE 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] processing 0 entries: [] 17:16:20.286 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@46981389 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] auto flushing 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=83,terminated=null] flushing 0 frames: [] 17:16:20.286 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.286 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]] 17:16:20.286 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]]:runFillable:BLOCKING 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:20.287Z 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:20.287Z 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:20.287Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.287 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:20.287Z 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]]}} 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:20.287 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:16:20.287Z tryProduce true 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.287 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.287 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x82h\xFf\x0e\xB3{...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.287 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=198/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=130,f=null]] 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 83 DirectByteBuffer@5ebfbabf[p=0,l=83,c=4096,r=83]={<<<\x81\xCd\x0e\x0e\xD5\x80u,\xA0\xF2g,\xEf\xA2!}\xB0\xEe}g\xBb\xE1mz\xFa...\xBa\xF5|m\xB0\xF3!l\xA7\xE9if\xA1\xEek}\xA6\xAfIK\x81\xA2s>>>meters":[...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.287 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 83 bytes - DirectByteBuffer@5ebfbabf[p=0,l=83,c=4096,r=83]={<<<\x81\xCd\x0e\x0e\xD5\x80u,\xA0\xF2g,\xEf\xA2!}\xB0\xEe}g\xBb\xE1mz\xFa...\xBa\xF5|m\xB0\xF3!l\xA7\xE9if\xA1\xEek}\xA6\xAfIK\x81\xA2s>>>meters":[...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=83,c=4096,r=83]={<<<\x81\xCd\x0e\x0e\xD5\x80u,\xA0\xF2g,\xEf\xA2!}\xB0\xEe}g\xBb\xE1mz\xFa...\xBa\xF5|m\xB0\xF3!l\xA7\xE9if\xA1\xEek}\xA6\xAfIK\x81\xA2s>>>meters":[...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 83 bytes 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 77 - Parser@4d39ce5e[ExtensionStack,s=PAYLOAD_LEN,c=0,len=77,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@6717b903[p=0,l=77,c=77,r=77]={<<>>} 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=77,fin=true,rsv=...,masked=true] 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=77,fin=true,rsv=...,masked=true]) 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=77,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@6717b903[p=0,l=77,c=77,r=77]={<<<{"uri":"/sensinact/provid...ources/brightness/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.287 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([77] "{"uri":"/sensinact/p...ces/switch/resources/brightness/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@3f20c3b7[p=0,l=155,c=155,r=155]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=155,fin=true,rsv=...,masked=false] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=155,fin=true,rsv=...,masked=false] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=155,fin=true,rsv=...,masked=false], Flusher@955678[PROCESSING]) 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=155,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null] to Flusher@7376c571[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=155,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null]] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@955678[PROCESSING],AUTO,null]] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=159 cap=32768] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@694bec6f{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=159,c=32768,r=159]={<<<\x81~\x00\x9b{"response":{"name":"...ness","statusCode":200}>>>ri":"/lig...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.288 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{WRITING}->null:IDLE-->WRITING 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 1/1/1 selected 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 159 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=159,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 1 keys, 0 updates 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=159 remaining=0 WriteFlusher@694bec6f{WRITING}->null 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{IDLE}->null:WRITING-->IDLE 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=159,terminated=null] 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=159,terminated=null] processing 0 entries: [] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@162ce18e SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]] 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=159,terminated=null] auto flushing 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=159,terminated=null] flushing 0 frames: [] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]] 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]]:runFillable:BLOCKING 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=83,l=83,c=4096,r=0]={\x81\xCd\x0e\x0e\xD5\x80{"u...s/GET"}<<<>>>meters":[...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCd\x0e\x0e\xD5\x80{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=2/2,p=0} tryExecute EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.289Z 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@5711ebb5 offer EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.289Z 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]}} 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.289Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=1 17:16:20.289 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:20.289 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@5711ebb5 task=EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.289Z 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=265,f=null]]}} 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\t{"tri...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 159 DirectByteBuffer@660cda54[p=0,l=159,c=4096,r=159]={<<<\x81~\x00\x9b{"response":{"name":"...ness","statusCode":200}>>>ri":"/lig...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.289 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=true/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:20.289Z tryProduce true 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 159 bytes - DirectByteBuffer@660cda54[p=0,l=159,c=4096,r=159]={<<<\x81~\x00\x9b{"response":{"name":"...ness","statusCode":200}>>>ri":"/lig...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.289 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=0,l=159,c=4096,r=159]={<<<\x81~\x00\x9b{"response":{"name":"...ness","statusCode":200}>>>ri":"/lig...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.289 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 159 bytes 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 155 - Parser@7604567b[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=155,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@378c0eac[p=0,l=155,c=155,r=155]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=155,fin=true,rsv=...,masked=false] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=155,fin=true,rsv=...,masked=false]) 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=155,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@378c0eac[p=0,l=155,c=155,r=155]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.289 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=TEXT[len=155,fin=true,rsv=...,masked=false]]] 17:16:20.289 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([155] "{"response":{"name":.../switch/brightness","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"brightness","type":"int","value":5,"timestamp":1636650980087},"type":"GET_RESPONSE","uri":"/light/switch/brightness","statusCode":200} 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6faa16f9[READING] getAction(DirectByteBuffer@660cda54[p=159,l=159,c=4096,r=0]={\x81~\x00\x9b{"res...e":200}<<<>>>ri":"/lig...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@660cda54[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x9b{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:16:20.289 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]]}} 17:16:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:16:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c on ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=0 17:16:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=1 17:16:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=2/2,p=0}@175d79a0 waiting 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/1 selected 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 1 updates 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@1592c07c 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@413e54cc 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.290 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:20.290 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 1 keys {"response":{"name":"brightness","type":"int","value":5,"timestamp":1636650980087},"type":"GET_RESPONSE","uri":"/light/switch/brightness","statusCode":200} 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=838/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=838/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=838/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:16:20.38Z 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:16:20.38Z 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:16:20.38Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=839/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:20.380 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:16:20.38Z 17:16:20.380 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=839/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:20.381 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:16:20.381Z tryProduce true 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=839/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:20.381 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.381 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.381 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=839/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.381 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/turn_off/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:20.381 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} parsed false HttpParser{s=END,0 of -1} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:20.382 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4808ce47[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}) 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=278 null 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@7c227249[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@274f288b] (null,[p=0,l=278,c=278,r=278],true)@START 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=278} last=true content=HeapByteBuffer@7c227249[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@274f288b] ([p=0,l=123,c=16384,r=123],[p=0,l=278,c=278,r=278],true)@COMPLETING 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>nkpWPIwk/...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7c227249[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}] 17:16:20.383 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 401 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=3} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=401 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@274f288b] ([p=123,l=123,c=16384,r=0],[p=278,l=278,c=278,r=0],true)@END 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=3} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=3} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@533cae5d) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=3} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/turn_off/ACT written=278 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:20.384 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 62 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of 62} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/dim/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parse HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} Content@5dc8288b{HeapByteBufferR@3297b941[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@5dc8288b{HeapByteBufferR@3297b941[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:20.385 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parsed false HttpParser{s=END,62 of 62} 17:16:20.386 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=62,q=1,[0]=EOF,s=STREAM] read 62 from Content@5dc8288b{HeapByteBufferR@3297b941[p=292,l=292,c=8192,r=0]={POST /sen...":10}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:20.386 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5abad17b[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}) 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=266 null 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@46aa26d7[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4978d2f2] (null,[p=0,l=266,c=266,r=266],true)@START 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=266} last=true content=HeapByteBuffer@46aa26d7[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4978d2f2] ([p=0,l=123,c=16384,r=123],[p=0,l=266,c=266,r=266],true)@COMPLETING 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>nkpWPIwk/...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@46aa26d7[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}] 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 389 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=389 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:20.387 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4978d2f2] ([p=123,l=123,c=16384,r=0],[p=266,l=266,c=266,r=0],true)@END 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=3} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=3} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@33e73ab1) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=3} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/dim/ACT written=266 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,62 of 62} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STOPPED} added {HttpClientTransportOverHTTP@b558294{STOPPED},AUTO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STOPPED} added {Client@bb095[provider=null,keyStore=null,trustStore=null],AUTO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@777c350f,POJO} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@27aae97b,POJO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp5021240]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@5d1e09bc,POJO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STOPPED} added {QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@4bdc8b5d,POJO} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@56b6e2c2[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] added {HttpClient@5560bcdf{STOPPED},AUTO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@56b6e2c2[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] added {SessionTracker@3bcd426c{STOPPED},AUTO} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@5f14a673{STOPPED} added {InflaterPool@726a17c4{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@5f14a673{STOPPED} added {DeflaterPool@5dc3fcb7{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@5f14a673{STOPPED},AUTO} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@5560bcdf{STOPPED} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STARTING} added {ScheduledExecutorScheduler@76911385{STOPPED},AUTO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@5467eea4,POJO} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@b558294{STOPPED} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@b558294{STARTING} added {ClientSelectorManager@160396db{STOPPED},AUTO} 17:16:20.388 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@160396db{STOPPED} 17:16:20.388 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:20.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.389Z added {SelectorProducer@40ab8a8,POJO} 17:16:20.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:16:20.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=1 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.389Z added {QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:20.389 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.389Z created 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.389 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@6ff37443{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.389Z,MANAGED} 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@160396db{STARTING} added {ManagedSelector@6ff37443{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@6ff37443{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.389Z 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=0} 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] added {ReservedThreadExecutor@65cc8228{s=0/2,p=0},AUTO} 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@65cc8228{s=0/2,p=0} 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2921ms ReservedThreadExecutor@65cc8228{s=0/2,p=0} 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-45,5,main] 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-46,5,main] 17:16:20.389 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-47,5,main] 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-48,5,main] 17:16:20.389 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.389 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.389 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-49,5,main] 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-50,5,main] 17:16:20.390 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.390 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-51,5,main] 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1432403167-52,5,main] 17:16:20.390 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.390 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2922ms QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.390 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2922ms EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.39Z 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@12a160c2 startThread=0 17:16:20.390 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@12a160c2 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.390 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@aa10649 on ManagedSelector@6ff37443{STARTING} id=0 keys=0 selected=0 updates=0 17:16:20.390 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.39Z tryProduce false 17:16:20.390 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.390 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@aa10649 17:16:20.390 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.390 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 0 keys 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2922ms ManagedSelector@6ff37443{STARTED} id=0 keys=0 selected=0 updates=0 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2922ms ClientSelectorManager@160396db{STARTED} 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2922ms HttpClientTransportOverHTTP@b558294{STARTED} 17:16:20.390 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@bb095[provider=null,keyStore=null,trustStore=null] 17:16:20.393 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:16:20.393 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:16:20.394 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 6b3871d6[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms Client@bb095[provider=null,keyStore=null,trustStore=null] 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@76911385{STOPPED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms ScheduledExecutorScheduler@76911385{STARTED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms HttpClient@5560bcdf{STARTED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@3bcd426c{STOPPED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms SessionTracker@3bcd426c{STARTED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@5f14a673{STOPPED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@726a17c4{STOPPED,size=0,capacity=UNLIMITED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms InflaterPool@726a17c4{STARTED,size=0,capacity=UNLIMITED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@5dc3fcb7{STOPPED,size=0,capacity=UNLIMITED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms DeflaterPool@5dc3fcb7{STARTED,size=0,capacity=UNLIMITED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms WebSocketExtensionFactory@5f14a673{STARTED} 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2927ms WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STARTED},openSessions.size=0] 17:16:20.395 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded to ws://127.0.0.1:8899/ws/sensinact 17:16:20.395 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:20.395 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:20.395 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:20.395 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:20.395 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded, policy=WebSocketPolicy@2eb79cbe[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:20.395 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5560bcdf{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=null,MANAGED} 17:16:20.396 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=null 17:16:20.396 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] added {Pool@7923f5b3[size=0 closed=false],POJO} 17:16:20.396 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:16:20.396 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:16:20.396 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2928ms DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:16:20.396 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2928ms HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:16:20.396 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:16:20.396 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445] 17:16:20.396 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 for HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=1,pool=DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=1] 17:16:20.396 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=1] 17:16:20.396 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:16:20.396 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:16:20.396 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@7578e06a{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:16:20.396 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@30b2b76f startThread=0 17:16:20.396 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@30b2b76f in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.396 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:16:20.397 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@6a91b9bf{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=1,pool=DuplexConnectionPool@43826ec[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6eae2035, client.connector=HttpClient@5560bcdf{STARTED}}} on ManagedSelector@6ff37443{STARTED} id=0 keys=0 selected=0 updates=0 17:16:20.397 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@7a2c26dc[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40158]] on ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:16:20.397 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6ff37443{STARTED} id=0 keys=0 selected=0 updates=1 17:16:20.397 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=1 17:16:20.397 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:16:20.397 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@30b2b76f in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.397 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/0 selected 17:16:20.397 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 1 updates 17:16:20.397 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.397 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.397 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@6a91b9bf{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=1,pool=DuplexConnectionPool@43826ec[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6eae2035, client.connector=HttpClient@5560bcdf{STARTED}}} 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 1/1/1 selected 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 1 keys, 0 updates 17:16:20.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@7a2c26dc[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40158]] 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@7ee98dbf Connect@6a91b9bf{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=1,pool=DuplexConnectionPool@43826ec[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6eae2035, client.connector=HttpClient@5560bcdf{STARTED}}} 17:16:20.400 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@7a2c26dc[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40158]] startThread=0 17:16:20.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40158 remote=/127.0.0.1:8899] 17:16:20.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.400 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@7a2c26dc[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40158]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@7ad606ba{Connect@6a91b9bf{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40158 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=1,pool=DuplexConnectionPool@43826ec[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6eae2035, client.connector=HttpClient@5560bcdf{STARTED}}}} startThread=0 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.400 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@7ad606ba{Connect@6a91b9bf{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40158 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=1,pool=DuplexConnectionPool@43826ec[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6eae2035, client.connector=HttpClient@5560bcdf{STARTED}}}} in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.400 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:20.400 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:16:20.400 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> 17:16:20.400 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@6da40d91 on ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=0 17:16:20.400 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:20.400 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.400 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:16:20.400 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@1f8db502 on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:20.400 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.400 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.407 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4889610e{AC.ReadCB@699b947a{HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:20.407 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.407 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.407 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b on ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=1 17:16:20.407 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=2 17:16:20.407 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/1 selected 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 2 updates 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@6da40d91 17:16:20.407 [qtp730923082-18] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b7d7790{AC.ReadCB@7bd9d619{HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:20.407 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@7578e06a{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b 17:16:20.407 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@43826ec[c=0/1/64,a=0,i=1,q=1] 17:16:20.407 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.407 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.407 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.407 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=2 17:16:20.407 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@7578e06a{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@7923f5b3[size=1 closed=false] 17:16:20.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.407 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:20.414 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@7a2c26dc[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40158]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@1f8db502 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[PENDING/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]} on HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/1/64,a=1,i=0,q=0] 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=6/60000}{io=1/1,kio=1,kro=0}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[PENDING/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]} associated true to HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[PENDING/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: B8x+IASJHi8Q65D9saXhFg== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@1944f76d{s=START} 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: B8x+IASJHi8Q65D9saXhFg== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@1944f76d{s=COMPLETING} 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@54c50ff4{IDLE}->null [HeapByteBuffer@4cc75d26[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{WRITING}->null:IDLE-->WRITING 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:20.414 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=7/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[PENDING/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@1944f76d{s=COMPLETING}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.414 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@54c50ff4{WRITING}->null 17:16:20.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@74433f85 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=7/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{IDLE}->null:WRITING-->IDLE 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@1944f76d{s=END} 17:16:20.444 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=36/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 17:16:20.444 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=36/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]}, result: null 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=29/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.444 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:16:20.444Z 17:16:20.444 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@7ad606ba{Connect@6a91b9bf{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40158 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6eae2035, client.connector=HttpClient@5560bcdf{STARTED}}}} in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:16:20.444 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:16:20.444Z 17:16:20.444 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:16:20.444Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=37/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:20.444 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:16:20.444Z 17:16:20.444 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:16:20.444Z tryProduce true 17:16:20.444 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.444 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b7d7790{AC.ReadCB@7bd9d619{HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=37/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:20.444 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.444 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=37/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:20.444 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.444 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=37/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>type":"in...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:20.455 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: B8x+IASJHi8Q65D9saXhFg== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@59a18342{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:20.456 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:20.462 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6} 17:16:20.462 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:20.462 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:20.462 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:20.462 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:20.462 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:20.462 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:20.463 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a, policy=WebSocketPolicy@619725d4[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:20.463 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:20.463 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7} 17:16:20.463 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7} 17:16:20.464 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] 17:16:20.464 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] added {WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},POJO} 17:16:20.470 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],AUTO} 17:16:20.470 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:20.470 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:20.470 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a] 17:16:20.470 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3002ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a] 17:16:20.470 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3002ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:20.477 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=21},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:16:20.477 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:20.477 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3010ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:20.477 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=23/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=START}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@59a18342{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@59a18342{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5372f55a) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@b13c365 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=22} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:20 GMT Connection: Upgrade Sec-WebSocket-Accept: ioAVL6oox0xCz8mzk83lWdwW3iU= Upgrade: WebSocket 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@2b7d3d52[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2bfc1575] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:20 GMT Connection: Upgrade Sec-WebSocket-Accept: ioAVL6oox0xCz8mzk83lWdwW3iU= Upgrade: WebSocket 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@2b7d3d52[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2bfc1575] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6fe0fd75{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{WRITING}->null:IDLE-->WRITING 17:16:20.478 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 1/1/1 selected 17:16:20.478 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 1 keys, 0 updates 17:16:20.478 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=W,to=23/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=COMPLETING}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:20.478 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7ee98dbf SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.484 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@6fe0fd75{WRITING}->null 17:16:20.484 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{IDLE}->null:WRITING-->IDLE 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=69/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@2b7d3d52[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2bfc1575] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@5372f55a w=false 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@59a18342{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@59a18342{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@59a18342{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=29} 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=0} tryExecute EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.485Z 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=1} startReservedThread p=1 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@65cc8228{s=0/2,p=1}@3fd48784 startThread=0 17:16:20.485 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@65cc8228{s=0/2,p=1}@3fd48784 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=1}] 17:16:20.485 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=1}@3fd48784 started 17:16:20.485 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@3fd48784 waiting 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=END}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=29} to WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=END}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=29} 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@59a18342{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:20.485Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=END}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=29} upgrading from HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=END}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=29} to WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=END}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=29} 17:16:20.485 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}] 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.485 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.485 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@7bd9d619[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4e134683{s=END}]=>HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=29} 17:16:20.485 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4889610e{AC.ReadCB@699b947a{HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@1074e5a1{DirectByteBuffer@1eb309df[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@1eb309df[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:16:20.492 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[HANDSHAKING],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.492 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:16:20.492 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@1eb309df[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.492 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@1bd79b2c[batching=true] 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@1074e5a1{DirectByteBuffer@1eb309df[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[null 0 null]@4f45d4d1[PENDING/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@1eb309df[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:16:20.492 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENING],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@1bd79b2c[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:16:20.492 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445] 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:16:20.492 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:20.492 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1 Date: Thu, 11 Nov 2021 17:16:20 GMT Connection: Upgrade Sec-WebSocket-Accept: ioAVL6oox0xCz8mzk83lWdwW3iU= Upgrade: WebSocket 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 > HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1] null 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.499 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@10620c64[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@cc58174 | +> SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a] - STARTED += ExtensionStack@920c67a[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@59a18342{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:16:20.499 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:20.499 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@5f71c7cf{s=HttpChannelState@59a18342{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:16:20.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bd9d619::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@59a18342{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:20.506 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:20.507 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:16:20.507 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],AUTO} 17:16:20.546 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=53/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=53/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:20.546 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=53/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=53/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:20.546 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded] 17:16:20.546 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3078ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded] 17:16:20.546 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3078ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=54/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=54/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:20.546 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:20.546 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=54/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3085ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@1074e5a1{DirectByteBuffer@1eb309df[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=61/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@699b947a(l:/127.0.0.1:40158 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@28a69e41(exchange=HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]})[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=61/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[HANDSHAKING],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@3fa1fcab[batching=true] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=61/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENING],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@3fa1fcab[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=61/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b on ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=0 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=1 17:16:20.553 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:16:20.553 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/1 selected 17:16:20.553 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 1 updates 17:16:20.553 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.553 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b 17:16:20.553 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@5f8e03e4[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@1a8c8ed1 | +> SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded] - STARTED += ExtensionStack@52ce9d72[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:20.553 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.554 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.554 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.554 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@16176c73{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@28a69e41(exchange=null)[send=HttpSenderOverHTTP@2c498eda(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@1944f76d{s=START}],recv=HttpReceiverOverHTTP@5441b951(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:20.554 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@66d5170[p=0,l=73,c=73,r=73]={<<<{"uri":"/sensinact/provid.../resources/status/GET"}>>>} 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=73,fin=true,rsv=...,masked=false] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=73,fin=true,rsv=...,masked=false] 17:16:20.560 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@7578e06a{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@699b947a::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@7923f5b3[size=0 closed=false] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=73,fin=true,rsv=...,masked=true], Flusher@8aaafcd[PROCESSING]) 17:16:20.560 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 > HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=73,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null] to Flusher@6e9bbd6b[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.560 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6b63d445 > HttpResponse[HTTP/1.1 101 Switching Protocols]@4f45d4d1] null 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.560 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=73,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null]] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.560 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null]] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.560 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=79 cap=32768] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.560 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@54c50ff4{IDLE}->null [DirectByteBuffer@c953a00[p=0,l=79,c=32768,r=79]={<<<\x81\xC9W\xD2\xA85,\xF0\xDdG>\xF0\x92\x17x\xA1\xCd[$\xBb\xC6T4\xA6\x87...\x87G2\xA1\xC7@%\xB1\xCdFx\xA1\xDcT#\xA7\xDb\x1a\x10\x97\xFc\x17*>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.561 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{WRITING}->null:IDLE-->WRITING 17:16:20.561 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:20.561 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:20.561 [Thread-29] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 79 SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.561 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@74433f85 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=61/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.567 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=79 remaining=0 WriteFlusher@54c50ff4{WRITING}->null 17:16:20.567 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{IDLE}->null:WRITING-->IDLE 17:16:20.567 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=68/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.567 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] 17:16:20.567 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] processing 0 entries: [] 17:16:20.567 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] auto flushing 17:16:20.567 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=68/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:20.567 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] flushing 0 frames: [] 17:16:20.567 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.567 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:16:20.567Z 17:16:20.567 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:16:20.567Z 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:16:20.567Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=68/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.568 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:16:20.568Z 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=68/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCd\x0e\x0e\xD5\x80{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 79 DirectByteBuffer@5ebfbabf[p=0,l=79,c=4096,r=79]={<<<\x81\xC9W\xD2\xA85,\xF0\xDdG>\xF0\x92\x17x\xA1\xCd[$\xBb\xC6T4\xA6\x87...\x87G2\xA1\xC7@%\xB1\xCdFx\xA1\xDcT#\xA7\xDb\x1a\x10\x97\xFc\x17*>>>ET"}meter...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 79 bytes - DirectByteBuffer@5ebfbabf[p=0,l=79,c=4096,r=79]={<<<\x81\xC9W\xD2\xA85,\xF0\xDdG>\xF0\x92\x17x\xA1\xCd[$\xBb\xC6T4\xA6\x87...\x87G2\xA1\xC7@%\xB1\xCdFx\xA1\xDcT#\xA7\xDb\x1a\x10\x97\xFc\x17*>>>ET"}meter...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=79,c=4096,r=79]={<<<\x81\xC9W\xD2\xA85,\xF0\xDdG>\xF0\x92\x17x\xA1\xCd[$\xBb\xC6T4\xA6\x87...\x87G2\xA1\xC7@%\xB1\xCdFx\xA1\xDcT#\xA7\xDb\x1a\x10\x97\xFc\x17*>>>ET"}meter...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.568 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:16:20.568Z tryProduce true 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 79 bytes 17:16:20.568 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.568 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:20.568 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 73 - Parser@73b4db7a[ExtensionStack,s=PAYLOAD_LEN,c=0,len=73,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@2851111d[p=0,l=73,c=73,r=73]={<<<,\xF0\xDdG>\xF0\x92\x17x\xA1\xCd[$\xBb\xC6T4\xA6\x87E%\xBd\xDe\\3...\x87G2\xA1\xC7@%\xB1\xCdFx\xA1\xDcT#\xA7\xDb\x1a\x10\x97\xFc\x17*>>>} 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=73,fin=true,rsv=...,masked=true] 17:16:20.574 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=PAYLOAD,c=0,len=73,f=TEXT[len=73,fin=true,rsv=...,masked=true]]] 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:20.574 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=73,fin=true,rsv=...,masked=true]) 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=73,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@2851111d[p=0,l=73,c=73,r=73]={<<<{"uri":"/sensinact/provid.../resources/status/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.574 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([73] "{"uri":"/sensinact/p...ervices/switch/resources/status/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:20.575 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:20.575 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@2d892d42[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:20.575 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=154,fin=true,rsv=...,masked=false] 17:16:20.575 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=154,fin=true,rsv=...,masked=false] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=154,fin=true,rsv=...,masked=false], Flusher@42992ba0[PROCESSING]) 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=154,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null] to Flusher@38a826a7[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=154,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null]] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null]] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=158 cap=32768] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6fe0fd75{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=158,c=32768,r=158]={<<<\x81~\x00\x9a{"response":{"name":"...atus","statusCode":200}>>>}ri":"/li...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{WRITING}->null:IDLE-->WRITING 17:16:20.576 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 1/1/1 selected 17:16:20.576 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 1 keys, 0 updates 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 158 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=W,to=8/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=158,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=158 remaining=0 WriteFlusher@6fe0fd75{WRITING}->null 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{IDLE}->null:WRITING-->IDLE 17:16:20.576 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7ee98dbf SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=8/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.576 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=158,terminated=null] 17:16:20.581 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=158,terminated=null] processing 0 entries: [] 17:16:20.581 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=158,terminated=null] auto flushing 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=158,terminated=null] flushing 0 frames: [] 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.582 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=79,l=79,c=4096,r=0]={\x81\xC9W\xD2\xA85{"u...s/GET"}<<<>>>ET"}meter...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xC9W\xD2\xA85{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.582 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0} tryExecute EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:20.582Z 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]}} 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:20.582 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:20.582 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=0}@3fd48784 offer EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:20.582Z 17:16:20.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:20.582 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=1} startReservedThread p=1 17:16:20.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 17:16:20.582 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@65cc8228{s=0/2,p=1}@3c17fd89 startThread=0 17:16:20.582 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@65cc8228{s=0/2,p=1}@3c17fd89 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=1}] 17:16:20.582 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=1}@3c17fd89 started 17:16:20.582 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@3c17fd89 waiting 17:16:20.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.582 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:20.582Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=15/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.582 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=1}@3fd48784 task=EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:20.582Z 17:16:20.589 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:20.589 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.589Z tryProduce true 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:20.589 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.589 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.589 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:20.589 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 158 DirectByteBuffer@ea11bc1[p=0,l=158,c=4096,r=158]={<<<\x81~\x00\x9a{"response":{"name":"...atus","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 158 bytes - DirectByteBuffer@ea11bc1[p=0,l=158,c=4096,r=158]={<<<\x81~\x00\x9a{"response":{"name":"...atus","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=0,l=158,c=4096,r=158]={<<<\x81~\x00\x9a{"response":{"name":"...atus","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 158 bytes 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 154 - Parser@101f5c6f[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=154,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@5ffb78cb[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=154,fin=true,rsv=...,masked=false] 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=154,fin=true,rsv=...,masked=false]) 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=154,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5ffb78cb[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([154] "{"response":{"name":...ight/switch/status","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"status","type":"string","value":"OFF","timestamp":1636650980383},"type":"GET_RESPONSE","uri":"/light/switch/status","statusCode":200} 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=158,l=158,c=4096,r=0]={\x81~\x00\x9a{"res...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@ea11bc1[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x9a{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]] 17:16:20.589 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]]}} 17:16:20.590 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]] 17:16:20.590 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b on ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=0 17:16:20.590 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=1 17:16:20.590 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@12a160c2 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}] 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/1 selected 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 1 updates 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]] 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.590 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@4997a5f6[p=0,l=74,c=74,r=74]={<<<{"uri":"/sensinact/provid...resources/turn_on/ACT"}>>>} 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=74,fin=true,rsv=...,masked=false] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=74,fin=true,rsv=...,masked=false] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=74,fin=true,rsv=...,masked=true], Flusher@8aaafcd[PROCESSING]) 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=74,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null] to Flusher@6e9bbd6b[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=74,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null]] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null]] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=80 cap=32768] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@54c50ff4{IDLE}->null [DirectByteBuffer@c953a00[p=0,l=80,c=32768,r=80]={<<<\x81\xCa\x1d\xE4v\x12f\xC6\x03`t\xC6L02\x97\x13|n\x8d\x18s~\x90Y...`x\x97\x19go\x87\x13a2\x90\x03`s\xBb\x19|2\xA55F?\x99>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{WRITING}->null:IDLE-->WRITING 17:16:20.768 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 80 SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=178/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=80,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]] 17:16:20.768 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=80 remaining=0 WriteFlusher@54c50ff4{WRITING}->null 17:16:20.768 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{IDLE}->null:WRITING-->IDLE 17:16:20.769 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=80,terminated=null] 17:16:20.769 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=80,terminated=null] processing 0 entries: [] 17:16:20.769 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=80,terminated=null] auto flushing 17:16:20.769 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=80,terminated=null] flushing 0 frames: [] 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@74433f85 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.769 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]:runFillable:BLOCKING 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:16:20.769Z 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:16:20.769Z 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:16:20.769Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=187/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=187/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]}} 17:16:20.769 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:16:20.769Z 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xC9W\xD2\xA85{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 80 DirectByteBuffer@5ebfbabf[p=0,l=80,c=4096,r=80]={<<<\x81\xCa\x1d\xE4v\x12f\xC6\x03`t\xC6L02\x97\x13|n\x8d\x18s~\x90Y...`x\x97\x19go\x87\x13a2\x90\x03`s\xBb\x19|2\xA55F?\x99>>>T"}meters...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.769 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:16:20.769Z tryProduce true 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 80 bytes - DirectByteBuffer@5ebfbabf[p=0,l=80,c=4096,r=80]={<<<\x81\xCa\x1d\xE4v\x12f\xC6\x03`t\xC6L02\x97\x13|n\x8d\x18s~\x90Y...`x\x97\x19go\x87\x13a2\x90\x03`s\xBb\x19|2\xA55F?\x99>>>T"}meters...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=80,c=4096,r=80]={<<<\x81\xCa\x1d\xE4v\x12f\xC6\x03`t\xC6L02\x97\x13|n\x8d\x18s~\x90Y...`x\x97\x19go\x87\x13a2\x90\x03`s\xBb\x19|2\xA55F?\x99>>>T"}meters...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.769 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 80 bytes 17:16:20.769 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 74 - Parser@73b4db7a[ExtensionStack,s=PAYLOAD_LEN,c=0,len=74,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@704444e7[p=0,l=74,c=74,r=74]={<<>>} 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=74,fin=true,rsv=...,masked=true] 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=74,fin=true,rsv=...,masked=true]) 17:16:20.769 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=TEXT[len=74,fin=true,rsv=...,masked=true]]] 17:16:20.769 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=74,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@704444e7[p=0,l=74,c=74,r=74]={<<<{"uri":"/sensinact/provid...resources/turn_on/ACT"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.769 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([74] "{"uri":"/sensinact/p...rvices/switch/resources/turn_on/ACT"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:20.770 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:20.770 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@257dfe6[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>} 17:16:20.770 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=275,fin=true,rsv=...,masked=false] 17:16:20.770 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=275,fin=true,rsv=...,masked=false] 17:16:20.770 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=275,fin=true,rsv=...,masked=false], Flusher@42992ba0[PROCESSING]) 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=275,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null] to Flusher@38a826a7[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=275,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null]] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null]] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=279 cap=32768] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6fe0fd75{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=279,c=32768,r=279]={<<<\x81~\x01\x13{"triggered":[{"name"...n_on","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{WRITING}->null:IDLE-->WRITING 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 1/1/1 selected 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 1 keys, 0 updates 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 279 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=279,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=279 remaining=0 WriteFlusher@6fe0fd75{WRITING}->null 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{IDLE}->null:WRITING-->IDLE 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7ee98dbf SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=279,terminated=null] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=279,terminated=null] processing 0 entries: [] 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=279,terminated=null] auto flushing 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=279,terminated=null] flushing 0 frames: [] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]]:runFillable:BLOCKING 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=80,l=80,c=4096,r=0]={\x81\xCa\x1d\xE4v\x12{"u...n/ACT"}<<<>>>T"}meters...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCa\x1d\xE4v\x12{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0} tryExecute EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.771Z 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]] 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]]}} 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=0}@3c17fd89 offer EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.771Z 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=1} startReservedThread p=1 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]] 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@65cc8228{s=0/2,p=1}@54038729 startThread=0 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:20.771 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:20.771 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@65cc8228{s=0/2,p=1}@54038729 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=1}] 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.771Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.771 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.771 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=1}@54038729 started 17:16:20.771 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:20.771 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.771 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@54038729 waiting 17:16:20.771 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=1}@3c17fd89 task=EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:20.771Z 17:16:20.771 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.771 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]]}} 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.771 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.771Z tryProduce true 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x9a{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.771 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.771 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]] 17:16:20.771 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.771 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.771 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 279 DirectByteBuffer@ea11bc1[p=0,l=279,c=4096,r=279]={<<<\x81~\x01\x13{"triggered":[{"name"...n_on","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.772 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 279 bytes - DirectByteBuffer@ea11bc1[p=0,l=279,c=4096,r=279]={<<<\x81~\x01\x13{"triggered":[{"name"...n_on","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=154,f=null]] 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=0,l=279,c=4096,r=279]={<<<\x81~\x01\x13{"triggered":[{"name"...n_on","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 279 bytes 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 275 - Parser@101f5c6f[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=275,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@5ac473d9[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>} 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=275,fin=true,rsv=...,masked=false] 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=275,fin=true,rsv=...,masked=false]) 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=275,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5ac473d9[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([275] "{"triggered":[{"name...ght/switch/turn_on","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"triggered":[{"name":"status","type":"string","value":"ON","timestamp":1636650980770}],"response":{"task":"ACT","start":1636650980770,"end":1636650980770,"uri":"/light/switch/turn_on","status":"EXECUTED"},"type":"ACT_RESPONSE","uri":"/light/switch/turn_on","statusCode":200} 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=279,l=279,c=4096,r=0]={\x81~\x01\x13{"tri...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@ea11bc1[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\x13{"tri...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]] 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]]}} 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]] 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b on ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=0 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=1 17:16:20.772 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=2/2,p=0}@3fd48784 waiting 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/1 selected 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 1 updates 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]] 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.772 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@251d8b65[p=0,l=73,c=73,r=73]={<<<{"uri":"/sensinact/provid.../resources/status/GET"}>>>} 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=73,fin=true,rsv=...,masked=false] 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=73,fin=true,rsv=...,masked=false] 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=73,fin=true,rsv=...,masked=true], Flusher@8aaafcd[PROCESSING]) 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=73,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null] to Flusher@6e9bbd6b[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=73,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null]] 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@8aaafcd[PROCESSING],AUTO,null]] 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.969 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=79 cap=32768] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@54c50ff4{IDLE}->null [DirectByteBuffer@c953a00[p=0,l=79,c=32768,r=79]={<<<\x81\xC9\x08I\x12iskg\x1bak(K':w\x07{ |\x08k==...=\x1bm:}\x1cz*w\x1a':f\x08|>>\x99\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{WRITING}->null:IDLE-->WRITING 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 79 SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=197/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=79 remaining=0 WriteFlusher@54c50ff4{WRITING}->null 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{IDLE}->null:WRITING-->IDLE 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] processing 0 entries: [] 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@74433f85 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] auto flushing 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=79,terminated=null] flushing 0 frames: [] 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]] 17:16:20.970 [Thread-29] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]]:runFillable:BLOCKING 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:16:20.97Z 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:16:20.97Z 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:16:20.97Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.970 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:16:20.97Z 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]]}} 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.970 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:16:20.97Z tryProduce true 17:16:20.970 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.970 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCa\x1d\xE4v\x12{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 79 DirectByteBuffer@5ebfbabf[p=0,l=79,c=4096,r=79]={<<<\x81\xC9\x08I\x12iskg\x1bak(K':w\x07{ |\x08k==...=\x1bm:}\x1cz*w\x1a':f\x08|>>}T"}meter...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.970 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=199/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=74,f=null]] 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 79 bytes - DirectByteBuffer@5ebfbabf[p=0,l=79,c=4096,r=79]={<<<\x81\xC9\x08I\x12iskg\x1bak(K':w\x07{ |\x08k==...=\x1bm:}\x1cz*w\x1a':f\x08|>>}T"}meter...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.970 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=79,c=4096,r=79]={<<<\x81\xC9\x08I\x12iskg\x1bak(K':w\x07{ |\x08k==...=\x1bm:}\x1cz*w\x1a':f\x08|>>}T"}meter...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 79 bytes 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 73 - Parser@73b4db7a[ExtensionStack,s=PAYLOAD_LEN,c=0,len=73,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@62600317[p=0,l=73,c=73,r=73]={<<>>} 17:16:20.970 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=73,fin=true,rsv=...,masked=true] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=73,fin=true,rsv=...,masked=true]) 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=73,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@62600317[p=0,l=73,c=73,r=73]={<<<{"uri":"/sensinact/provid.../resources/status/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([73] "{"uri":"/sensinact/p...ervices/switch/resources/status/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@2cb12504[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=153,fin=true,rsv=...,masked=false] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=153,fin=true,rsv=...,masked=false] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=153,fin=true,rsv=...,masked=false], Flusher@42992ba0[PROCESSING]) 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=153,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null] to Flusher@38a826a7[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=153,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null]] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@42992ba0[PROCESSING],AUTO,null]] 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:20.971 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=157 cap=32768] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6fe0fd75{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=157,c=32768,r=157]={<<<\x81~\x00\x99{"response":{"name":"...atus","statusCode":200}>>>0,"uri":"...\x00\x00\x00\x00\x00\x00\x00}] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{WRITING}->null:IDLE-->WRITING 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 1/1/1 selected 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 157 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=157,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 1 keys, 0 updates 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=157 remaining=0 WriteFlusher@6fe0fd75{WRITING}->null 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{IDLE}->null:WRITING-->IDLE 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=157,terminated=null] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=157,terminated=null] processing 0 entries: [] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7ee98dbf SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=157,terminated=null] auto flushing 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=157,terminated=null] flushing 0 frames: [] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]] 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=79,l=79,c=4096,r=0]={\x81\xC9\x08I\x12i{"u...s/GET"}<<<>>>}T"}meter...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]]:runFillable:BLOCKING 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xC9\x08I\x12i{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=2/2,p=0} tryExecute EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.972Z 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]}} 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@3fd48784 offer EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.972Z 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:20.972 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2e2103f8 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.972Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:20.972 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@3fd48784 task=EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:20.972Z 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.972 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:20.972 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:20.972Z tryProduce true 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]]}} 17:16:20.972 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:20.972 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\x13{"tri...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.972 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=275,f=null]] 17:16:20.972 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 157 DirectByteBuffer@ea11bc1[p=0,l=157,c=4096,r=157]={<<<\x81~\x00\x99{"response":{"name":"...atus","statusCode":200}>>>0,"uri":"...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 157 bytes - DirectByteBuffer@ea11bc1[p=0,l=157,c=4096,r=157]={<<<\x81~\x00\x99{"response":{"name":"...atus","statusCode":200}>>>0,"uri":"...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=0,l=157,c=4096,r=157]={<<<\x81~\x00\x99{"response":{"name":"...atus","statusCode":200}>>>0,"uri":"...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 157 bytes 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 153 - Parser@101f5c6f[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=153,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@59315675[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=153,fin=true,rsv=...,masked=false] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=153,fin=true,rsv=...,masked=false]) 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=153,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@59315675[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([153] "{"response":{"name":...ight/switch/status","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"status","type":"string","value":"ON","timestamp":1636650980770},"type":"GET_RESPONSE","uri":"/light/switch/status","statusCode":200} 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@44883f79[READING] getAction(DirectByteBuffer@ea11bc1[p=157,l=157,c=4096,r=0]={\x81~\x00\x99{"res...e":200}<<<>>>0,"uri":"...\x00\x00\x00\x00\x00\x00\x00}) 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@ea11bc1[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x99{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:16:20.972 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]]}} 17:16:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:16:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b on ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=0 17:16:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=1 17:16:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=2/2,p=0}@3c17fd89 waiting 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/1 selected 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 1 updates 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@28d6099b 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:20.973 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 1 keys 17:16:21.057 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:21.057 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:21.057 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=669/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.057 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=669/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=669/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:16:21.058Z 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:16:21.058Z 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:16:21.058Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=669/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:21.058 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:16:21.058Z 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=669/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=669/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.058 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:16:21.058Z tryProduce true 17:16:21.058 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.058 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.058 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=669/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.058 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>e\r\nCache-...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/turn_off/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.058 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} parsed false HttpParser{s=END,0 of -1} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=1} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.059 [qtp730923082-21] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ffac4f2[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}) 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=278 null 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@b248b5d[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@37b0cd30] (null,[p=0,l=278,c=278,r=278],true)@START 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=278} last=true content=HeapByteBuffer@b248b5d[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@37b0cd30] ([p=0,l=123,c=16384,r=123],[p=0,l=278,c=278,r=278],true)@COMPLETING 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@b248b5d[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}] 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 401 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=401 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@37b0cd30] ([p=123,l=123,c=16384,r=0],[p=278,l=278,c=278,r=0],true)@END 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@647e1ccc) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=2} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/turn_off/ACT written=278 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.060 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 62 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of 62} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/dim/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parse HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} Content@6d2a89e5{HeapByteBufferR@427b997e[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@6d2a89e5{HeapByteBufferR@427b997e[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parsed false HttpParser{s=END,62 of 62} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=62,q=1,[0]=EOF,s=STREAM] read 62 from Content@6d2a89e5{HeapByteBufferR@427b997e[p=292,l=292,c=8192,r=0]={POST /sen...":10}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.061 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@679fff9e[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}) 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=266 null 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@5ec32729[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@40ede5e6] (null,[p=0,l=266,c=266,r=266],true)@START 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=266} last=true content=HeapByteBuffer@5ec32729[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@40ede5e6] ([p=0,l=123,c=16384,r=123],[p=0,l=266,c=266,r=266],true)@COMPLETING 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@5ec32729[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}] 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 389 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=389 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.062 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@40ede5e6] ([p=123,l=123,c=16384,r=0],[p=266,l=266,c=266,r=0],true)@END 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2bbfb1d2) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=2} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/dim/ACT written=266 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,62 of 62} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.063 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.063 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:16:21.064Z 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:16:21.064Z 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:16:21.064Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:21.064 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:16:21.064Z 17:16:21.064 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:16:21.064Z tryProduce true 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.064 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.064 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.064 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.064 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.064 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 151 HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1.8.0_202...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 151 HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1.8.0_202...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1.8.0_202...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1.8.0_202...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/light/switch/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} GET //127.0.0.1:8899/sensinact/light/switch/status/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/light/switch/status/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/light/switch/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/light/switch/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/light/switch/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/light/switch/status/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.065 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} parsed false HttpParser{s=END,0 of -1} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.066 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45e4184a[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}) 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=154 null 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@3a3e2f11[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/light/switch/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 154 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=154},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1f02a457] (null,[p=0,l=154,c=154,r=154],true)@START 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=154} last=true content=HeapByteBuffer@3a3e2f11[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 154 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=154},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1f02a457] ([p=0,l=123,c=16384,r=123],[p=0,l=154,c=154,r=154],true)@COMPLETING 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3a3e2f11[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}] 17:16:21.067 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 277 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=3} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=277 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=154},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1f02a457] ([p=123,l=123,c=16384,r=0],[p=154,l=154,c=154,r=0],true)@END 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=7,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=3} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=7,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=3} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4ed526a9) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=3} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/light/switch/status/GET written=154 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 185 HeapByteBuffer@25c15cdb[p=0,l=185,c=8192,r=185]={<<>>onnection...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 185 HeapByteBuffer@25c15cdb[p=0,l=185,c=8192,r=185]={<<>>onnection...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=185,c=8192,r=185]={<<>>onnection...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=185,c=8192,r=185]={<<>>onnection...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.068 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/light/switch/turn_on/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=0} POST //127.0.0.1:8899/sensinact/light/switch/turn_on/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.069 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=6} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/light/switch/turn_on/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=6} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=6} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/light/switch/turn_on/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=6} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/light/switch/turn_on/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/light/switch/turn_on/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/light/switch/turn_on/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.075 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=7} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=7} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=7} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.076 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.078 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@601bb5a5[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>}) 17:16:21.078 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=275 null 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6a3195ed[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/light/switch/turn_on/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=14} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 275 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=275},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@d36066c] (null,[p=0,l=275,c=275,r=275],true)@START 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=275} last=true content=HeapByteBuffer@6a3195ed[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>} 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 275 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=275},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@d36066c] ([p=0,l=123,c=16384,r=123],[p=0,l=275,c=275,r=275],true)@COMPLETING 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6a3195ed[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>}] 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 398 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=14} 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=398 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=275},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@d36066c] ([p=123,l=123,c=16384,r=0],[p=275,l=275,c=275,r=0],true)@END {"triggered":[{"name":"status","type":"string","value":"ON","timestamp":1636650981077}],"response":{"task":"ACT","start":1636650981077,"end":1636650981077,"uri":"/light/switch/turn_on","status":"EXECUTED"},"type":"ACT_RESPONSE","uri":"/light/switch/turn_on","statusCode":200} 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.083 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=8,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=14} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=8,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=15} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1432d372) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/turn_on/ACT,age=15} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/light/switch/turn_on/ACT written=275 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 151 HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} filled 151 HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.084 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=151,c=8192,r=151]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.090 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/light/switch/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} GET //127.0.0.1:8899/sensinact/light/switch/status/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/light/switch/status/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/light/switch/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/light/switch/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/light/switch/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/light/switch/status/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=1} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.091 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=8} 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=8} 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=8} parsed false HttpParser{s=END,0 of -1} 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=8} 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.098 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f419ceb[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}) 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=153 null 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@72f9f609[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/light/switch/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=9} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 153 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=153},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@70d20267] (null,[p=0,l=153,c=153,r=153],true)@START 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=153} last=true content=HeapByteBuffer@72f9f609[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 153 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=153},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@70d20267] ([p=0,l=123,c=16384,r=123],[p=0,l=153,c=153,r=153],true)@COMPLETING 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@72f9f609[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}] 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 276 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=9} 17:16:21.099 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=276 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=153},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@70d20267] ([p=123,l=123,c=16384,r=0],[p=153,l=153,c=153,r=0],true)@END 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=9,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=10} 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=9,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=10} 17:16:21.100 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@165bf92b) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.105 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.105 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.105 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.105 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/light/switch/status/GET,age=15} 17:16:21.105 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/light/switch/status/GET written=153 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.106 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.112 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=6} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/turn_off/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:21.113 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} 17:16:21.114 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.114 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.117 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@262d33b3[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}) 17:16:21.140 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=278 null 17:16:21.140 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4fdcb2a0[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.140 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=34} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:21.140 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b7a62ac] (null,[p=0,l=278,c=278,r=278],true)@START 17:16:21.140 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=278} last=true content=HeapByteBuffer@4fdcb2a0[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} 17:16:21.141 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:21.141 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b7a62ac] ([p=0,l=123,c=16384,r=123],[p=0,l=278,c=278,r=278],true)@COMPLETING 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4fdcb2a0[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}] 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 401 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=36/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=36} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=401 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b7a62ac] ([p=123,l=123,c=16384,r=0],[p=278,l=278,c=278,r=0],true)@END 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=10,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=36} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=10,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=36} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2c46ce12) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=36} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/turn_off/ACT written=278 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.142 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.143 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.143 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.143 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 62 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of 62} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/dim/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.149 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.150 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} parse HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.150 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.150 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} Content@63b9d082{HeapByteBufferR@495a27e7[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.150 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@63b9d082{HeapByteBufferR@495a27e7[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.150 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.150 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:21.150 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.156 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=7} 17:16:21.156 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:21.156 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=7} parsed false HttpParser{s=END,62 of 62} 17:16:21.156 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=62,q=1,[0]=EOF,s=STREAM] read 62 from Content@63b9d082{HeapByteBufferR@495a27e7[p=292,l=292,c=8192,r=0]={POST /sen...":10}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.156 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=7} 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2be13d17[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}) 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=266 null 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@671c529[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=9} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1e0caf1f] (null,[p=0,l=266,c=266,r=266],true)@START 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=266} last=true content=HeapByteBuffer@671c529[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1e0caf1f] ([p=0,l=123,c=16384,r=123],[p=0,l=266,c=266,r=266],true)@COMPLETING 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@671c529[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}] 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 389 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=16/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=9} 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=389 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.158 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1e0caf1f] ([p=123,l=123,c=16384,r=0],[p=266,l=266,c=266,r=0],true)@END 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=11,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=10} 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=10} 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4501a9ff) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.159 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=15} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/dim/ACT written=266 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,62 of 62} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 180 HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>99\r\nConne...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} filled 180 HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>99\r\nConne...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>99\r\nConne...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>99\r\nConne...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.164 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} GET //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/light/services/switch/resources/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.165 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.171 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.171 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.171 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/status/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.171 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=7} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=7} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=7} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.172 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.173 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f7af48c[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}) 17:16:21.173 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=154 null 17:16:21.173 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@14f5ca2b[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.173 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 154 17:16:21.173 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=154},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5c73d71b] (null,[p=0,l=154,c=154,r=154],true)@START 17:16:21.174 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=154} last=true content=HeapByteBuffer@14f5ca2b[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:21.174 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 154 17:16:21.174 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.174 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=154},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5c73d71b] ([p=0,l=123,c=16384,r=123],[p=0,l=154,c=154,r=154],true)@COMPLETING 17:16:21.174 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@14f5ca2b[p=0,l=154,c=154,r=154]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}] 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 277 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=14} 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=277 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=154},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5c73d71b] ([p=123,l=123,c=16384,r=0],[p=154,l=154,c=154,r=0],true)@END 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=12,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=14} 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=12,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=14} 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@6a015d0d) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.179 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=14} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/status/GET written=154 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 214 HeapByteBuffer@25c15cdb[p=0,l=214,c=8192,r=214]={<<>>t-Length:...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} filled 214 HeapByteBuffer@25c15cdb[p=0,l=214,c=8192,r=214]={<<>>t-Length:...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=214,c=8192,r=214]={<<>>t-Length:...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=214,c=8192,r=214]={<<>>t-Length:...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=0} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=0} 17:16:21.180 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.181 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=0} 17:16:21.181 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/turn_on/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=1} 17:16:21.181 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/turn_on/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.181 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/turn_on/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.186 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/turn_on/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=7} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=7} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=7} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.187 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68f926b0[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>}) 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=275 null 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2a70ffbb[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/turn_on/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=9} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 275 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=275},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4af936cd] (null,[p=0,l=275,c=275,r=275],true)@START 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=275} last=true content=HeapByteBuffer@2a70ffbb[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>} 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 275 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=275},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4af936cd] ([p=0,l=123,c=16384,r=123],[p=0,l=275,c=275,r=275],true)@COMPLETING 17:16:21.189 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2a70ffbb[p=0,l=275,c=275,r=275]={<<<{"triggered":[{"name":"st...n_on","statusCode":200}>>>}] 17:16:21.194 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.194 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 398 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=14} 17:16:21.194 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=398 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.194 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.194 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=275},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4af936cd] ([p=123,l=123,c=16384,r=0],[p=275,l=275,c=275,r=0],true)@END 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=13,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=15} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=13,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=15} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@20a6a875) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_on/ACT,age=15} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/turn_on/ACT written=275 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 180 HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} filled 180 HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=180,c=8192,r=180]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.195 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} GET //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=48/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=49/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/light/services/switch/resources/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=0} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/status/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/status/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.244 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=49/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=1} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=50/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=1} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=1} 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=1} 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.245 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=50/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=1} parsed false HttpParser{s=END,0 of -1} 17:16:21.251 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=56/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=7} 17:16:21.251 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.251 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ceb6cc2[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}) 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=153 null 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2fa768cc[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/status/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 153 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=153},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3ad7984d] (null,[p=0,l=153,c=153,r=153],true)@START 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=153} last=true content=HeapByteBuffer@2fa768cc[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>} 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 153 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.252 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=153},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3ad7984d] ([p=0,l=123,c=16384,r=123],[p=0,l=153,c=153,r=153],true)@COMPLETING 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2fa768cc[p=0,l=153,c=153,r=153]={<<<{"response":{"name":"stat...atus","statusCode":200}>>>}] 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 276 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=57/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=9} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=276 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=153},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3ad7984d] ([p=123,l=123,c=16384,r=0],[p=153,l=153,c=153,r=0],true)@END 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=14,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=9} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=14,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=9} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@65f0090e) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.253 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/status/GET,age=9} 17:16:21.258 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/status/GET written=153 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} filled 215 HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=215,c=8192,r=215]={<<>>-Length: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=0} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.259 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/turn_off/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.265 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.265 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/turn_off/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=7} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.266 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.267 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ff0f9b[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}) 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=278 null 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6cfaf9[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/turn_off/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=9} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65b13b83] (null,[p=0,l=278,c=278,r=278],true)@START 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=278} last=true content=HeapByteBuffer@6cfaf9[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>} 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 278 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65b13b83] ([p=0,l=123,c=16384,r=123],[p=0,l=278,c=278,r=278],true)@COMPLETING 17:16:21.268 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6cfaf9[p=0,l=278,c=278,r=278]={<<<{"triggered":[{"name":"st..._off","statusCode":200}>>>}] 17:16:21.272 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 401 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=14} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=401 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=278},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65b13b83] ([p=123,l=123,c=16384,r=0],[p=278,l=278,c=278,r=0],true)@END 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=15,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=14} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=15,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=14} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@205e09af) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/turn_off/ACT,age=14} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/turn_off/ACT written=278 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} filled 292 HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.273 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=292,c=8192,r=292]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.274 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 62 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parsed true HttpParser{s=CONTENT,0 of 62} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/dim/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.280 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} parse HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} Content@5ea359e8{HeapByteBufferR@397fdbf7[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@5ea359e8{HeapByteBufferR@397fdbf7[p=230,l=292,c=8192,r=62]={POST /sen... 62\r\n\r\n<<<{"parameters":[{"name":"b...pe":"int","value":10}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:21.281 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=1} parsed false HttpParser{s=END,62 of 62} 17:16:21.287 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=62,q=1,[0]=EOF,s=STREAM] read 62 from Content@5ea359e8{HeapByteBufferR@397fdbf7[p=292,l=292,c=8192,r=0]={POST /sen...":10}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.287 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=7} 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53dea19[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}) 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=266 null 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@41159f4f[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@67254f9] (null,[p=0,l=266,c=266,r=266],true)@START 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=266} last=true content=HeapByteBuffer@41159f4f[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 266 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@67254f9] ([p=0,l=123,c=16384,r=123],[p=0,l=266,c=266,r=266],true)@COMPLETING 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@41159f4f[p=0,l=266,c=266,r=266]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}] 17:16:21.288 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 389 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,62 of 62},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=9} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=389 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=266},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@67254f9] ([p=123,l=123,c=16384,r=0],[p=266,l=266,c=266,r=0],true)@END 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=16,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=9} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=9} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@273e7b1d) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.289 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=9} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/dim/ACT written=266 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,62 of 62} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 137 HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>r-Agent: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} filled 137 HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>r-Agent: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>r-Agent: ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>r-Agent: ...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.342 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} GET //127.0.0.1:8899/sensinact/providers HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.343 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.349 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.349 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.350 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.354 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cbfdeba[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>}) 17:16:21.354 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=83 null 17:16:21.354 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@361a3f21[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.354 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=11} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 83 17:16:21.354 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@27d47ad3] (null,[p=0,l=83,c=83,r=83],true)@START 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=83} last=true content=HeapByteBuffer@361a3f21[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 83 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@27d47ad3] ([p=0,l=122,c=16384,r=122],[p=0,l=83,c=83,r=83],true)@COMPLETING 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=122,c=16384,r=122]={<<>>\n0xCz8mzk...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@361a3f21[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>}] 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 205 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=12/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=12} 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=205 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE {"providers":["slider","light"],"type":"PROVIDERS_LIST","uri":"/","statusCode":200} 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@27d47ad3] ([p=122,l=122,c=16384,r=0],[p=83,l=83,c=83,r=0],true)@END 17:16:21.355 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.356 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.356 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=17,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=13} 17:16:21.356 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.356 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.356 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=17,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=13} 17:16:21.356 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@684d17a1) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.356 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=14} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers written=83 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 184 HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} filled 184 HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=0} GET //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.357 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.363 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=6} 17:16:21.363 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=6} 17:16:21.363 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.363 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=6} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/light/services/switch/resources/brightness/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=6} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/brightness/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/brightness/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/brightness/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=7} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=7} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=7} 17:16:21.364 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.372 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7df18944[p=0,l=156,c=156,r=156]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>}) 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=156 null 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@797766cb[p=0,l=156,c=156,r=156]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/brightness/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=17} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 156 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=156},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7987965b] (null,[p=0,l=156,c=156,r=156],true)@START 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=156} last=true content=HeapByteBuffer@797766cb[p=0,l=156,c=156,r=156]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 156 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=156},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7987965b] ([p=0,l=123,c=16384,r=123],[p=0,l=156,c=156,r=156],true)@COMPLETING 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@797766cb[p=0,l=156,c=156,r=156]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>}] 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 279 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=17/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=17} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=279 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=156},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7987965b] ([p=123,l=123,c=16384,r=0],[p=156,l=156,c=156,r=0],true)@END 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=18,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=17} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=18,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=17} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@49b2b2c9) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=17} 17:16:21.374 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/brightness/GET written=156 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 291 HeapByteBuffer@25c15cdb[p=0,l=291,c=8192,r=291]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} filled 291 HeapByteBuffer@25c15cdb[p=0,l=291,c=8192,r=291]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=291,c=8192,r=291]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=291,c=8192,r=291]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.375 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=0} POST //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 61 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 61},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=5} parsed true HttpParser{s=CONTENT,0 of 61} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=5} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=5} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=5} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/dim/ACT @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/dim/ACT -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 61},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=5} parse HeapByteBuffer@25c15cdb[p=230,l=291,c=8192,r=61]={POST /sen... 61\r\n\r\n<<<{"parameters":[{"name":"b...ype":"int","value":5}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.380 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=230,l=291,c=8192,r=61]={POST /sen... 61\r\n\r\n<<<{"parameters":[{"name":"b...ype":"int","value":5}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=6} Content@38f8a912{HeapByteBufferR@7afbc1f8[p=230,l=291,c=8192,r=61]={POST /sen... 61\r\n\r\n<<<{"parameters":[{"name":"b...ype":"int","value":5}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@38f8a912{HeapByteBufferR@7afbc1f8[p=230,l=291,c=8192,r=61]={POST /sen... 61\r\n\r\n<<<{"parameters":[{"name":"b...ype":"int","value":5}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=6} 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=6} 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,61 of 61},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=6} parsed false HttpParser{s=END,61 of 61} 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=61,q=1,[0]=EOF,s=STREAM] read 61 from Content@38f8a912{HeapByteBufferR@7afbc1f8[p=291,l=291,c=8192,r=0]={POST /sen...e":5}]}<<<>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.381 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,61 of 61},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=6} 17:16:21.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63f37c60[p=0,l=265,c=265,r=265]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}) 17:16:21.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=265 null 17:16:21.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@1e3ee935[p=0,l=265,c=265,r=265]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/dim/ACT on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=13} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 265 17:16:21.388 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=265},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3aee0f0b] (null,[p=0,l=265,c=265,r=265],true)@START 17:16:21.388 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=265} last=true content=HeapByteBuffer@1e3ee935[p=0,l=265,c=265,r=265]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>} 17:16:21.388 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 265 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=265},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3aee0f0b] ([p=0,l=123,c=16384,r=123],[p=0,l=265,c=265,r=265],true)@COMPLETING 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@1e3ee935[p=0,l=265,c=265,r=265]={<<<{"triggered":[{"name":"br.../dim","statusCode":200}>>>}] 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 388 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,61 of 61},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=14} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=388 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE {"triggered":[{"name":"brightness","type":"int","value":5,"timestamp":1636650981388}],"response":{"task":"ACT","start":1636650981387,"end":1636650981387,"uri":"/light/switch/dim","status":"EXECUTED"},"type":"ACT_RESPONSE","uri":"/light/switch/dim","statusCode":200} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=265},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3aee0f0b] ([p=123,l=123,c=16384,r=0],[p=265,l=265,c=265,r=0],true)@END 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false {"triggered":[{"name":"brightness","type":"int","value":5,"timestamp":1636650981388}],"response":{"task":"ACT","start":1636650981387,"end":1636650981387,"uri":"/light/switch/dim","status":"EXECUTED"},"type":"ACT_RESPONSE","uri":"/light/switch/dim","statusCode":200} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=19,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=14} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=14} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@58aa0bd1) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/dim/ACT,age=14} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/dim/ACT written=265 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,61 of 61} 17:16:21.389 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 184 HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} filled 184 HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=184,c=8192,r=184]={<<>>Connectio...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=0} GET //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:21.394 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=1} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=1} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=1} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/light/services/switch/resources/brightness/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=1} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/light/services/switch/resources/brightness/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/light/services/switch/resources/brightness/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.395 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/light/services/switch/resources/brightness/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=51} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=51} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=51} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=51} 17:16:21.445 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:21.446 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=52} parsed false HttpParser{s=END,0 of -1} 17:16:21.446 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=52} 17:16:21.446 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.446 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49dc5eb4[p=0,l=155,c=155,r=155]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>}) 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=155 null 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@38086d3[p=0,l=155,c=155,r=155]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/light/services/switch/resources/brightness/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=53} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 155 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=155},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@bfcf1f1] (null,[p=0,l=155,c=155,r=155],true)@START 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=155} last=true content=HeapByteBuffer@38086d3[p=0,l=155,c=155,r=155]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>} 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 155 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=155},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@bfcf1f1] ([p=0,l=123,c=16384,r=123],[p=0,l=155,c=155,r=155],true)@COMPLETING 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@38086d3[p=0,l=155,c=155,r=155]={<<<{"response":{"name":"brig...ness","statusCode":200}>>>}] 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.447 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 278 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=53/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=53} {"response":{"name":"brightness","type":"int","value":5,"timestamp":1636650981388},"type":"GET_RESPONSE","uri":"/light/switch/brightness","statusCode":200} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=278 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=155},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@bfcf1f1] ([p=123,l=123,c=16384,r=0],[p=155,l=155,c=155,r=0],true)@END 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=20,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=59} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=20,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=59} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@386b78ea) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/light/services/switch/resources/brightness/GET,age=59} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/light/services/switch/resources/brightness/GET written=155 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.453 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.454 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.454 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.454 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:21.454 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.454 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.454 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.461 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.461 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:21.461 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:21.461 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:21.461 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:21.461 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:16:21.461Z 17:16:21.462 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:16:21.462Z 17:16:21.462 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:16:21.462Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:21.462 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:16:21.462Z 17:16:21.462 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.462 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=8/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.462 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:16:21.462Z tryProduce true 17:16:21.468 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.468 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.468 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.468 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.468 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:21.469 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=6} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.475 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=6} Content@33c4d834{HeapByteBufferR@74f94b0a[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@33c4d834{HeapByteBufferR@74f94b0a[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} parsed false HttpParser{s=END,71 of 71} 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@33c4d834{HeapByteBufferR@74f94b0a[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:21.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:21.480 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18e335c5[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:21.480 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:21.480 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@267c8cc8[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:21.480 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=11} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:21.480 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f04fbd3] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:21.480 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@267c8cc8[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f04fbd3] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>0xCz8mzk8...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@267c8cc8[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=15} 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f04fbd3] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=21,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=15} 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:21.484 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=16} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4829bbf5) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=16} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.485 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.492 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STOPPED} added {HttpClientTransportOverHTTP@489543a6{STOPPED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STOPPED} added {Client@6272c96f[provider=null,keyStore=null,trustStore=null],AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@6de30571,POJO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@5ee34b1b,POJO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1015659282]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@48c4245d,POJO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STOPPED} added {QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@3df978b9,POJO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@517ba4b[httpClient=HttpClient@21325036{STOPPED},openSessions.size=0] added {HttpClient@21325036{STOPPED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@517ba4b[httpClient=HttpClient@21325036{STOPPED},openSessions.size=0] added {SessionTracker@7906578e{STOPPED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@8a62297{STOPPED} added {InflaterPool@61a91912{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@8a62297{STOPPED} added {DeflaterPool@1763992e{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@61a9d0b6[httpClient=HttpClient@21325036{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@8a62297{STOPPED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@61a9d0b6[httpClient=HttpClient@21325036{STOPPED},openSessions.size=0] 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@21325036{STOPPED} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STARTING} added {ScheduledExecutorScheduler@659925f4{STOPPED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@4cd1c1dc,POJO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@489543a6{STOPPED} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@489543a6{STARTING} added {ClientSelectorManager@47f08b81{STOPPED},AUTO} 17:16:21.494 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@47f08b81{STOPPED} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.495Z added {SelectorProducer@2787de58,POJO} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.495Z added {QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.495Z created 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@659a2455{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.495Z,MANAGED} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@47f08b81{STARTING} added {ManagedSelector@659a2455{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@659a2455{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.495Z 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=0} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] added {ReservedThreadExecutor@267517e4{s=0/2,p=0},AUTO} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@267517e4{s=0/2,p=0} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4027ms ReservedThreadExecutor@267517e4{s=0/2,p=0} 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-55,5,main] 17:16:21.495 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-56,5,main] 17:16:21.495 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.496 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-57,5,main] 17:16:21.496 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.496 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-58,5,main] 17:16:21.496 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.542 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-59,5,main] 17:16:21.542 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.542 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-60,5,main] 17:16:21.542 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.542 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-61,5,main] 17:16:21.542 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.542 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@556945462-62,5,main] 17:16:21.542 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.542 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4075ms QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.542 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.543 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4075ms EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.543Z 17:16:21.543 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@56ba8773 startThread=0 17:16:21.543 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@56ba8773 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.543 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@6ceb7b5e on ManagedSelector@659a2455{STARTING} id=0 keys=0 selected=0 updates=0 17:16:21.543 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.543Z tryProduce false 17:16:21.543 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.543 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@6ceb7b5e 17:16:21.543 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.543 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 0 keys 17:16:21.543 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4075ms ManagedSelector@659a2455{STARTED} id=0 keys=0 selected=0 updates=0 17:16:21.543 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4075ms ClientSelectorManager@47f08b81{STARTED} 17:16:21.543 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4075ms HttpClientTransportOverHTTP@489543a6{STARTED} 17:16:21.543 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@6272c96f[provider=null,keyStore=null,trustStore=null] 17:16:21.546 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:16:21.546 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:16:21.546 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 7dd00705[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:16:21.547 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4079ms Client@6272c96f[provider=null,keyStore=null,trustStore=null] 17:16:21.547 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@659925f4{STOPPED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4082ms ScheduledExecutorScheduler@659925f4{STARTED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4082ms HttpClient@21325036{STARTED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@7906578e{STOPPED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4082ms SessionTracker@7906578e{STARTED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@8a62297{STOPPED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@61a91912{STOPPED,size=0,capacity=UNLIMITED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4082ms InflaterPool@61a91912{STARTED,size=0,capacity=UNLIMITED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@1763992e{STOPPED,size=0,capacity=UNLIMITED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4082ms DeflaterPool@1763992e{STARTED,size=0,capacity=UNLIMITED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4082ms WebSocketExtensionFactory@8a62297{STARTED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4082ms WebSocketClient@61a9d0b6[httpClient=HttpClient@21325036{STARTED},openSessions.size=0] 17:16:21.550 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf to ws://127.0.0.1:8899/ws/sensinact 17:16:21.550 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:21.550 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:21.550 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:21.550 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:21.550 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf, policy=WebSocketPolicy@d176a31[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@21325036{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=null,MANAGED} 17:16:21.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=null 17:16:21.551 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] added {Pool@6f952d6c[size=0 closed=false],POJO} 17:16:21.551 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:16:21.551 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:21.551 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4083ms DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:21.551 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4083ms HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:21.551 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:21.557 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d] 17:16:21.557 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d for HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=1,pool=DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=1] 17:16:21.557 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=1] 17:16:21.557 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:16:21.557 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:16:21.557 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@6d4a65c6{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:16:21.557 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@aa004a0 startThread=0 17:16:21.557 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@aa004a0 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.557 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:16:21.558 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@189fe29a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40160]] on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:21.558 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@6f67791c{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=1,pool=DuplexConnectionPool@4784013e[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6b58e028, client.connector=HttpClient@21325036{STARTED}}} on ManagedSelector@659a2455{STARTED} id=0 keys=0 selected=0 updates=0 17:16:21.558 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:21.558 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STARTED} id=0 keys=0 selected=0 updates=1 17:16:21.558 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@aa004a0 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/0 selected 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@189fe29a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40160]] 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@6f67791c{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=1,pool=DuplexConnectionPool@4784013e[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6b58e028, client.connector=HttpClient@21325036{STARTED}}} 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@189fe29a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40160]] startThread=0 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.558 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 1/1/1 selected 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 1 keys, 0 updates 17:16:21.558 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@189fe29a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40160]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:21.558 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@2e11baca Connect@6f67791c{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=1,pool=DuplexConnectionPool@4784013e[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6b58e028, client.connector=HttpClient@21325036{STARTED}}} 17:16:21.558 [qtp730923082-19] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:21.559 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40160 remote=/127.0.0.1:8899] 17:16:21.559 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@2a2e3bd0{Connect@6f67791c{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40160 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=1,pool=DuplexConnectionPool@4784013e[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6b58e028, client.connector=HttpClient@21325036{STARTED}}}} startThread=0 17:16:21.559 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@2a2e3bd0{Connect@6f67791c{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40160 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=1,pool=DuplexConnectionPool@4784013e[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6b58e028, client.connector=HttpClient@21325036{STARTED}}}} in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.565 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.559 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.565 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.565 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:21.565 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:16:21.565 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}-> 17:16:21.565 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@2cc79813 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:21.565 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> 17:16:21.565 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@416b3bb5 on ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=0 17:16:21.565 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.565 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.565 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.565 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.565 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.565 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.565 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@644652b3{AC.ReadCB@4554a7c7{HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:21.565 [qtp730923082-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@668a907e{AC.ReadCB@5b4c8fe0{HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.566 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.566 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.572 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:21.572 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 on ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=1 17:16:21.572 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=2 17:16:21.572 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=2 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/1 selected 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 2 updates 17:16:21.572 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=6/60000}{io=0/1,kio=0,kro=0}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@416b3bb5 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@2cc79813 17:16:21.572 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@189fe29a[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40160]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f 17:16:21.572 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@6d4a65c6{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.572 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=6/60000}{io=1/1,kio=1,kro=0}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.572 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@4784013e[c=0/1/64,a=0,i=1,q=1] 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.572 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.572 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@6d4a65c6{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@6f952d6c[size=1 closed=false] 17:16:21.573 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[PENDING/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]} on HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/1/64,a=1,i=0,q=0] 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[PENDING/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]} associated true to HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[PENDING/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: t0Q4ySTfd3UpOtQtxJbwxw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@35a72f21{s=START} 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: t0Q4ySTfd3UpOtQtxJbwxw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@35a72f21{s=COMPLETING} 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@99dd7ef{IDLE}->null [HeapByteBuffer@60084a54[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:16:21.579 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{WRITING}->null:IDLE-->WRITING 17:16:21.580 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:21.580 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:21.580 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1369a8ad SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=14/60000}{io=1/1,kio=1,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=14/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[PENDING/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@35a72f21{s=COMPLETING}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@99dd7ef{WRITING}->null 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{IDLE}->null:WRITING-->IDLE 17:16:21.580 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=14/60000}{io=1/0,kio=1,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@35a72f21{s=END} 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d 17:16:21.580 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=14/60000}{io=1/0,kio=1,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]}, result: null 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d 17:16:21.580 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:16:21.58Z 17:16:21.580 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.586 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:16:21.586Z 17:16:21.587 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@2a2e3bd0{Connect@6f67791c{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40160 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6b58e028, client.connector=HttpClient@21325036{STARTED}}}} in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}] 17:16:21.587 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:16:21.587Z 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:16:21.587Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=21/60000}{io=1/0,kio=1,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:21.587 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:16:21.587Z tryProduce true 17:16:21.587 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.587 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@668a907e{AC.ReadCB@5b4c8fe0{HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=21/60000}{io=1/0,kio=1,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:21.587 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=21/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:21.587 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=21/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:21.587 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: t0Q4ySTfd3UpOtQtxJbwxw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@3123b83a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:21.594 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:21.595 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:21.595 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:21.595 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e, policy=WebSocketPolicy@1b0881c4[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:21.600 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:21.601 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7} 17:16:21.601 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7} 17:16:21.601 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7}] 17:16:21.601 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7}] added {WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7},POJO} 17:16:21.601 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],AUTO} 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=13},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e] 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4140ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e] 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4140ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4140ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:16:21.608 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=START}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=49} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3123b83a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@3123b83a{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=49} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@51b1bbc8) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@ee8069b 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=49} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:21 GMT Connection: Upgrade Sec-WebSocket-Accept: vNfjk2CYryeH3WwjXhXbcn449FQ= Upgrade: WebSocket 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@187235a0[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@3f93b46a] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:21 GMT Connection: Upgrade Sec-WebSocket-Accept: vNfjk2CYryeH3WwjXhXbcn449FQ= Upgrade: WebSocket 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@187235a0[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@3f93b46a] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@63a037ab{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{WRITING}->null:IDLE-->WRITING 17:16:21.643 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 1/1/1 selected 17:16:21.643 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 1 keys, 0 updates 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=W,to=56/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=COMPLETING}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=49} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@63a037ab{WRITING}->null 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{IDLE}->null:WRITING-->IDLE 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@187235a0[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@3f93b46a] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:21.643 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2e11baca SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@51b1bbc8 w=false 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@3123b83a{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3123b83a{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@3123b83a{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:21.643 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=49} 17:16:21.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:16:21.644 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:16:21.644 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=END}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=50} to WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=END}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=50} 17:16:21.644 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@3123b83a{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:21.644 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=0} tryExecute EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.644Z 17:16:21.644 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=1} startReservedThread p=1 17:16:21.644 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@267517e4{s=0/2,p=1}@6f2cb0f1 startThread=0 17:16:21.644 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=END}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=50} upgrading from HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=END}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=50} to WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=END}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=50} 17:16:21.644 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@267517e4{s=0/2,p=1}@6f2cb0f1 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=1}] 17:16:21.644 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:21.644Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=64/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:16:21.650 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=1}@6f2cb0f1 started 17:16:21.650 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@6f2cb0f1 waiting 17:16:21.650 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5b4c8fe0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@655fba0a{s=END}]=>HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=56} 17:16:21.650 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[HANDSHAKING],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.650 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:16:21.650 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:16:21.650 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.650 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:16:21.650 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}] 17:16:21.650 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@640964b1[batching=true] 17:16:21.650 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.650 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENING],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@640964b1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:21.650 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@644652b3{AC.ReadCB@4554a7c7{HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:21.650 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:21.650 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=70/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.657 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@4e48746c{DirectByteBuffer@408f83d5[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@408f83d5[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:21.657 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@408f83d5[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.657 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:21.657 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.657 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:21.657 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:21.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:21.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@4e48746c{DirectByteBuffer@408f83d5[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[null 0 null]@368d45fc[PENDING/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@408f83d5[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:16:21.657 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@1166c400[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@457a6ec8 | +> SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e] - STARTED += ExtensionStack@584b6f53[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:16:21.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.657 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:16:21.664 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.657 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@3123b83a{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:21.664 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:16:21.664 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:16:21.664 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d] 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:16:21.664 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@5ba24e77{s=HttpChannelState@3123b83a{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:21.664 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5b4c8fe0::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@3123b83a{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc Date: Thu, 11 Nov 2021 17:16:21 GMT Connection: Upgrade Sec-WebSocket-Accept: vNfjk2CYryeH3WwjXhXbcn449FQ= Upgrade: WebSocket 17:16:21.664 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d > HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc] null 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:21.664 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:16:21.671 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],AUTO} 17:16:21.671 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:21.671 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:21.677 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf] 17:16:21.677 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4210ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4210ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @4210ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@4e48746c{DirectByteBuffer@408f83d5[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@4554a7c7(l:/127.0.0.1:40160 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@469adfc(exchange=HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]})[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[HANDSHAKING],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@619d76a1[batching=true] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENING],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@619d76a1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.678 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:21.684 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.684 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 on ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=0 17:16:21.684 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=1 17:16:21.684 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:21.684 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/1 selected 17:16:21.684 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:21.684 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.684 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 17:16:21.684 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.684 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@1b289ee[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@44b01f1c | +> SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf] - STARTED += ExtensionStack@4ed37d54[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:21.685 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.685 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:21.685 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@538437ab{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@469adfc(exchange=null)[send=HttpSenderOverHTTP@55add0cc(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@35a72f21{s=START}],recv=HttpReceiverOverHTTP@2d890cb3(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:21.685 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@6d4a65c6{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@4554a7c7::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@6f952d6c[size=0 closed=false] 17:16:21.685 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d > HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d] 17:16:21.685 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5965844d > HttpResponse[HTTP/1.1 101 Switching Protocols]@368d45fc] null 17:16:21.685 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:21.685 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:16:21.685 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:21.685 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}] 17:16:21.685 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@26b6f9ba[p=0,l=30,c=30,r=30]={<<<{"uri":"/sensinact/providers"}>>>} 17:16:21.685 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=30,fin=true,rsv=...,masked=false] 17:16:21.685 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=30,fin=true,rsv=...,masked=false] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=30,fin=true,rsv=...,masked=true], Flusher@2871031c[PROCESSING]) 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=30,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null] to Flusher@3079cdd4[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=30,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=36 cap=32768] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@99dd7ef{IDLE}->null [DirectByteBuffer@2c4e92ca[p=0,l=36,c=32768,r=36]={<<<\x81\x9en\xBb\xFe\xE4\x15\x99\x8b\x96\x07\x99\xC4\xC6A\xC8\x9b\x8a\x1d\xD2\x90\x85\r\xCf\xD1\x94\x1c\xD4\x88\x8d\n\xDe\x8c\x97L\xC6>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:21.691 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{WRITING}->null:IDLE-->WRITING 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 36 SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=13/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=36,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=36 remaining=0 WriteFlusher@99dd7ef{WRITING}->null 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{IDLE}->null:WRITING-->IDLE 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1369a8ad SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=34/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] processing 0 entries: [] 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] auto flushing 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] flushing 0 frames: [] 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=34/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.692 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=34/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:16:21.692Z 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:16:21.692Z 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:16:21.692Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=35/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:21.692 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=35/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:21.692 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:16:21.692Z 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xC9\x08I\x12i{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.698 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:16:21.698Z tryProduce true 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 36 DirectByteBuffer@5ebfbabf[p=0,l=36,c=4096,r=36]={<<<\x81\x9en\xBb\xFe\xE4\x15\x99\x8b\x96\x07\x99\xC4\xC6A\xC8\x9b\x8a\x1d\xD2\x90\x85\r\xCf\xD1\x94\x1c\xD4\x88\x8d\n\xDe\x8c\x97L\xC6>>>ight/serv...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.698 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.698 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 36 bytes - DirectByteBuffer@5ebfbabf[p=0,l=36,c=4096,r=36]={<<<\x81\x9en\xBb\xFe\xE4\x15\x99\x8b\x96\x07\x99\xC4\xC6A\xC8\x9b\x8a\x1d\xD2\x90\x85\r\xCf\xD1\x94\x1c\xD4\x88\x8d\n\xDe\x8c\x97L\xC6>>>ight/serv...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=36,c=4096,r=36]={<<<\x81\x9en\xBb\xFe\xE4\x15\x99\x8b\x96\x07\x99\xC4\xC6A\xC8\x9b\x8a\x1d\xD2\x90\x85\r\xCf\xD1\x94\x1c\xD4\x88\x8d\n\xDe\x8c\x97L\xC6>>>ight/serv...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 36 bytes 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 30 - Parser@6f606ab[ExtensionStack,s=PAYLOAD_LEN,c=0,len=30,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@bbd3d00[p=0,l=30,c=30,r=30]={<<<\x15\x99\x8b\x96\x07\x99\xC4\xC6A\xC8\x9b\x8a\x1d\xD2\x90\x85\r\xCf\xD1\x94\x1c\xD4\x88\x8d\n\xDe\x8c\x97L\xC6>>>} 17:16:21.698 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=PAYLOAD,c=0,len=30,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:21.698 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=30,fin=true,rsv=...,masked=true] 17:16:21.698 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=30,fin=true,rsv=...,masked=true]) 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=30,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@bbd3d00[p=0,l=30,c=30,r=30]={<<<{"uri":"/sensinact/providers"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([30] "{"uri":"/sensinact/providers"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@731f85c7[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=83,fin=true,rsv=...,masked=false] 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=83,fin=true,rsv=...,masked=false] 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=83,fin=true,rsv=...,masked=false], Flusher@766c6e42[PROCESSING]) 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=83,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null] to Flusher@24e4c6b9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.699 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=83,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=85 cap=32768] 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:21.705 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@63a037ab{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=85,c=32768,r=85]={<<<\x81S{"providers":["slider",...":"/","statusCode":200}>>>70},"type...\x00\x00\x00\x00\x00\x00\x00}] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{WRITING}->null:IDLE-->WRITING 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 1/1/1 selected 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 1 keys, 0 updates 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 85 SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=W,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=85,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=85 remaining=0 WriteFlusher@63a037ab{WRITING}->null 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{IDLE}->null:WRITING-->IDLE 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2e11baca SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] processing 0 entries: [] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] auto flushing 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] flushing 0 frames: [] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=36,l=36,c=4096,r=0]={\x81\x9en\xBb\xFe\xE4{"u...iders"}<<<>>>ight/serv...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x9en\xBb\xFe\xE4{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0} tryExecute EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:21.706Z 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]] 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]]}} 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=0}@6f2cb0f1 offer EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:21.706Z 17:16:21.706 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=1} startReservedThread p=1 17:16:21.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]] 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@267517e4{s=0/2,p=1}@7d6dbee4 startThread=0 17:16:21.713 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:21.713 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@267517e4{s=0/2,p=1}@7d6dbee4 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=1}] 17:16:21.713 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:21.713 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=1}@7d6dbee4 started 17:16:21.713 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@7d6dbee4 waiting 17:16:21.713 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:21.713Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:21.713 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=1}@6f2cb0f1 task=EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:21.713Z 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]] 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:21.713 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.713 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:21.713Z tryProduce true 17:16:21.713 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.713 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 85 DirectByteBuffer@5e099c69[p=0,l=85,c=4096,r=85]={<<<\x81S{"providers":["slider",...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.713 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 85 bytes - DirectByteBuffer@5e099c69[p=0,l=85,c=4096,r=85]={<<<\x81S{"providers":["slider",...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.713 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=85,c=4096,r=85]={<<<\x81S{"providers":["slider",...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 85 bytes 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 83 - Parser@74757c38[ExtensionStack,s=PAYLOAD_LEN,c=0,len=83,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@f034fbe[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=83,fin=true,rsv=...,masked=false] 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=83,fin=true,rsv=...,masked=false]) 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=83,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:21.713 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@f034fbe[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:21.714 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([83] "{"providers":["slide...ERS_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"providers":["slider","light"],"type":"PROVIDERS_LIST","uri":"/","statusCode":200} 17:16:21.714 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=85,l=85,c=4096,r=0]={\x81S{"provi...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.714 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.714 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x81S{"provi...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.714 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]] 17:16:21.714 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]]}} 17:16:21.720 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]] 17:16:21.720 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 on ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=0 17:16:21.720 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=1 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/1 selected 17:16:21.720 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@56ba8773 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}] 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]] 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.720 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys {"providers":["slider","light"],"type":"PROVIDERS_LIST","uri":"/","statusCode":200} 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@694c0927[p=0,l=46,c=46,r=46]={<<<{"uri":"/sensinact/providers/slider/services"}>>>} 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=46,fin=true,rsv=...,masked=false] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=46,fin=true,rsv=...,masked=false] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=46,fin=true,rsv=...,masked=true], Flusher@2871031c[PROCESSING]) 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=46,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null] to Flusher@3079cdd4[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=46,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:21.892 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=52 cap=32768] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@99dd7ef{IDLE}->null [DirectByteBuffer@2c4e92ca[p=0,l=52,c=32768,r=52]={<<<\x81\xAe\xC4\x11\x9e\xF5\xBf3\xEb\x87\xAd3\xA4\xD7\xEbb\xFb\x9b\xB7x\xF0\x94\xA7e\xB1...\x9c\xA0t\xEc\x86\xEbb\xF2\x9c\xA0t\xEc\xDa\xB7t\xEc\x83\xAdr\xFb\x86\xE6l>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{WRITING}->null:IDLE-->WRITING 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 52 SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=179/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=52,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=52 remaining=0 WriteFlusher@99dd7ef{WRITING}->null 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{IDLE}->null:WRITING-->IDLE 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=52,terminated=null] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=52,terminated=null] processing 0 entries: [] 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1369a8ad SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=52,terminated=null] auto flushing 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=52,terminated=null] flushing 0 frames: [] 17:16:21.893 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]] 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]]:runFillable:BLOCKING 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:16:21.893Z 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:16:21.893Z 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:16:21.893Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=187/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=187/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=30,f=null]]}} 17:16:21.893 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:16:21.893Z 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x9en\xBb\xFe\xE4{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.893 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 52 DirectByteBuffer@5ebfbabf[p=0,l=52,c=4096,r=52]={<<<\x81\xAe\xC4\x11\x9e\xF5\xBf3\xEb\x87\xAd3\xA4\xD7\xEbb\xFb\x9b\xB7x\xF0\x94\xA7e\xB1...\x9c\xA0t\xEc\x86\xEbb\xF2\x9c\xA0t\xEc\xDa\xB7t\xEc\x83\xAdr\xFb\x86\xE6l>>>itch/reso...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 52 bytes - DirectByteBuffer@5ebfbabf[p=0,l=52,c=4096,r=52]={<<<\x81\xAe\xC4\x11\x9e\xF5\xBf3\xEb\x87\xAd3\xA4\xD7\xEbb\xFb\x9b\xB7x\xF0\x94\xA7e\xB1...\x9c\xA0t\xEc\x86\xEbb\xF2\x9c\xA0t\xEc\xDa\xB7t\xEc\x83\xAdr\xFb\x86\xE6l>>>itch/reso...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.894 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:16:21.893Z tryProduce true 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=52,c=4096,r=52]={<<<\x81\xAe\xC4\x11\x9e\xF5\xBf3\xEb\x87\xAd3\xA4\xD7\xEbb\xFb\x9b\xB7x\xF0\x94\xA7e\xB1...\x9c\xA0t\xEc\x86\xEbb\xF2\x9c\xA0t\xEc\xDa\xB7t\xEc\x83\xAdr\xFb\x86\xE6l>>>itch/reso...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:21.894 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.894 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 52 bytes 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 46 - Parser@6f606ab[ExtensionStack,s=PAYLOAD_LEN,c=0,len=46,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@5a18abed[p=0,l=46,c=46,r=46]={<<<\xBf3\xEb\x87\xAd3\xA4\xD7\xEbb\xFb\x9b\xB7x\xF0\x94\xA7e\xB1\x85\xB6~\xE8\x9c\xA0t\xEc\x86\xEbb\xF2\x9c\xA0t\xEc\xDa\xB7t\xEc\x83\xAdr\xFb\x86\xE6l>>>} 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=46,fin=true,rsv=...,masked=true] 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=46,fin=true,rsv=...,masked=true]) 17:16:21.894 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=TEXT[len=46,fin=true,rsv=...,masked=true]]] 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=46,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:21.894 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5a18abed[p=0,l=46,c=46,r=46]={<<<{"uri":"/sensinact/providers/slider/services"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:21.894 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([46] "{"uri":"/sensinact/providers/slider/services"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5f84a267[p=0,l=87,c=87,r=87]={<<<{"services":["admin","cur...ider","statusCode":200}>>>} 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=87,fin=true,rsv=...,masked=false] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=87,fin=true,rsv=...,masked=false] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=87,fin=true,rsv=...,masked=false], Flusher@766c6e42[PROCESSING]) 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=87,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null] to Flusher@24e4c6b9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=87,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=89 cap=32768] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@63a037ab{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=89,c=32768,r=89]={<<<\x81W{"services":["admin","c...ider","statusCode":200}>>>"type":"G...\x00\x00\x00\x00\x00\x00\x00}] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{WRITING}->null:IDLE-->WRITING 17:16:21.895 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 1/1/1 selected 17:16:21.895 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 1 keys, 0 updates 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 89 SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=89,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=89 remaining=0 WriteFlusher@63a037ab{WRITING}->null 17:16:21.895 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2e11baca SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{IDLE}->null:WRITING-->IDLE 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=89,terminated=null] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=89,terminated=null] processing 0 entries: [] 17:16:21.895 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=89,terminated=null] auto flushing 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=89,terminated=null] flushing 0 frames: [] 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:21.895 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]]:runFillable:BLOCKING 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=52,l=52,c=4096,r=0]={\x81\xAe\xC4\x11\x9e\xF5{"u...vices"}<<<>>>itch/reso...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xAe\xC4\x11\x9e\xF5{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]] 17:16:21.895 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0} tryExecute EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:21.895Z 17:16:21.895 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]]}} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=0}@7d6dbee4 offer EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:21.895Z 17:16:21.896 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]] 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=1} startReservedThread p=1 17:16:21.896 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:21.896 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@267517e4{s=0/2,p=1}@454fa5fa startThread=0 17:16:21.896 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:21.896 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@267517e4{s=0/2,p=1}@454fa5fa in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=1}] 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.896 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=1}@454fa5fa started 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=1}@7d6dbee4 task=EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:21.896Z 17:16:21.896 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@454fa5fa waiting 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]] 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.896 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:21.896Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:21.896Z tryProduce true 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]]}} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=83,f=null]] 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x81S{"provi...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 89 DirectByteBuffer@5e099c69[p=0,l=89,c=4096,r=89]={<<<\x81W{"services":["admin","c...ider","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 89 bytes - DirectByteBuffer@5e099c69[p=0,l=89,c=4096,r=89]={<<<\x81W{"services":["admin","c...ider","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=89,c=4096,r=89]={<<<\x81W{"services":["admin","c...ider","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 89 bytes 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 87 - Parser@74757c38[ExtensionStack,s=PAYLOAD_LEN,c=0,len=87,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@4b885323[p=0,l=87,c=87,r=87]={<<<{"services":["admin","cur...ider","statusCode":200}>>>} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=87,fin=true,rsv=...,masked=false] 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=87,fin=true,rsv=...,masked=false]) 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=87,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@4b885323[p=0,l=87,c=87,r=87]={<<<{"services":["admin","cur...ider","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([87] "{"services":["admin"...ST","uri":"/slider","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"services":["admin","cursor"],"type":"SERVICES_LIST","uri":"/slider","statusCode":200} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=89,l=89,c=4096,r=0]={\x81W{"servi...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x81W{"servi...\x00\x00\x00\x00\x00\x00\x00} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]] 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]]}} 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]] 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 on ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=0 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=1 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:21.896 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=2/2,p=0}@6f2cb0f1 waiting 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/1 selected 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]] 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:21.896 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@78a6469d[p=0,l=63,c=63,r=63]={<<<{"uri":"/sensinact/provid...ices/cursor/resources"}>>>} 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=63,fin=true,rsv=...,masked=false] 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=63,fin=true,rsv=...,masked=false] 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=63,fin=true,rsv=...,masked=true], Flusher@2871031c[PROCESSING]) 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=63,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null] to Flusher@3079cdd4[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=63,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:22.093 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=69 cap=32768] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@99dd7ef{IDLE}->null [DirectByteBuffer@2c4e92ca[p=0,l=69,c=32768,r=69]={<<<\x81\xBfG\xB7\xF6\xE9<\x95\x83\x9b.\x95\xCc\xCbh\xC4\x93\x874\xDe\x98\x88$\xC3\xD9....\xD4\x93\x9ah\xD4\x83\x9b4\xD8\x84\xC65\xD2\x85\x862\xC5\x95\x8c4\x95\x8b>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{WRITING}->null:IDLE-->WRITING 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 69 SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=197/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=69,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=69 remaining=0 WriteFlusher@99dd7ef{WRITING}->null 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{IDLE}->null:WRITING-->IDLE 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1369a8ad SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=69,terminated=null] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=69,terminated=null] processing 0 entries: [] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=69,terminated=null] auto flushing 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=69,terminated=null] flushing 0 frames: [] 17:16:22.094 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]]:runFillable:BLOCKING 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:16:22.094Z 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:16:22.094Z 17:16:22.094 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:16:22.094Z 17:16:22.094 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:16:22.094Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:22.095 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:16:22.094Z tryProduce true 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]]}} 17:16:22.095 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:22.095 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xAe\xC4\x11\x9e\xF5{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:22.095 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=199/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=46,f=null]] 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 69 DirectByteBuffer@5ebfbabf[p=0,l=69,c=4096,r=69]={<<<\x81\xBfG\xB7\xF6\xE9<\x95\x83\x9b.\x95\xCc\xCbh\xC4\x93\x874\xDe\x98\x88$\xC3\xD9....\xD4\x93\x9ah\xD4\x83\x9b4\xD8\x84\xC65\xD2\x85\x862\xC5\x95\x8c4\x95\x8b>>>atus/GET"...\x00\x00\x00\x00\x00\x00\x00} 17:16:22.095 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 69 bytes - DirectByteBuffer@5ebfbabf[p=0,l=69,c=4096,r=69]={<<<\x81\xBfG\xB7\xF6\xE9<\x95\x83\x9b.\x95\xCc\xCbh\xC4\x93\x874\xDe\x98\x88$\xC3\xD9....\xD4\x93\x9ah\xD4\x83\x9b4\xD8\x84\xC65\xD2\x85\x862\xC5\x95\x8c4\x95\x8b>>>atus/GET"...\x00\x00\x00\x00\x00\x00\x00} 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=69,c=4096,r=69]={<<<\x81\xBfG\xB7\xF6\xE9<\x95\x83\x9b.\x95\xCc\xCbh\xC4\x93\x874\xDe\x98\x88$\xC3\xD9....\xD4\x93\x9ah\xD4\x83\x9b4\xD8\x84\xC65\xD2\x85\x862\xC5\x95\x8c4\x95\x8b>>>atus/GET"...\x00\x00\x00\x00\x00\x00\x00}) 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 69 bytes 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 63 - Parser@6f606ab[ExtensionStack,s=PAYLOAD_LEN,c=0,len=63,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@107e3615[p=0,l=63,c=63,r=63]={<<<<\x95\x83\x9b.\x95\xCc\xCbh\xC4\x93\x874\xDe\x98\x88$\xC3\xD9\x995\xD8\x80\x80#....\xD4\x93\x9ah\xD4\x83\x9b4\xD8\x84\xC65\xD2\x85\x862\xC5\x95\x8c4\x95\x8b>>>} 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=63,fin=true,rsv=...,masked=true] 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=63,fin=true,rsv=...,masked=true]) 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=63,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@107e3615[p=0,l=63,c=63,r=63]={<<<{"uri":"/sensinact/provid...ices/cursor/resources"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:22.095 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([63] "{"uri":"/sensinact/p...rs/slider/services/cursor/resources"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@68fca196[p=0,l=90,c=90,r=90]={<<<{"resources":["position"]...rsor","statusCode":200}>>>} 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=90,fin=true,rsv=...,masked=false] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=90,fin=true,rsv=...,masked=false] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=90,fin=true,rsv=...,masked=false], Flusher@766c6e42[PROCESSING]) 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=90,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null] to Flusher@24e4c6b9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=90,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=92 cap=32768] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@63a037ab{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=92,c=32768,r=92]={<<<\x81Z{"resources":["position...rsor","statusCode":200}>>>pe":"GET_...\x00\x00\x00\x00\x00\x00\x00}] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{WRITING}->null:IDLE-->WRITING 17:16:22.097 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 1/1/1 selected 17:16:22.097 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 1 keys, 0 updates 17:16:22.097 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2e11baca SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 92 SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=W,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=92,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=92 remaining=0 WriteFlusher@63a037ab{WRITING}->null 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{IDLE}->null:WRITING-->IDLE 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=92,terminated=null] 17:16:22.097 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=92,terminated=null] processing 0 entries: [] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=92,terminated=null] auto flushing 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=92,terminated=null] flushing 0 frames: [] 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:22.097 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]]:runFillable:BLOCKING 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=69,l=69,c=4096,r=0]={\x81\xBfG\xB7\xF6\xE9{"u...urces"}<<<>>>atus/GET"...\x00\x00\x00\x00\x00\x00\x00}) 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xBfG\xB7\xF6\xE9{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:22.097 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=2/2,p=0} tryExecute EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:22.097Z 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]] 17:16:22.097 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@6f2cb0f1 offer EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:22.097Z 17:16:22.097 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]]}} 17:16:22.098 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]] 17:16:22.098 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:22.098 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:22.097Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:22.098 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@6f2cb0f1 task=EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:22.098Z 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]]}} 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:22.098Z tryProduce true 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x81W{"servi...\x00\x00\x00\x00\x00\x00\x00}) 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]] 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 92 DirectByteBuffer@5e099c69[p=0,l=92,c=4096,r=92]={<<<\x81Z{"resources":["position...rsor","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=87,f=null]] 17:16:22.098 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 92 bytes - DirectByteBuffer@5e099c69[p=0,l=92,c=4096,r=92]={<<<\x81Z{"resources":["position...rsor","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=92,c=4096,r=92]={<<<\x81Z{"resources":["position...rsor","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 92 bytes 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 90 - Parser@74757c38[ExtensionStack,s=PAYLOAD_LEN,c=0,len=90,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@70979c5f[p=0,l=90,c=90,r=90]={<<<{"resources":["position"]...rsor","statusCode":200}>>>} 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=90,fin=true,rsv=...,masked=false] 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=90,fin=true,rsv=...,masked=false]) 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=90,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@70979c5f[p=0,l=90,c=90,r=90]={<<<{"resources":["position"]...rsor","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([90] "{"resources":["posit...i":"/slider/cursor","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"resources":["position"],"type":"RESOURCES_LIST","uri":"/slider/cursor","statusCode":200} 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=92,l=92,c=4096,r=0]={\x81Z{"resou...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x81Z{"resou...\x00\x00\x00\x00\x00\x00\x00} 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]] 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]]}} 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]] 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 on ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=0 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=1 17:16:22.098 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=2/2,p=0}@7d6dbee4 waiting 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/1 selected 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]] 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:22.098 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:22.189 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:22.190 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@58efc376[p=0,l=76,c=76,r=76]={<<<{"uri":"/sensinact/provid...esources/position/GET"}>>>} 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=76,fin=true,rsv=...,masked=false] 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=76,fin=true,rsv=...,masked=false] 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=76,fin=true,rsv=...,masked=true], Flusher@2871031c[PROCESSING]) 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=76,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null] to Flusher@3079cdd4[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=76,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:23.295 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@2871031c[PROCESSING],AUTO,null]] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=82 cap=32768] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@99dd7ef{IDLE}->null [DirectByteBuffer@2c4e92ca[p=0,l=82,c=32768,r=82]={<<<\x81\xCcK\xC9Gf0\xEb2\x14"\xEb}Dd\xBa"\x088\xA0)\x07(\xBdh...\xAc4\t>\xBb$\x038\xE67\t8\xA03\x0f$\xA7h!\x0e\x9de\x1b>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{WRITING}->null:IDLE-->WRITING 17:16:23.296 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 82 SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=1197/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=82,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]] 17:16:23.296 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=82 remaining=0 WriteFlusher@99dd7ef{WRITING}->null 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{IDLE}->null:WRITING-->IDLE 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=82,terminated=null] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=82,terminated=null] processing 0 entries: [] 17:16:23.296 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1369a8ad SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=1198/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=82,terminated=null] auto flushing 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=82,terminated=null] flushing 0 frames: [] 17:16:23.296 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:23.296 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=1198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]] 17:16:23.296 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=1198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]]:runFillable:BLOCKING 17:16:23.296 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:16:23.296Z 17:16:23.296 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:16:23.296Z 17:16:23.297 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:16:23.297Z 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:16:23.296Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=1199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=1199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]]}} 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:23.297 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=18]@2021-11-11T17:16:23.297Z tryProduce true 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:23.297 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.297 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xBfG\xB7\xF6\xE9{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:23.297 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=1199/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=63,f=null]] 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 82 DirectByteBuffer@5ebfbabf[p=0,l=82,c=4096,r=82]={<<<\x81\xCcK\xC9Gf0\xEb2\x14"\xEb}Dd\xBa"\x088\xA0)\x07(\xBdh...\xAc4\t>\xBb$\x038\xE67\t8\xA03\x0f$\xA7h!\x0e\x9de\x1b>>>}meters":...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.297 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 82 bytes - DirectByteBuffer@5ebfbabf[p=0,l=82,c=4096,r=82]={<<<\x81\xCcK\xC9Gf0\xEb2\x14"\xEb}Dd\xBa"\x088\xA0)\x07(\xBdh...\xAc4\t>\xBb$\x038\xE67\t8\xA03\x0f$\xA7h!\x0e\x9de\x1b>>>}meters":...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=82,c=4096,r=82]={<<<\x81\xCcK\xC9Gf0\xEb2\x14"\xEb}Dd\xBa"\x088\xA0)\x07(\xBdh...\xAc4\t>\xBb$\x038\xE67\t8\xA03\x0f$\xA7h!\x0e\x9de\x1b>>>}meters":...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 82 bytes 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 76 - Parser@6f606ab[ExtensionStack,s=PAYLOAD_LEN,c=0,len=76,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@5a864b29[p=0,l=76,c=76,r=76]={<<<0\xEb2\x14"\xEb}Dd\xBa"\x088\xA0)\x07(\xBdh\x169\xA61\x0f/...\xAc4\t>\xBb$\x038\xE67\t8\xA03\x0f$\xA7h!\x0e\x9de\x1b>>>} 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=76,fin=true,rsv=...,masked=true] 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=76,fin=true,rsv=...,masked=true]) 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=76,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5a864b29[p=0,l=76,c=76,r=76]={<<<{"uri":"/sensinact/provid...esources/position/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:23.297 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([76] "{"uri":"/sensinact/p...vices/cursor/resources/position/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@4f578f7d[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=152,fin=true,rsv=...,masked=false] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=152,fin=true,rsv=...,masked=false] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=152,fin=true,rsv=...,masked=false], Flusher@766c6e42[PROCESSING]) 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=152,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null] to Flusher@24e4c6b9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=152,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@766c6e42[PROCESSING],AUTO,null]] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=156 cap=32768] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@63a037ab{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=156,c=32768,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>}0,"uri":...\x00\x00\x00\x00\x00\x00\x00}] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{WRITING}->null:IDLE-->WRITING 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 1/1/1 selected 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 1 keys, 0 updates 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 156 SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=156,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=156 remaining=0 WriteFlusher@63a037ab{WRITING}->null 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2e11baca SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{IDLE}->null:WRITING-->IDLE 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] processing 0 entries: [] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] auto flushing 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] flushing 0 frames: [] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]]:runFillable:BLOCKING 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=82,l=82,c=4096,r=0]={\x81\xCcK\xC9Gf{"u...n/GET"}<<<>>>}meters":...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCcK\xC9Gf{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=2/2,p=0} tryExecute EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:23.298Z 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]]}} 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@7d6dbee4 offer EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:23.298Z 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]] 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:23.298 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:23.298Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.298 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@7d6dbee4 task=EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:23.298Z 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7e9df94f 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]]}} 17:16:23.298 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=true/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:23.298Z tryProduce true 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]] 17:16:23.298 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.298 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.298 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x81Z{"resou...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.298 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=90,f=null]] 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:23.298 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 156 DirectByteBuffer@5e099c69[p=0,l=156,c=4096,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 156 bytes - DirectByteBuffer@5e099c69[p=0,l=156,c=4096,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=0,l=156,c=4096,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 156 bytes 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 152 - Parser@74757c38[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=152,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@4fb7ce8a[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=152,fin=true,rsv=...,masked=false] 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:23.298 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=152,fin=true,rsv=...,masked=false]) 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=152,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@4fb7ce8a[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([152] "{"response":{"name":...er/cursor/position","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"position","type":"int","value":1,"timestamp":1636650982189},"type":"GET_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5a2ccc3[READING] getAction(DirectByteBuffer@5e099c69[p=156,l=156,c=4096,r=0]={\x81~\x00\x98{"res...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5e099c69[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x98{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]]}} 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 on ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=0 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=1 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:23.299 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=2/2,p=0}@6f2cb0f1 waiting 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/1 selected 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@5f56c547 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.299 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 1 keys 17:16:23.395 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:23.395 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:23.395 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1903/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.395 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1903/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.395 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1903/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:23.395 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=18]@2021-11-11T17:16:23.395Z 17:16:23.395 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=18]@2021-11-11T17:16:23.395Z 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=18]@2021-11-11T17:16:23.395Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1903/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:23.396 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=18]@2021-11-11T17:16:23.396Z 17:16:23.396 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:16:23.396Z tryProduce true 17:16:23.396 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.396 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1903/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.396 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1903/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.396 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1903/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:23.396 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} Content@9d3ec02{HeapByteBufferR@3143a17b[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@9d3ec02{HeapByteBufferR@3143a17b[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parsed false HttpParser{s=END,71 of 71} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@9d3ec02{HeapByteBufferR@3143a17b[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:23.397 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:23.398 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f7ab16e[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:23.398 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:23.398 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@695ff17f[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45bbdd56] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@695ff17f[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45bbdd56] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>yeH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@695ff17f[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=3} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45bbdd56] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=22,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=3} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=22,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=3} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@d8131ce) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=22,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=3} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.399 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.400 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.400 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.401 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:23.401 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:23.401 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.401 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.401 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:23.401 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:16:23.401Z 17:16:23.401 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:16:23.401Z 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:16:23.401Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:23.402 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:16:23.402Z 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.402 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:16:23.402Z tryProduce true 17:16:23.402 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.402 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 134 HeapByteBuffer@25c15cdb[p=0,l=134,c=8192,r=134]={<<>>son\r\nUser...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.402 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.402 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} filled 134 HeapByteBuffer@25c15cdb[p=0,l=134,c=8192,r=134]={<<>>son\r\nUser...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=134,c=8192,r=134]={<<>>son\r\nUser...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=134,c=8192,r=134]={<<>>son\r\nUser...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider,age=0} GET //127.0.0.1:8899/sensinact/slider HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider,age=0} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider,age=0} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=0} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/slider on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=0} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.402 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=1} 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=1} 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=1} parsed false HttpParser{s=END,0 of -1} 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=1} 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.403 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b293b9[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>}) 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=120 null 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@61b2a91e[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 120 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5607de36] (null,[p=0,l=120,c=120,r=120],true)@START 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=120} last=true content=HeapByteBuffer@61b2a91e[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 120 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5607de36] ([p=0,l=123,c=16384,r=123],[p=0,l=120,c=120,r=120],true)@COMPLETING 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>yeH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@61b2a91e[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>}] 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 243 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=23,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=2} {"response":{"name":"slider","services":["admin","cursor"]},"type":"DESCRIBE_PROVIDER","uri":"/slider","statusCode":200} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=243 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5607de36] ([p=123,l=123,c=16384,r=0],[p=120,l=120,c=120,r=0],true)@END 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=23,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=2} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=23,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider,age=2} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4bc1298e) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=23,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider,age=2} 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider written=120 17:16:23.404 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@25c15cdb[p=0,l=141,c=8192,r=141]={<<>>er-Agent:...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@25c15cdb[p=0,l=141,c=8192,r=141]={<<>>er-Agent:...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=23,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=141,c=8192,r=141]={<<>>er-Agent:...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=141,c=8192,r=141]={<<>>er-Agent:...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/cursor on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=0} GET //127.0.0.1:8899/sensinact/slider/cursor HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=0} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/cursor HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=0} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=0} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/slider/cursor on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=0} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/cursor @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/cursor @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/cursor -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.405 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=1} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=1} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=1} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=1} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=1} parsed false HttpParser{s=END,0 of -1} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=1} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.406 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c79abe2[p=0,l=157,c=157,r=157]={<<<{"response":{"name":"curs...rsor","statusCode":200}>>>}) 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=157 null 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@248cf2aa[p=0,l=157,c=157,r=157]={<<<{"response":{"name":"curs...rsor","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/cursor on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 157 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=157},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ce5283e] (null,[p=0,l=157,c=157,r=157],true)@START 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=157} last=true content=HeapByteBuffer@248cf2aa[p=0,l=157,c=157,r=157]={<<<{"response":{"name":"curs...rsor","statusCode":200}>>>} 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 157 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=157},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ce5283e] ([p=0,l=123,c=16384,r=123],[p=0,l=157,c=157,r=157],true)@COMPLETING 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>yeH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@248cf2aa[p=0,l=157,c=157,r=157]={<<<{"response":{"name":"curs...rsor","statusCode":200}>>>}] 17:16:23.408 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 280 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=24,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=3} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=280 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=157},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ce5283e] ([p=123,l=123,c=16384,r=0],[p=157,l=157,c=157,r=0],true)@END 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.409 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=24,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=4} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=24,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=4} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@661d5e6) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=24,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor,age=4} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/cursor written=157 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.409 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.409 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.410 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.410 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.410 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:23.410 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:23.410 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:23.410 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:23.410 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.415 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 waiting 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=5/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=5/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:16:23.415Z 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:16:23.415Z 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:16:23.415Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:23.415 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:16:23.415Z 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.415 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:16:23.415Z tryProduce true 17:16:23.415 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.415 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 154 HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.415 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.415 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} filled 154 HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.421 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.421 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=24,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/cursor/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} GET //127.0.0.1:8899/sensinact/slider/cursor/position/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/cursor/position/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/slider/cursor/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/cursor/position/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/cursor/position/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/cursor/position/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.422 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.423 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.428 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.428 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=6} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.428 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=6} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.428 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.428 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.428 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=6} 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3118c95c[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}) 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=152 null 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2ad2e344[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/cursor/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 152 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2ed9a891] (null,[p=0,l=152,c=152,r=152],true)@START 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=152} last=true content=HeapByteBuffer@2ad2e344[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 152 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2ed9a891] ([p=0,l=123,c=16384,r=123],[p=0,l=152,c=152,r=152],true)@COMPLETING 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>yeH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2ad2e344[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}] 17:16:23.429 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.430 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 275 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=25,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} 17:16:23.430 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=275 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.430 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.430 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:23.430 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2ed9a891] ([p=123,l=123,c=16384,r=0],[p=152,l=152,c=152,r=0],true)@END 17:16:23.430 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=25,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=13} 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=25,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=13} 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5972f913) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.435 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=25,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=14} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/cursor/position/GET written=152 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 154 HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=IDLE,uri=null,age=0} filled 154 HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=25,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/cursor/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} GET //127.0.0.1:8899/sensinact/slider/cursor/position/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.436 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.442 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=6} 17:16:23.442 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/cursor/position/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=6} 17:16:23.442 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.442 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=6} 17:16:23.442 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/slider/cursor/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=6} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/cursor/position/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/cursor/position/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/cursor/position/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=7} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.443 [qtp730923082-21] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.444 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13228705[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}) 17:16:23.444 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=152 null 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@705c28d0[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/cursor/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=14} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 152 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3e28fda9] (null,[p=0,l=152,c=152,r=152],true)@START 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=152} last=true content=HeapByteBuffer@705c28d0[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 152 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3e28fda9] ([p=0,l=123,c=16384,r=123],[p=0,l=152,c=152,r=152],true)@COMPLETING 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>yeH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@705c28d0[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}] 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 275 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=26,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=14} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=275 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3e28fda9] ([p=123,l=123,c=16384,r=0],[p=152,l=152,c=152,r=0],true)@END 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=26,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=14} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=26,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=14} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2ca73eed) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=26,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/cursor/position/GET,age=14} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/cursor/position/GET written=152 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.450 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.451 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.456 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.457 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:23.457 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:16:23.457Z 17:16:23.458 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:16:23.458Z 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:16:23.464Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:23.464 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:16:23.464Z 17:16:23.464 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:16:23.464Z tryProduce true 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.464 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.464 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.464 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.464 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=26,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.464 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} Content@77b64873{HeapByteBufferR@346ced8d[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@77b64873{HeapByteBufferR@346ced8d[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:23.471 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.472 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=8} 17:16:23.472 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:23.472 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=8} parsed false HttpParser{s=END,71 of 71} 17:16:23.472 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@77b64873{HeapByteBufferR@346ced8d[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:23.472 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=8} 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49fba4c2[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@c4b985e[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f180cdf] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@c4b985e[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f180cdf] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>yeH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@c4b985e[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.473 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f180cdf] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=27,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=14} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=27,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=14} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@72b7327d) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=27,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=14} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 137 HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>\r\nUser-Ag...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=IDLE,uri=null,age=0} filled 137 HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>\r\nUser-Ag...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=27,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>\r\nUser-Ag...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=137,c=8192,r=137]={<<>>\r\nUser-Ag...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} GET //127.0.0.1:8899/sensinact/providers HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.478 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=7} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.485 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.486 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@667e455d[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>}) 17:16:23.486 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=83 null 17:16:23.491 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@3627b8a4[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.491 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=13} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 83 17:16:23.491 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2946344b] (null,[p=0,l=83,c=83,r=83],true)@START 17:16:23.491 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=83} last=true content=HeapByteBuffer@3627b8a4[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} 17:16:23.491 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 83 17:16:23.491 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2946344b] ([p=0,l=122,c=16384,r=122],[p=0,l=83,c=83,r=83],true)@COMPLETING 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=122,c=16384,r=122]={<<>>\nyeH3WwjX...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3627b8a4[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>}] 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 205 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=28,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=14} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=205 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2946344b] ([p=122,l=122,c=16384,r=0],[p=83,l=83,c=83,r=0],true)@END 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false {"providers":["slider","light"],"type":"PROVIDERS_LIST","uri":"/","statusCode":200} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=28,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=14} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=28,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=14} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@6229cfc4) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=28,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=14} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers written=83 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 153 HeapByteBuffer@25c15cdb[p=0,l=153,c=8192,r=153]={<<>>va/1.8.0_...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=IDLE,uri=null,age=0} filled 153 HeapByteBuffer@25c15cdb[p=0,l=153,c=8192,r=153]={<<>>va/1.8.0_...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.492 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=28,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=153,c=8192,r=153]={<<>>va/1.8.0_...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.496 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@61a9d0b6[httpClient=HttpClient@21325036{STARTED},openSessions.size=1] 17:16:23.498 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=153,c=8192,r=153]={<<>>va/1.8.0_...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.499 [Thread-38] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@61a9d0b6[httpClient=HttpClient@21325036{STARTED},openSessions.size=1] 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.499 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@7906578e{STARTED} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.499 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=200/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]],remote=WebSocketRemoteEndpoint@619d76a1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=0} GET //127.0.0.1:8899/sensinact/providers/slider/services HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.499 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=200/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[OPENED],f=Flusher@3079cdd4[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]],remote=WebSocketRemoteEndpoint@619d76a1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=0} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=0} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=0} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/slider/services on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=0} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.499 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.500 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7be9c471) 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7be9c471,OFF,null] to Flusher@3079cdd4[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7be9c471,OFF,null]] 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7be9c471,OFF,null]] 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@99dd7ef{IDLE}->null [DirectByteBuffer@1a783035[p=0,l=6,c=1024,r=6]={<<<\x88\x8a\xE0=\xA49>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@af03a68[p=0,l=10,c=10,r=10]={<<<\xE3\xD4\xF7Q\x95I\xC0V\x97S>>>}] 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=49/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=43} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{WRITING}->null:IDLE-->WRITING 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=49/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=43} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=43} 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.542 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=43} 17:16:23.542 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=243/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[CLOSING],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@99dd7ef{WRITING}->null 17:16:23.542 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1369a8ad SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=244/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]] 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=50/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=43} parsed false HttpParser{s=END,0 of -1} 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@99dd7ef{IDLE}->null:WRITING-->IDLE 17:16:23.542 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=244/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]] 17:16:23.542 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=50/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=43} 17:16:23.542 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:16:23.549 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=250/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]]:runFillable:BLOCKING 17:16:23.549 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.549 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:16:23.549 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.549 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:16:23.549 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:16:23.549Z 17:16:23.549 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:23.549 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=0}@42a79f82 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:16:23.549Z 17:16:23.549 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1} startReservedThread p=1 17:16:23.549 [Thread-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.549 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@548d708a{s=0/2,p=1}@2b3a8ed3 startThread=0 17:16:23.549 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1}@42a79f82 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:16:23.549Z 17:16:23.549 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@548d708a{s=0/2,p=1}@2b3a8ed3 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}] 17:16:23.549 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=1}@2b3a8ed3 started 17:16:23.549 [Thread-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.549 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 waiting 17:16:23.549 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:16:23.549Z tryProduce true 17:16:23.549 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:16:23.549Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=250/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:23.549 [Thread-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.549 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.549 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.549 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d804e80[p=0,l=87,c=87,r=87]={<<<{"services":["admin","cur...ider","statusCode":200}>>>}) 17:16:23.549 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=87 null 17:16:23.549 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=251/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]] 17:16:23.549 [Thread-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@4b9350c5{l=/127.0.0.1:40160,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.556 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:23.549 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@668a907e{AC.ReadCB@457a6ec8{WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=FI,flush=-,to=251/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[OPENED],f=Flusher@24e4c6b9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=76,f=null]]}} 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@657cc917[p=0,l=87,c=87,r=87]={<<<{"services":["admin","cur...ider","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=57} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 87 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCcK\xC9Gf{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=87},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49077d93] (null,[p=0,l=87,c=87,r=87],true)@START 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xE0=\xA49\xE3\xD4\xF7Q\x95I\xC0V\x97S>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xE0=\xA49\xE3\xD4\xF7Q\x95I\xC0V\x97S>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xE0=\xA49\xE3\xD4\xF7Q\x95I\xC0V\x97S>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=87} last=true content=HeapByteBuffer@657cc917[p=0,l=87,c=87,r=87]={<<<{"services":["admin","cur...ider","statusCode":200}>>>} 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 87 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@6f606ab[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=87},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49077d93] ([p=0,l=122,c=16384,r=122],[p=0,l=87,c=87,r=87],true)@COMPLETING 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@3ab129cc[p=0,l=10,c=10,r=10]={<<<\xE3\xD4\xF7Q\x95I\xC0V\x97S>>>} 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=122,c=16384,r=122]={<<>>\nyeH3WwjX...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@657cc917[p=0,l=87,c=87,r=87]={<<<{"services":["admin","cur...ider","statusCode":200}>>>}] 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:23.556 [Thread-38] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@644652b3{AC.ReadCB@44b01f1c{WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=0.0.0.0/0.0.0.0:40160,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=13/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]]}} 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:16:23.556 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 209 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=64/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=29,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=57} 17:16:23.556 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:16:23.556 [Thread-38] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=0.0.0.0/0.0.0.0:40160,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] onFillInterestedFailed {} {"services":["admin","cursor"],"type":"SERVICES_LIST","uri":"/slider","statusCode":200} 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=209 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.563 [Thread-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@659a2455{STARTED} id=0 keys=1 selected=0 updates=0 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.563 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@438d5e86) 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=87},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49077d93] ([p=122,l=122,c=16384,r=0],[p=87,l=87,c=87,r=0],true)@END 17:16:23.563 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@438d5e86,OFF,null] to Flusher@24e4c6b9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.563 [Thread-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43b4078 startThread=0 17:16:23.563 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.563 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43b4078 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}] 17:16:23.563 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:23.563 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@438d5e86,OFF,null]] 17:16:23.563 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/0 selected 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.563 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 0 updates 17:16:23.563 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.563 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.563 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 0 keys 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=29,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=64} 17:16:23.563 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@4b9350c5{l=0.0.0.0/0.0.0.0:40160,r=null,CLOSED,fill=-,flush=-,to=20/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.563 [Thread-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@4b9350c5{l=0.0.0.0/0.0.0.0:40160,r=null,CLOSED,fill=-,flush=-,to=20/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.563 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@438d5e86,OFF,null]] 17:16:23.563 [Thread-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.563 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=0.0.0.0/0.0.0.0:40160,r=null,CLOSED,fill=-,flush=-,to=21/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:23.563 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:16:23.563 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@63a037ab{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@29fb0050[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:16:23.563 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=29,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=64} 17:16:23.563 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{WRITING}->null:IDLE-->WRITING 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@76827c70) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.570 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.570 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf] 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=29,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services,age=71} 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services written=87 17:16:23.570 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf] 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=W,to=14/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[CLOSING],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@63a037ab{WRITING}->null 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@63a037ab{IDLE}->null:WRITING-->IDLE 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 170 HeapByteBuffer@25c15cdb[p=0,l=170,c=8192,r=170]={<<>>t: 127.0....\x00\x00\x00\x00\x00\x00\x00} 17:16:23.570 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],behavior=CLIENT,connection=WebSocketClientConnection@44b01f1c::SocketChannelEndPoint@4b9350c5{l=0.0.0.0/0.0.0.0:40160,r=null,CLOSED,fill=-,flush=-,to=28/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@44b01f1c[s=ConnectionState@c5466a0[DISCONNECTED],f=Flusher@3079cdd4[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@74757c38[ExtensionStack,s=START,c=0,len=152,f=null]],remote=WebSocketRemoteEndpoint@619d76a1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f14e5bf],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:23.570 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@7906578e{STOPPED} 17:16:23.570 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@8a62297{STARTED} 17:16:23.570 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43b4078 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}] 17:16:23.570 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=IDLE,uri=null,age=0} filled 170 HeapByteBuffer@25c15cdb[p=0,l=170,c=8192,r=170]={<<>>t: 127.0....\x00\x00\x00\x00\x00\x00\x00} 17:16:23.570 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@1763992e{STARTED,size=0,capacity=UNLIMITED} 17:16:23.570 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:23.571 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@1763992e{STOPPED,size=0,capacity=UNLIMITED} 17:16:23.571 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=29,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=170,c=8192,r=170]={<<>>t: 127.0....\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.577 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@61a91912{STARTED,size=0,capacity=UNLIMITED} 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=170,c=8192,r=170]={<<>>t: 127.0....\x00\x00\x00\x00\x00\x00\x00} 17:16:23.577 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@61a91912{STOPPED,size=0,capacity=UNLIMITED} 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.577 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@8a62297{STOPPED} 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.577 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OSHUT,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:23.577 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@21325036{STARTED} 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.577 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,OSHUT,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.577 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@2e7b20ea{l=/127.0.0.1:8899,r=/127.0.0.1:40160,CLOSED,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=0} GET //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.577 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@668a907e{null} 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.577 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:23.577 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ab7a3ea startThread=0 17:16:23.577 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=0} 17:16:23.577 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:23.577 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ab7a3ea in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:23.577 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:16:23.577 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=0} 17:16:23.578 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2e7b20ea{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:23.578 [Thread-38] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:23.584 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.584 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:23.584 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:23.584 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@2e7b20ea{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=13/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:23.584 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=7} 17:16:23.584 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.584 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\xE0=\xA49\x03\xE9Shutdown<<<>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.584 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:23.584 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:23.584 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/slider/services/cursor/resources on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=7} 17:16:23.584 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:16:23.584 [qtp730923082-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=null]] 17:16:23.584 [qtp730923082-23] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:16:23.584 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4965f228[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\xE0=\xA49\x03\xE9Shutdown<<<>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:23.584 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/cursor/resources @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.585 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:16:23.585 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:23.585 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/cursor/resources @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.585 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.585 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.585 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@640964b1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:16:23.585 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:23.585 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/cursor/resources -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.585 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.585 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:23.585 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:23.585 [qtp730923082-23] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@640964b1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:16:23.585 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:23.585 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:23.585 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@3a91d146,queue=0,pool=DuplexConnectionPool@4784013e[c=0/0/64,a=0,i=0,q=0] 17:16:23.586 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e] 17:16:23.586 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.586 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@659925f4{STARTED} 17:16:23.586 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e] 17:16:23.586 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.586 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=9} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.586 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@659925f4{STOPPED} 17:16:23.586 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],behavior=SERVER,connection=WebSocketServerConnection@457a6ec8::SocketChannelEndPoint@2e7b20ea{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=15/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@457a6ec8[s=ConnectionState@2db2299a[DISCONNECTED],f=Flusher@24e4c6b9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@6f606ab[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@640964b1[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@78c70a1e],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:16:23.586 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@6272c96f[provider=null,keyStore=null,trustStore=null] 17:16:23.586 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=9} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@6272c96f[provider=null,keyStore=null,trustStore=null] 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.592 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ab7a3ea in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@489543a6{STARTED} 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=15} 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@47f08b81{STARTED} 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=15} 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@659a2455{STARTED} id=0 keys=0 selected=0 updates=0 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=21/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=15} parsed false HttpParser{s=END,0 of -1} 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@614ee519 on ManagedSelector@659a2455{STOPPING} id=0 keys=0 selected=0 updates=0 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=21/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=15} 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STOPPING} id=0 keys=0 selected=0 updates=1 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/0 selected 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@614ee519 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@659a2455{STOPPING} id=0 keys=0 selected=0 updates=0 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 waiting with 0 keys 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@3fa851c8 on ManagedSelector@659a2455{STOPPING} id=0 keys=0 selected=0 updates=0 17:16:23.592 [Thread-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@659a2455{STOPPING} id=0 keys=0 selected=0 updates=1 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken with none selected 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 woken up from select, 0/0/0 selected 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@20d650a0 processing 0 keys, 1 updates 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.592 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@3fa851c8 17:16:23.592 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@abe8c29[p=0,l=90,c=90,r=90]={<<<{"resources":["position"]...rsor","statusCode":200}>>>}) 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=90 null 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@78279308[p=0,l=90,c=90,r=90]={<<<{"resources":["position"]...rsor","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/cursor/resources on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=22} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 90 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=90},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d231180] (null,[p=0,l=90,c=90,r=90],true)@START 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=90} last=true content=HeapByteBuffer@78279308[p=0,l=90,c=90,r=90]={<<<{"resources":["position"]...rsor","statusCode":200}>>>} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 90 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=90},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d231180] ([p=0,l=122,c=16384,r=122],[p=0,l=90,c=90,r=90],true)@COMPLETING 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=122,c=16384,r=122]={<<>>\nyeH3WwjX...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@78279308[p=0,l=90,c=90,r=90]={<<<{"resources":["position"]...rsor","statusCode":200}>>>}] 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 212 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=28/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=30,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=22} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=212 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=90},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d231180] ([p=122,l=122,c=16384,r=0],[p=90,l=90,c=90,r=0],true)@END 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=30,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=22} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=30,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=22} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5a2ef0f2) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=30,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources,age=22} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/cursor/resources written=90 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.599 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.600 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.600 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 179 HeapByteBuffer@25c15cdb[p=0,l=179,c=8192,r=179]={<<>>0.1:8899\r...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.600 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=IDLE,uri=null,age=0} filled 179 HeapByteBuffer@25c15cdb[p=0,l=179,c=8192,r=179]={<<>>0.1:8899\r...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.600 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.600 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:23.6Z 17:16:23.606 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=2/2,p=0}@7d6dbee4 size 2 > capacity 17:16:23.606 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}] 17:16:23.606 [Thread-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}] 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=30,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=179,c=8192,r=179]={<<>>0.1:8899\r...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.606 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@267517e4{s=2/2,p=0}@7d6dbee4 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@267517e4{s=2/2,p=0}] 17:16:23.606 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@267517e4{s=2/2,p=0} 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=179,c=8192,r=179]={<<>>0.1:8899\r...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:23.606 [Thread-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=1/2,p=0}@6f2cb0f1 offer STOP! 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:23.606 [Thread-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=0}@454fa5fa offer STOP! 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:23.606 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=0/2,p=0}@6f2cb0f1 task=STOP! 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:23.606 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@267517e4{s=-1/2,p=0} 17:16:23.606 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=-1/2,p=0}@6f2cb0f1 Exited 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:23.606 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=-1/2,p=0}@454fa5fa task=STOP! 17:16:23.606 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@267517e4{s=-1/2,p=0}@454fa5fa Exited 17:16:23.606 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@267517e4{s=-1/2,p=0}@6f2cb0f1 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=8<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.606 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@267517e4{s=-1/2,p=0}@454fa5fa in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.606 [Thread-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@556945462-57,5,main] for 14999 17:16:23.606 [WebSocketClient@556945462-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-58,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.606 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.606 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=0} GET //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:23.607 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-61,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-56,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.613 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.613 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.613 [WebSocketClient@556945462-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-55,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.614 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.614 [WebSocketClient@556945462-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-60,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.607 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:23.613 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.613 [WebSocketClient@556945462-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-57,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.614 [WebSocketClient@556945462-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-59,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.613 [WebSocketClient@556945462-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@556945462-62,5,main] exited for QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.614 [Thread-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@556945462-55,5,] for 14992 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=8} 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=8} 17:16:23.614 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=8} 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/slider/services/cursor/resources/position on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=8} 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/cursor/resources/position @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/cursor/resources/position @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:23.614 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@b9dfc5a/SelectorProducer@2787de58/IDLE/p=false/QueuedThreadPool[WebSocketClient@556945462]@3c89bb12{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:23.614Z 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:23.614 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@659a2455{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:23.614 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/cursor/resources/position -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:23.614 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@47f08b81{STOPPED} 17:16:23.640 [qtp730923082-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:23.640 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@489543a6{STOPPED} 17:16:23.640 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@21325036{STOPPED} 17:16:23.640 [Thread-38] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@61a9d0b6[httpClient=HttpClient@21325036{STOPPED},openSessions.size=0] 17:16:23.640 [Thread-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@61a9d0b6[httpClient=HttpClient@21325036{STOPPED},openSessions.size=0] 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=41/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=35} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=41/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=35} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=35} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=35} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=41/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=35} parsed false HttpParser{s=END,0 of -1} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=41/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=35} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:23.641 [qtp730923082-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48daefb6[p=0,l=2335,c=2335,r=2335]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}) 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=2335 null 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@130ccbd7[p=0,l=2335,c=2335,r=2335]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/cursor/resources/position on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=37} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 2335 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=2335},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@577c65ae] (null,[p=0,l=2335,c=2335,r=2335],true)@START 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=2335} last=true content=HeapByteBuffer@130ccbd7[p=0,l=2335,c=2335,r=2335]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:23 GMT Content-Type: application/json;charset=utf-8 Content-Length: 2335 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=2335},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@577c65ae] ([p=0,l=124,c=16384,r=124],[p=0,l=2335,c=2335,r=2335],true)@COMPLETING 17:16:23.643 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=124,c=16384,r=124]={<<>>eH3WwjXhX...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@130ccbd7[p=0,l=2335,c=2335,r=2335]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}] 17:16:23.647 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:23.647 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 2459 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=47/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=31,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=41} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=2459 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=2335},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@577c65ae] ([p=124,l=124,c=16384,r=0],[p=2335,l=2335,c=2335,r=0],true)@END 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:23.648 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=31,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=42} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=31,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=42} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4362a71c) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=31,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position,age=42} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/cursor/resources/position written=2335 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.648 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.648 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:23.655 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:23.655 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.655 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:23.655 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:23.655 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:23.655 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 size 2 > capacity 17:16:23.655 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c379b3 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:23.655 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:24.656 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:24.656 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:24.656 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.656 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.656 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:24.656 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:16:24.656Z 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:16:24.657Z 17:16:24.657 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:16:24.657Z 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:16:24.657Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:24.657 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:16:24.657Z tryProduce true 17:16:24.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:24.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:24.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:24.657 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 183 HeapByteBuffer@25c15cdb[p=0,l=183,c=8192,r=183]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} filled 183 HeapByteBuffer@25c15cdb[p=0,l=183,c=8192,r=183]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=31,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=183,c=8192,r=183]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=183,c=8192,r=183]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:24.657 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} GET //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/slider/services/cursor/resources/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/cursor/resources/position/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/cursor/resources/position/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/cursor/resources/position/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:24.658 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=1} 17:16:24.659 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:24.659 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=2} 17:16:24.659 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:24.659 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=2} parsed false HttpParser{s=END,0 of -1} 17:16:24.659 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=2} 17:16:24.659 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:24.659 [qtp730923082-22] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74fc6ec6[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}) 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=152 null 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@70c3f481[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/cursor/resources/position/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:24 GMT Content-Type: application/json;charset=utf-8 Content-Length: 152 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@35c164fd] (null,[p=0,l=152,c=152,r=152],true)@START 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=152} last=true content=HeapByteBuffer@70c3f481[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:24 GMT Content-Type: application/json;charset=utf-8 Content-Length: 152 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@35c164fd] ([p=0,l=123,c=16384,r=123],[p=0,l=152,c=152,r=152],true)@COMPLETING 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>\neH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@70c3f481[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}] 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 275 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=32,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=3} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=275 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=152},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@35c164fd] ([p=123,l=123,c=16384,r=0],[p=152,l=152,c=152,r=0],true)@END {"response":{"name":"position","type":"int","value":1,"timestamp":1636650983648},"type":"GET_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=32,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=3} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=32,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=3} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@13a3a1a3) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=32,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/GET,age=3} 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/cursor/resources/position/GET written=152 17:16:24.660 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:24.661 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@42a79f82 waiting 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.661 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:16:24.662Z 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:16:24.662Z 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:16:24.662Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:24.662 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:16:24.662Z 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:24.662 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:16:24.662Z tryProduce true 17:16:24.662 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:24.662 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.663 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.663 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=32,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} Content@3367b754{HeapByteBufferR@27394b54[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@3367b754{HeapByteBufferR@27394b54[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed false HttpParser{s=END,71 of 71} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@3367b754{HeapByteBufferR@27394b54[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:24.663 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71be67ac[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@7fedb3d8[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:24 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1263349a] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@7fedb3d8[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:24 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1263349a] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>\neH3WwjXh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7fedb3d8[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1263349a] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:24.664 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=33,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=33,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4dbe0a9b) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=33,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:24.665 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.665 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STOPPED} added {HttpClientTransportOverHTTP@7bde1f3a{STOPPED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STOPPED} added {Client@15923407[provider=null,keyStore=null,trustStore=null],AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@67dba613,POJO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@57540fd0,POJO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1559817679]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@58cec85b,POJO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STOPPED} added {QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@629f066f,POJO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@dcd33ddf[httpClient=HttpClient@40ee0a22{STOPPED},openSessions.size=0] added {HttpClient@40ee0a22{STOPPED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@dcd33ddf[httpClient=HttpClient@40ee0a22{STOPPED},openSessions.size=0] added {SessionTracker@1542af63{STOPPED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@ecfbe91{STOPPED} added {InflaterPool@20ed3303{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@ecfbe91{STOPPED} added {DeflaterPool@3adbe50f{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@1735ba5f[httpClient=HttpClient@40ee0a22{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@ecfbe91{STOPPED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@1735ba5f[httpClient=HttpClient@40ee0a22{STOPPED},openSessions.size=0] 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@40ee0a22{STOPPED} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STARTING} added {ScheduledExecutorScheduler@49aa766b{STOPPED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@963176,POJO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@7bde1f3a{STOPPED} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@7bde1f3a{STARTING} added {ClientSelectorManager@65004ff6{STOPPED},AUTO} 17:16:24.666 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@65004ff6{STOPPED} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.667Z added {SelectorProducer@562c877a,POJO} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.667Z added {QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.667Z created 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@67001148{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.667Z,MANAGED} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@65004ff6{STARTING} added {ManagedSelector@67001148{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@67001148{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.667Z 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=0} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] added {ReservedThreadExecutor@989da1{s=0/2,p=0},AUTO} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@989da1{s=0/2,p=0} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7199ms ReservedThreadExecutor@989da1{s=0/2,p=0} 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-69,5,main] 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-70,5,main] 17:16:24.667 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.667 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-71,5,main] 17:16:24.667 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-72,5,main] 17:16:24.668 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-73,5,main] 17:16:24.668 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-74,5,main] 17:16:24.668 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-75,5,main] 17:16:24.668 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1089341986-76,5,main] 17:16:24.668 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7200ms QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7200ms EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.668Z 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@26dcd8c0 startThread=0 17:16:24.668 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@66e889df on ManagedSelector@67001148{STARTING} id=0 keys=0 selected=0 updates=0 17:16:24.668 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@26dcd8c0 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.668 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.668Z tryProduce false 17:16:24.668 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.668 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@66e889df 17:16:24.668 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.668 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 0 keys 17:16:24.668 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7201ms ManagedSelector@67001148{STARTED} id=0 keys=0 selected=0 updates=0 17:16:24.669 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7201ms ClientSelectorManager@65004ff6{STARTED} 17:16:24.669 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7201ms HttpClientTransportOverHTTP@7bde1f3a{STARTED} 17:16:24.669 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@15923407[provider=null,keyStore=null,trustStore=null] 17:16:24.670 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:16:24.670 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 444548a0[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms Client@15923407[provider=null,keyStore=null,trustStore=null] 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@49aa766b{STOPPED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms ScheduledExecutorScheduler@49aa766b{STARTED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms HttpClient@40ee0a22{STARTED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@1542af63{STOPPED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms SessionTracker@1542af63{STARTED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@ecfbe91{STOPPED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@20ed3303{STOPPED,size=0,capacity=UNLIMITED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms InflaterPool@20ed3303{STARTED,size=0,capacity=UNLIMITED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@3adbe50f{STOPPED,size=0,capacity=UNLIMITED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms DeflaterPool@3adbe50f{STARTED,size=0,capacity=UNLIMITED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms WebSocketExtensionFactory@ecfbe91{STARTED} 17:16:24.673 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7205ms WebSocketClient@1735ba5f[httpClient=HttpClient@40ee0a22{STARTED},openSessions.size=0] 17:16:24.673 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667 to ws://127.0.0.1:8899/ws/sensinact 17:16:24.673 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:24.673 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:24.673 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:24.673 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:24.680 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667, policy=WebSocketPolicy@773c0293[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@40ee0a22{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=null,MANAGED} 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=null 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] added {Pool@3a022576[size=0 closed=false],POJO} 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7212ms DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7212ms HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:24.680 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:24.680 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f] 17:16:24.680 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f for HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=1,pool=DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=1] 17:16:24.680 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=1] 17:16:24.680 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:16:24.680 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:16:24.680 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@3e48e859{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:16:24.680 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@31ddd4a4 startThread=0 17:16:24.680 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@31ddd4a4 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.680 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:16:24.681 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@2a5d2c3[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40162]] on ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:16:24.681 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=1 17:16:24.681 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:24.681 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@716e67fc{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=1,pool=DuplexConnectionPool@3b569985[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7551fd09, client.connector=HttpClient@40ee0a22{STARTED}}} on ManagedSelector@67001148{STARTED} id=0 keys=0 selected=0 updates=0 17:16:24.681 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:16:24.681 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:24.681 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STARTED} id=0 keys=0 selected=0 updates=1 17:16:24.681 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.681 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@31ddd4a4 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.681 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@2a5d2c3[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40162]] 17:16:24.681 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/0 selected 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 1 updates 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.687 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@2a5d2c3[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40162]] startThread=0 17:16:24.687 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.687 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@2a5d2c3[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40162]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:24.687 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@716e67fc{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=1,pool=DuplexConnectionPool@3b569985[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7551fd09, client.connector=HttpClient@40ee0a22{STARTED}}} 17:16:24.687 [qtp730923082-18] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 1/1/1 selected 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 1 keys, 0 updates 17:16:24.687 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:24.687 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@61cf82f2 Connect@716e67fc{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=1,pool=DuplexConnectionPool@3b569985[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7551fd09, client.connector=HttpClient@40ee0a22{STARTED}}} 17:16:24.688 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:16:24.688 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40162 remote=/127.0.0.1:8899] 17:16:24.688 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@36862692 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:24.688 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@65f01a13{Connect@716e67fc{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40162 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=1,pool=DuplexConnectionPool@3b569985[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7551fd09, client.connector=HttpClient@40ee0a22{STARTED}}}} startThread=0 17:16:24.688 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:24.688 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.688 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.688 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:24.688 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@65f01a13{Connect@716e67fc{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40162 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=1,pool=DuplexConnectionPool@3b569985[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7551fd09, client.connector=HttpClient@40ee0a22{STARTED}}}} in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.688 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.688 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:16:24.688 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.688 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> 17:16:24.688 [qtp730923082-18] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4f75a70a{AC.ReadCB@5e2c2192{HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:24.694 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@27df9e21 on ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=0 17:16:24.694 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=5/60000}{io=0/1,kio=0,kro=0}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.694 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:24.694 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=2 17:16:24.694 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@36862692 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 17:16:24.694 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=6/60000}{io=0/1,kio=0,kro=0}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.694 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=6/60000}{io=1/1,kio=1,kro=0}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.694 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@2a5d2c3[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40162]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.694 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:24.694 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.694 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2f2fbf1{AC.ReadCB@23e00e85{HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:24.694 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.694 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 on ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=1 17:16:24.695 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=2 17:16:24.695 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:24.695 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/1 selected 17:16:24.695 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@3e48e859{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.701 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 2 updates 17:16:24.701 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:24.701 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@27df9e21 17:16:24.701 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 17:16:24.701 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@3b569985[c=0/1/64,a=0,i=1,q=1] 17:16:24.701 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.701 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.701 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:24.701 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@3e48e859{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@3a022576[size=1 closed=false] 17:16:24.701 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[PENDING/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]} on HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/1/64,a=1,i=0,q=0] 17:16:24.701 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[PENDING/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]} associated true to HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[PENDING/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: HrwfYbBZuyFkklmyubWZQw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@53754462{s=START} 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: HrwfYbBZuyFkklmyubWZQw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@53754462{s=COMPLETING} 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@693c15cc{IDLE}->null [HeapByteBuffer@6bc85b2[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{WRITING}->null:IDLE-->WRITING 17:16:24.702 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:24.702 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:24.702 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@43e774f SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=14/60000}{io=1/1,kio=1,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.702 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=7/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[PENDING/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@53754462{s=COMPLETING}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.702 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=14/60000}{io=1/0,kio=1,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.708 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@693c15cc{WRITING}->null 17:16:24.708 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{IDLE}->null:WRITING-->IDLE 17:16:24.708 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=20/60000}{io=1/0,kio=1,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:24.708 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@53754462{s=END} 17:16:24.709 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f 17:16:24.709 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f 17:16:24.709 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:16:24.709Z 17:16:24.709 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]}, result: null 17:16:24.709 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f 17:16:24.709 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:16:24.709Z 17:16:24.709 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.709 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:16:24.709Z 17:16:24.709 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:16:24.709Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=20/60000}{io=1/0,kio=1,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:24.709 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:16:24.709Z tryProduce true 17:16:24.709 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:24.709 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.709 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@65f01a13{Connect@716e67fc{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40162 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7551fd09, client.connector=HttpClient@40ee0a22{STARTED}}}} in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}] 17:16:24.709 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=20/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:24.709 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:24.740 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4f75a70a{AC.ReadCB@5e2c2192{HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=20/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=56/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:16:24.745 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:24.746 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: HrwfYbBZuyFkklmyubWZQw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:24.746 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:24.746 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:16:24.746 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@7834c3af{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7} 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7} 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:24.752 [qtp730923082-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2, policy=WebSocketPolicy@5b4e8615[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8} 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8} 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] added {WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},POJO} 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],AUTO} 17:16:24.753 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2] 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7291ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2] 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7291ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14}] 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7292ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:16:24.759 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=START}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=14} 17:16:24.760 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=21} 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@7834c3af{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@7834c3af{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=21} 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@51a0a2e5) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@7ef1e8ea 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=21} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:24 GMT Connection: Upgrade Sec-WebSocket-Accept: pDxQAjIsLwPduqb+Shf5+XYFALs= Upgrade: WebSocket 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@3ab91dee[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@5e4d4e27] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:24 GMT Connection: Upgrade Sec-WebSocket-Accept: pDxQAjIsLwPduqb+Shf5+XYFALs= Upgrade: WebSocket 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:24.766 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@3ab91dee[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@5e4d4e27] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a2e6881{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{WRITING}->null:IDLE-->WRITING 17:16:24.767 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 1/1/1 selected 17:16:24.767 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 1 keys, 0 updates 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=W,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=COMPLETING}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@a2e6881{WRITING}->null 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{IDLE}->null:WRITING-->IDLE 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@3ab91dee[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@5e4d4e27] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:24.767 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61cf82f2 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=58/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@51a0a2e5 w=false 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@7834c3af{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@7834c3af{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@7834c3af{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:24.767 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=58/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:16:24.767 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=58/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:16:24.767 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=END}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=22} to WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=END}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:16:24.773 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@7834c3af{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:24.773 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=0} tryExecute EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.773Z 17:16:24.773 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=1} startReservedThread p=1 17:16:24.773 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@989da1{s=0/2,p=1}@20f288c9 startThread=0 17:16:24.773 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=END}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=28} upgrading from HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=END}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=28} to WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=END}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=28} 17:16:24.773 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@989da1{s=0/2,p=1}@20f288c9 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=1}] 17:16:24.773 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=1}@20f288c9 started 17:16:24.773 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0}@20f288c9 waiting 17:16:24.773 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@5e2c2192[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1102373e{s=END}]=>HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=28} 17:16:24.773 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:24.773Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=65/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:16:24.773 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[HANDSHAKING],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.773 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:16:24.773 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:16:24.774 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@44560549[batching=true] 17:16:24.774 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=65/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:16:24.774 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:24.774 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENING],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@44560549[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:24.774 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=65/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}] 17:16:24.774 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.780 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:24.780 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.780 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2f2fbf1{AC.ReadCB@23e00e85{HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=71/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:24.780 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=71/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.781 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@437dbe7f{DirectByteBuffer@4dba4860[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:16:24.781 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@4dba4860[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:16:24.781 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@4dba4860[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.781 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:24.781 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@437dbe7f{DirectByteBuffer@4dba4860[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[null 0 null]@1304d950[PENDING/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@4dba4860[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:16:24.781 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:16:24.781 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@70b2844a[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@2c3d063c | +> SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2] - STARTED += ExtensionStack@74b31f82[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f] 17:16:24.781 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@7834c3af{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:16:24.781 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:16:24.781 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:16:24.788 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:16:24.788 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@805f4c8{s=HttpChannelState@7834c3af{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:16:24.788 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5e2c2192::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@7834c3af{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:24.788 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@42a79f82 waiting 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950 Date: Thu, 11 Nov 2021 17:16:24 GMT Connection: Upgrade Sec-WebSocket-Accept: pDxQAjIsLwPduqb+Shf5+XYFALs= Upgrade: WebSocket 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f > HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950] null 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950 17:16:24.788 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:24.789 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:16:24.795 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],AUTO} 17:16:24.795 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:24.801 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:24.802 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667] 17:16:24.802 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7334ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667] 17:16:24.803 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7334ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:24.803 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:24.803 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:16:24.803 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:24.803 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @7335ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:24.803 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.803 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@437dbe7f{DirectByteBuffer@4dba4860[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@23e00e85(l:/127.0.0.1:40162 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@62dd04be(exchange=HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]})[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[HANDSHAKING],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@6ca8bd14[batching=true] 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENING],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@6ca8bd14[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 on ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=0 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=1 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/1 selected 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 1 updates 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@c87425b[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@4985d50f | +> SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667] - STARTED += ExtensionStack@72cec378[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.809 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:24.809 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@1cbe4152{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@62dd04be(exchange=null)[send=HttpSenderOverHTTP@7042e8c9(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@53754462{s=START}],recv=HttpReceiverOverHTTP@800f6bb(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:24.810 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@3e48e859{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@23e00e85::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@3a022576[size=0 closed=false] 17:16:24.810 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f > HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f] 17:16:24.810 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2dbd803f > HttpResponse[HTTP/1.1 101 Switching Protocols]@1304d950] null 17:16:24.810 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:24.810 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:16:24.810 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}] 17:16:24.840 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:24.840 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@51bffe6d[p=0,l=27,c=27,r=27]={<<<{"uri":"/sensinact/slider"}>>>} 17:16:24.840 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=27,fin=true,rsv=...,masked=false] 17:16:24.840 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=27,fin=true,rsv=...,masked=false] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=27,fin=true,rsv=...,masked=true], Flusher@5f781a2a[PROCESSING]) 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=27,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null] to Flusher@3d412e8e[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=27,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null]] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null]] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:24.846 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=33 cap=32768] 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@693c15cc{IDLE}->null [DirectByteBuffer@5b47951d[p=0,l=33,c=32768,r=33]={<<<\x81\x9b6\x0e\xC1\xD8M,\xB4\xAa_,\xFb\xFa\x19}\xA4\xB6Eg\xAf\xB9Uz\xEe\xAbZg\xA5\xBdD,\xBc>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{WRITING}->null:IDLE-->WRITING 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 33 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=37/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=33,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=33 remaining=0 WriteFlusher@693c15cc{WRITING}->null 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{IDLE}->null:WRITING-->IDLE 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=33,terminated=null] 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=33,terminated=null] processing 0 entries: [] 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=33,terminated=null] auto flushing 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=33,terminated=null] flushing 0 frames: [] 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@43e774f SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=66/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.847 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=66/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=66/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:16:24.847Z 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:16:24.847Z 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:16:24.847Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=66/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:24.847 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:16:24.847Z 17:16:24.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=66/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:24.847 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:16:24.847Z tryProduce true 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:24.854 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:24.854 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x88\x8a\xE0=\xA49\x03\xE9S...\x00\x00\x00\x00\x00\x00\x00}) 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:24.854 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.854 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 33 DirectByteBuffer@5ebfbabf[p=0,l=33,c=4096,r=33]={<<<\x81\x9b6\x0e\xC1\xD8M,\xB4\xAa_,\xFb\xFa\x19}\xA4\xB6Eg\xAf\xB9Uz\xEe\xAbZg\xA5\xBdD,\xBc>>>s/slider/...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 33 bytes - DirectByteBuffer@5ebfbabf[p=0,l=33,c=4096,r=33]={<<<\x81\x9b6\x0e\xC1\xD8M,\xB4\xAa_,\xFb\xFa\x19}\xA4\xB6Eg\xAf\xB9Uz\xEe\xAbZg\xA5\xBdD,\xBc>>>s/slider/...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=33,c=4096,r=33]={<<<\x81\x9b6\x0e\xC1\xD8M,\xB4\xAa_,\xFb\xFa\x19}\xA4\xB6Eg\xAf\xB9Uz\xEe\xAbZg\xA5\xBdD,\xBc>>>s/slider/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 33 bytes 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 27 - Parser@3d451800[ExtensionStack,s=PAYLOAD_LEN,c=0,len=27,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@5d5e8ecb[p=0,l=27,c=27,r=27]={<<>>} 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=27,fin=true,rsv=...,masked=true] 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=27,fin=true,rsv=...,masked=true]) 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=27,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5d5e8ecb[p=0,l=27,c=27,r=27]={<<<{"uri":"/sensinact/slider"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:24.854 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([27] "{"uri":"/sensinact/slider"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@6b458495[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=120,fin=true,rsv=...,masked=false] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=120,fin=true,rsv=...,masked=false] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=120,fin=true,rsv=...,masked=false], Flusher@58f535c5[PROCESSING]) 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=120,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null] to Flusher@9cd5368[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=120,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null]] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null]] 17:16:24.855 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:24.861 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:24.861 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:24.861 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:24.861 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=122 cap=32768] 17:16:24.861 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:24.861 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a2e6881{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=122,c=32768,r=122]={<<<\x81x{"response":{"name":"sl...ider","statusCode":200}>>>cursor/po...\x00\x00\x00\x00\x00\x00\x00}] 17:16:24.861 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{WRITING}->null:IDLE-->WRITING 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 1/1/1 selected 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 122 SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=W,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=122,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 1 keys, 0 updates 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=122 remaining=0 WriteFlusher@a2e6881{WRITING}->null 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{IDLE}->null:WRITING-->IDLE 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=122,terminated=null] 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=122,terminated=null] processing 0 entries: [] 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=122,terminated=null] auto flushing 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=122,terminated=null] flushing 0 frames: [] 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61cf82f2 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=15/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=33,l=33,c=4096,r=0]={\x81\x9b6\x0e\xC1\xD8{"u...lider"}<<<>>>s/slider/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=15/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x9b6\x0e\xC1\xD8{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]] 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0} tryExecute EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:24.862Z 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]]}} 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=0}@20f288c9 offer EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:24.862Z 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]] 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=1} startReservedThread p=1 17:16:24.862 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:24.862 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@989da1{s=0/2,p=1}@c5d76dd startThread=0 17:16:24.862 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@989da1{s=0/2,p=1}@c5d76dd in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=1}] 17:16:24.868 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:24.868 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=1}@c5d76dd started 17:16:24.868 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:24.868 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0}@c5d76dd waiting 17:16:24.868 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:24.868 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:24.868 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:24.868 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=1}@20f288c9 task=EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:24.868Z 17:16:24.868 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.868 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 17:16:24.869 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]] 17:16:24.869 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:24.869Z tryProduce true 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:24.868Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:24.869 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:24.869 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.869 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.869 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=0/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:24.869 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:24.869 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 122 DirectByteBuffer@1118adb6[p=0,l=122,c=4096,r=122]={<<<\x81x{"response":{"name":"sl...ider","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 122 bytes - DirectByteBuffer@1118adb6[p=0,l=122,c=4096,r=122]={<<<\x81x{"response":{"name":"sl...ider","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=0,l=122,c=4096,r=122]={<<<\x81x{"response":{"name":"sl...ider","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 122 bytes 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 120 - Parser@5a8ba984[ExtensionStack,s=PAYLOAD_LEN,c=0,len=120,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@40dd7786[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=120,fin=true,rsv=...,masked=false] 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=120,fin=true,rsv=...,masked=false]) 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=120,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@40dd7786[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([120] "{"response":{"name":...ER","uri":"/slider","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"slider","services":["admin","cursor"]},"type":"DESCRIBE_PROVIDER","uri":"/slider","statusCode":200} 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=122,l=122,c=4096,r=0]={\x81x{"respo...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@1118adb6[p=0,l=0,c=4096,r=0]={<<<>>>\x81x{"respo...\x00\x00\x00\x00\x00\x00\x00} 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]] 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]]}} 17:16:24.869 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]] 17:16:24.876 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 on ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=0 17:16:24.876 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=1 17:16:24.876 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@26dcd8c0 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}] 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/1 selected 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 1 updates 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]] 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:24.876 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@1e451011[p=0,l=34,c=34,r=34]={<<<{"uri":"/sensinact/slider/cursor"}>>>} 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=34,fin=true,rsv=...,masked=false] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=34,fin=true,rsv=...,masked=false] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=34,fin=true,rsv=...,masked=true], Flusher@5f781a2a[PROCESSING]) 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=34,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null] to Flusher@3d412e8e[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=34,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null]] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null]] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=40 cap=32768] 17:16:25.047 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@693c15cc{IDLE}->null [DirectByteBuffer@5b47951d[p=0,l=40,c=32768,r=40]={<<<\x81\xA2\xFe\xA8\x1a3\x85\x8aoA\x97\x8a \x11\xD1\xDb\x7f]\x8d\xC1tR\x9d\xDc5@\x92\xC1~V\x8c\x87yF\x8c\xDbuA\xDc\xD5>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{WRITING}->null:IDLE-->WRITING 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 40 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=178/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=40,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]] 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=40 remaining=0 WriteFlusher@693c15cc{WRITING}->null 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{IDLE}->null:WRITING-->IDLE 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=40,terminated=null] 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=40,terminated=null] processing 0 entries: [] 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=40,terminated=null] auto flushing 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=40,terminated=null] flushing 0 frames: [] 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@43e774f SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=185/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]] 17:16:25.048 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]] 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]]:runFillable:BLOCKING 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:16:25.048Z 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:16:25.048Z 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:16:25.048Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:25.048 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:16:25.048Z 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=186/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]]}} 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:25.048 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:16:25.048Z tryProduce true 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:25.048 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:25.048 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x9b6\x0e\xC1\xD8{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:25.048 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=186/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=27,f=null]] 17:16:25.048 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 40 DirectByteBuffer@5ebfbabf[p=0,l=40,c=4096,r=40]={<<<\x81\xA2\xFe\xA8\x1a3\x85\x8aoA\x97\x8a \x11\xD1\xDb\x7f]\x8d\xC1tR\x9d\xDc5@\x92\xC1~V\x8c\x87yF\x8c\xDbuA\xDc\xD5>>>r/service...\x00\x00\x00\x00\x00\x00\x00} 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 40 bytes - DirectByteBuffer@5ebfbabf[p=0,l=40,c=4096,r=40]={<<<\x81\xA2\xFe\xA8\x1a3\x85\x8aoA\x97\x8a \x11\xD1\xDb\x7f]\x8d\xC1tR\x9d\xDc5@\x92\xC1~V\x8c\x87yF\x8c\xDbuA\xDc\xD5>>>r/service...\x00\x00\x00\x00\x00\x00\x00} 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=40,c=4096,r=40]={<<<\x81\xA2\xFe\xA8\x1a3\x85\x8aoA\x97\x8a \x11\xD1\xDb\x7f]\x8d\xC1tR\x9d\xDc5@\x92\xC1~V\x8c\x87yF\x8c\xDbuA\xDc\xD5>>>r/service...\x00\x00\x00\x00\x00\x00\x00}) 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 40 bytes 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 34 - Parser@3d451800[ExtensionStack,s=PAYLOAD_LEN,c=0,len=34,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:25.048 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@1786446f[p=0,l=34,c=34,r=34]={<<<\x85\x8aoA\x97\x8a \x11\xD1\xDb\x7f]\x8d\xC1tR\x9d\xDc5@\x92\xC1~V\x8c\x87yF\x8c\xDbuA\xDc\xD5>>>} 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=34,fin=true,rsv=...,masked=true] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=34,fin=true,rsv=...,masked=true]) 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=34,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@1786446f[p=0,l=34,c=34,r=34]={<<<{"uri":"/sensinact/slider/cursor"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([34] "{"uri":"/sensinact/slider/cursor"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@769efad1[p=0,l=157,c=157,r=157]={<<<{"response":{"name":"curs...rsor","statusCode":200}>>>} 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=157,fin=true,rsv=...,masked=false] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=157,fin=true,rsv=...,masked=false] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=157,fin=true,rsv=...,masked=false], Flusher@58f535c5[PROCESSING]) 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=157,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null] to Flusher@9cd5368[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=157,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null]] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null]] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=161 cap=32768] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a2e6881{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=161,c=32768,r=161]={<<<\x81~\x00\x9d{"response":{"name":"...rsor","statusCode":200}>>>ri":"/lig...\x00\x00\x00\x00\x00\x00\x00}] 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{WRITING}->null:IDLE-->WRITING 17:16:25.049 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 1/1/1 selected 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 161 SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=161,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:25.049 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 1 keys, 0 updates 17:16:25.049 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=161 remaining=0 WriteFlusher@a2e6881{WRITING}->null 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{IDLE}->null:WRITING-->IDLE 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61cf82f2 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]] 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=161,terminated=null] 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=161,terminated=null] processing 0 entries: [] 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=161,terminated=null] auto flushing 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=161,terminated=null] flushing 0 frames: [] 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]] 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=40,l=40,c=4096,r=0]={\x81\xA2\xFe\xA8\x1a3{"u...ursor"}<<<>>>r/service...\x00\x00\x00\x00\x00\x00\x00}) 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]]:runFillable:BLOCKING 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xA2\xFe\xA8\x1a3{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]] 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]]}} 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]] 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0} tryExecute EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:25.05Z 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:25.050 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@42a79f82 waiting 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=0}@c5d76dd offer EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:25.05Z 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]] 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=1} startReservedThread p=1 17:16:25.050 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@989da1{s=0/2,p=1}@105ca16e startThread=0 17:16:25.050 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@989da1{s=0/2,p=1}@105ca16e in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=1}] 17:16:25.050 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=1}@105ca16e started 17:16:25.050 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0}@105ca16e waiting 17:16:25.050 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=1}@c5d76dd task=EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:25.05Z 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:25.05Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:25.050 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:25.05Z tryProduce true 17:16:25.050 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:25.050 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]]}} 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:25.050 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=120,f=null]] 17:16:25.050 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=0,l=0,c=4096,r=0]={<<<>>>\x81x{"respo...\x00\x00\x00\x00\x00\x00\x00}) 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 161 DirectByteBuffer@1118adb6[p=0,l=161,c=4096,r=161]={<<<\x81~\x00\x9d{"response":{"name":"...rsor","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 161 bytes - DirectByteBuffer@1118adb6[p=0,l=161,c=4096,r=161]={<<<\x81~\x00\x9d{"response":{"name":"...rsor","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:25.050 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=0,l=161,c=4096,r=161]={<<<\x81~\x00\x9d{"response":{"name":"...rsor","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 161 bytes 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 157 - Parser@5a8ba984[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=157,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@1e9b4d15[p=0,l=157,c=157,r=157]={<<<{"response":{"name":"curs...rsor","statusCode":200}>>>} 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=157,fin=true,rsv=...,masked=false] 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=157,fin=true,rsv=...,masked=false]) 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=157,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@1e9b4d15[p=0,l=157,c=157,r=157]={<<<{"response":{"name":"curs...rsor","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([157] "{"response":{"name":...i":"/slider/cursor","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"cursor","resources":[{"name":"position","type":"SENSOR","rws":"RO"}]},"type":"DESCRIBE_SERVICE","uri":"/slider/cursor","statusCode":200} 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=161,l=161,c=4096,r=0]={\x81~\x00\x9d{"res...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@1118adb6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x9d{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]] 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]]}} 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]] 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 on ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=0 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=1 17:16:25.051 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=2/2,p=0}@20f288c9 waiting 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/1 selected 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 1 updates 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]] 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:25.051 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:25.140 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:25.141 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:26.249 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:26.249 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@3027c922[p=0,l=47,c=47,r=47]={<<<{"uri":"/sensinact/slider/cursor/position/GET"}>>>} 17:16:26.249 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=47,fin=true,rsv=...,masked=false] 17:16:26.249 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=47,fin=true,rsv=...,masked=false] 17:16:26.249 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=47,fin=true,rsv=...,masked=true], Flusher@5f781a2a[PROCESSING]) 17:16:26.249 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=47,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null] to Flusher@3d412e8e[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=47,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null]] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@5f781a2a[PROCESSING],AUTO,null]] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=53 cap=32768] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@693c15cc{IDLE}->null [DirectByteBuffer@5b47951d[p=0,l=53,c=32768,r=53]={<<<\x81\xAf\xEd:\xF3\xD0\x96\x18\x86\xA2\x84\x18\xC9\xF2\xC2I\x96\xBe\x9eS\x9d\xB1\x8eN\xDc...\x9f\x15\x90\xA5\x9fI\x9c\xA2\xC2J\x9c\xA3\x84N\x9a\xBf\x83\x15\xB4\x95\xB9\x18\x8e>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{WRITING}->null:IDLE-->WRITING 17:16:26.250 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:26.250 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 53 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=1199/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=53 remaining=0 WriteFlusher@693c15cc{WRITING}->null 17:16:26.250 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@43e774f SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=1200/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{IDLE}->null:WRITING-->IDLE 17:16:26.250 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=1200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] processing 0 entries: [] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] auto flushing 17:16:26.250 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=1200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]]:runFillable:BLOCKING 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] flushing 0 frames: [] 17:16:26.250 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:26.250 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:16:26.25Z 17:16:26.250 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:16:26.25Z 17:16:26.251 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:16:26.251Z 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:16:26.25Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=1200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:26.251 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:16:26.251Z tryProduce true 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=1200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]]}} 17:16:26.251 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:26.251 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xA2\xFe\xA8\x1a3{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.251 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=1200/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=34,f=null]] 17:16:26.251 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 53 DirectByteBuffer@5ebfbabf[p=0,l=53,c=4096,r=53]={<<<\x81\xAf\xEd:\xF3\xD0\x96\x18\x86\xA2\x84\x18\xC9\xF2\xC2I\x96\xBe\x9eS\x9d\xB1\x8eN\xDc...\x9f\x15\x90\xA5\x9fI\x9c\xA2\xC2J\x9c\xA3\x84N\x9a\xBf\x83\x15\xB4\x95\xB9\x18\x8e>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 53 bytes - DirectByteBuffer@5ebfbabf[p=0,l=53,c=4096,r=53]={<<<\x81\xAf\xEd:\xF3\xD0\x96\x18\x86\xA2\x84\x18\xC9\xF2\xC2I\x96\xBe\x9eS\x9d\xB1\x8eN\xDc...\x9f\x15\x90\xA5\x9fI\x9c\xA2\xC2J\x9c\xA3\x84N\x9a\xBf\x83\x15\xB4\x95\xB9\x18\x8e>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=53,c=4096,r=53]={<<<\x81\xAf\xEd:\xF3\xD0\x96\x18\x86\xA2\x84\x18\xC9\xF2\xC2I\x96\xBe\x9eS\x9d\xB1\x8eN\xDc...\x9f\x15\x90\xA5\x9fI\x9c\xA2\xC2J\x9c\xA3\x84N\x9a\xBf\x83\x15\xB4\x95\xB9\x18\x8e>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 53 bytes 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 47 - Parser@3d451800[ExtensionStack,s=PAYLOAD_LEN,c=0,len=47,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@7174d0c6[p=0,l=47,c=47,r=47]={<<<\x96\x18\x86\xA2\x84\x18\xC9\xF2\xC2I\x96\xBe\x9eS\x9d\xB1\x8eN\xDc\xA3\x81S\x97\xB5\x9f\x15\x90\xA5\x9fI\x9c\xA2\xC2J\x9c\xA3\x84N\x9a\xBf\x83\x15\xB4\x95\xB9\x18\x8e>>>} 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=47,fin=true,rsv=...,masked=true] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=47,fin=true,rsv=...,masked=true]) 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=47,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7174d0c6[p=0,l=47,c=47,r=47]={<<<{"uri":"/sensinact/slider/cursor/position/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([47] "{"uri":"/sensinact/slider/cursor/position/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@7533e15b[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=152,fin=true,rsv=...,masked=false] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=152,fin=true,rsv=...,masked=false] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=152,fin=true,rsv=...,masked=false], Flusher@58f535c5[PROCESSING]) 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=152,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null] to Flusher@9cd5368[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=152,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null]] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@58f535c5[PROCESSING],AUTO,null]] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=156 cap=32768] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a2e6881{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=156,c=32768,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>:200}ri":...\x00\x00\x00\x00\x00\x00\x00}] 17:16:26.251 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{WRITING}->null:IDLE-->WRITING 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 1/1/1 selected 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 156 SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=W,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=156,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 1 keys, 0 updates 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=156 remaining=0 WriteFlusher@a2e6881{WRITING}->null 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{IDLE}->null:WRITING-->IDLE 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61cf82f2 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]] 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] processing 0 entries: [] 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] auto flushing 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=156,terminated=null] flushing 0 frames: [] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]] 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=53,l=53,c=4096,r=0]={\x81\xAf\xEd:\xF3\xD0{"u...n/GET"}<<<>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]]:runFillable:BLOCKING 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xAf\xEd:\xF3\xD0{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=2/2,p=0} tryExecute EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:26.252Z 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]]}} 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0}@20f288c9 offer EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:26.252Z 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.252 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@70ea3fc7 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:26.252Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=157,f=null]]}} 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:26.252 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0}@20f288c9 task=EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:26.252Z 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x9d{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.252 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 156 DirectByteBuffer@1118adb6[p=0,l=156,c=4096,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>:200}\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 156 bytes - DirectByteBuffer@1118adb6[p=0,l=156,c=4096,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>:200}\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.252 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=true/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:26.252Z tryProduce true 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=0,l=156,c=4096,r=156]={<<<\x81~\x00\x98{"response":{"name":"...tion","statusCode":200}>>>:200}\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.252 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.252 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 156 bytes 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 152 - Parser@5a8ba984[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=152,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@66d24a31[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>} 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=152,fin=true,rsv=...,masked=false] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.252 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=TEXT[len=152,fin=true,rsv=...,masked=false]]] 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=152,fin=true,rsv=...,masked=false]) 17:16:26.252 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=152,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@66d24a31[p=0,l=152,c=152,r=152]={<<<{"response":{"name":"posi...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([152] "{"response":{"name":...er/cursor/position","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"position","type":"int","value":1,"timestamp":1636650985140},"type":"GET_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@745d0d04[READING] getAction(DirectByteBuffer@1118adb6[p=156,l=156,c=4096,r=0]={\x81~\x00\x98{"res...e":200}<<<>>>:200}\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.252 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@1118adb6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x98{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.253 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.253 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]]}} 17:16:26.253 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.253 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 on ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=0 17:16:26.253 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=1 17:16:26.253 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=2/2,p=0}@c5d76dd waiting 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/1 selected 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 1 updates 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@65115fc6 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.253 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 1 keys 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1678/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1679/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1679/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:16:26.344Z 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:16:26.344Z 17:16:26.344 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:16:26.344Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1679/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:26.344 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:16:26.344Z 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=1679/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.345 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:16:26.345Z tryProduce true 17:16:26.345 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.345 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1679/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.345 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1679/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.345 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=33,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} Content@1abdb48f{HeapByteBufferR@3fbd2e8b[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@1abdb48f{HeapByteBufferR@3fbd2e8b[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed false HttpParser{s=END,71 of 71} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@1abdb48f{HeapByteBufferR@3fbd2e8b[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.345 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a0a3bd3[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@7de4ffd1[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b7b4f90] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@7de4ffd1[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b7b4f90] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>wPduqb+Sh...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7de4ffd1[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b7b4f90] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:26.346 [qtp730923082-22] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=34,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=34,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@38abc9b7) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=34,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STOPPED} added {HttpClientTransportOverHTTP@22d1886d{STOPPED},AUTO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STOPPED} added {Client@7df60067[provider=null,keyStore=null,trustStore=null],AUTO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@1cbb3d3b,POJO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@529cfee5,POJO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp2090894907]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@319854f0,POJO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STOPPED} added {QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@748fe51d,POJO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@9347851[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] added {HttpClient@5b22b970{STOPPED},AUTO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@9347851[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] added {SessionTracker@415156bf{STOPPED},AUTO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@393881f0{STOPPED} added {InflaterPool@4af46df3{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@393881f0{STOPPED} added {DeflaterPool@4158debd{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@393881f0{STOPPED},AUTO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@5b22b970{STOPPED} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STARTING} added {ScheduledExecutorScheduler@773dab28{STOPPED},AUTO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@1ecfcbc9,POJO} 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@22d1886d{STOPPED} 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@22d1886d{STARTING} added {ClientSelectorManager@1965539b{STOPPED},AUTO} 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@1965539b{STOPPED} 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:26.347 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@42a79f82 waiting 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.347 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.347Z added {SelectorProducer@353efdbf,POJO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.347Z added {QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.347Z created 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@55cff952{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.347Z,MANAGED} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@1965539b{STARTING} added {ManagedSelector@55cff952{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@55cff952{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.347Z 17:16:26.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:26.348 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=0} 17:16:26.348 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] added {ReservedThreadExecutor@660591fb{s=0/2,p=0},AUTO} 17:16:26.348 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@660591fb{s=0/2,p=0} 17:16:26.348 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8880ms ReservedThreadExecutor@660591fb{s=0/2,p=0} 17:16:26.348 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-80,5,main] 17:16:26.348 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-81,5,main] 17:16:26.348 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-82,5,main] 17:16:26.348 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.348 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-83,5,main] 17:16:26.349 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-84,5,main] 17:16:26.349 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-85,5,main] 17:16:26.349 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-86,5,main] 17:16:26.349 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1529002352-87,5,main] 17:16:26.349 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8881ms QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [WebSocketClient@1529002352-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8881ms EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.349Z 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@153f66e7 startThread=0 17:16:26.349 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@7aad3f7d on ManagedSelector@55cff952{STARTING} id=0 keys=0 selected=0 updates=0 17:16:26.349 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@153f66e7 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.349 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.349Z tryProduce false 17:16:26.349 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.349 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@7aad3f7d 17:16:26.349 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.349 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 0 keys 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8881ms ManagedSelector@55cff952{STARTED} id=0 keys=0 selected=0 updates=0 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8882ms ClientSelectorManager@1965539b{STARTED} 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8882ms HttpClientTransportOverHTTP@22d1886d{STARTED} 17:16:26.349 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@7df60067[provider=null,keyStore=null,trustStore=null] 17:16:26.350 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:16:26.350 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:16:26.350 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 6f667ad1[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms Client@7df60067[provider=null,keyStore=null,trustStore=null] 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@773dab28{STOPPED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms ScheduledExecutorScheduler@773dab28{STARTED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms HttpClient@5b22b970{STARTED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@415156bf{STOPPED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms SessionTracker@415156bf{STARTED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@393881f0{STOPPED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@4af46df3{STOPPED,size=0,capacity=UNLIMITED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms InflaterPool@4af46df3{STARTED,size=0,capacity=UNLIMITED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@4158debd{STOPPED,size=0,capacity=UNLIMITED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms DeflaterPool@4158debd{STARTED,size=0,capacity=UNLIMITED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms WebSocketExtensionFactory@393881f0{STARTED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STARTED},openSessions.size=0] 17:16:26.351 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69 to ws://127.0.0.1:8899/ws/sensinact 17:16:26.351 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:26.351 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:26.351 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:26.351 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:26.351 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69, policy=WebSocketPolicy@388b401d[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@5b22b970{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=null,MANAGED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=null 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] added {Pool@4912d525[size=0 closed=false],POJO} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8883ms HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:16:26.351 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:16:26.351 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2] 17:16:26.351 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 for HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=1,pool=DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=1] 17:16:26.351 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=1] 17:16:26.351 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:16:26.351 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:16:26.351 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@765df79d{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:16:26.351 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@151335cb startThread=0 17:16:26.351 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@151335cb in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.352 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:16:26.352 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@2f595928{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=1,pool=DuplexConnectionPool@77a281fc[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b66c81b, client.connector=HttpClient@5b22b970{STARTED}}} on ManagedSelector@55cff952{STARTED} id=0 keys=0 selected=0 updates=0 17:16:26.352 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@49d3b77d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40164]] on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.352 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@55cff952{STARTED} id=0 keys=0 selected=0 updates=1 17:16:26.352 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.352 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@151335cb in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.352 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.352 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.352 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken with none selected 17:16:26.352 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.352 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 0/0/0 selected 17:16:26.352 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.352 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 0 keys, 1 updates 17:16:26.352 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.352 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@49d3b77d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40164]] 17:16:26.352 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@2f595928{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=1,pool=DuplexConnectionPool@77a281fc[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b66c81b, client.connector=HttpClient@5b22b970{STARTED}}} 17:16:26.352 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@49d3b77d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40164]] startThread=0 17:16:26.353 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.353 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 1 keys 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 1/1/1 selected 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 1 keys, 0 updates 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@4c1d2388 Connect@2f595928{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=1,pool=DuplexConnectionPool@77a281fc[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b66c81b, client.connector=HttpClient@5b22b970{STARTED}}} 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40164 remote=/127.0.0.1:8899] 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@4822bed3{Connect@2f595928{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40164 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=1,pool=DuplexConnectionPool@77a281fc[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b66c81b, client.connector=HttpClient@5b22b970{STARTED}}}} startThread=0 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 1 keys 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@4822bed3{Connect@2f595928{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40164 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=1,pool=DuplexConnectionPool@77a281fc[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b66c81b, client.connector=HttpClient@5b22b970{STARTED}}}} in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@328dcc65 on ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=0 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17a0ab1f{AC.ReadCB@36b25e6b{HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4d686b80 on ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=1 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=2 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken with none selected 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 0/0/1 selected 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 0 keys, 2 updates 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@328dcc65 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4d686b80 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@765df79d{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.353 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@77a281fc[c=0/1/64,a=0,i=1,q=1] 17:16:26.353 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.354 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.354 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 1 keys 17:16:26.354 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@765df79d{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@4912d525[size=1 closed=false] 17:16:26.354 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@49d3b77d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40164]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[PENDING/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]} on HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/1/64,a=1,i=0,q=0] 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@64f2429a on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[PENDING/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]} associated true to HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[PENDING/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: DAE4C/Pm3Ruf5t8o93RaOA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@4632439c{s=START} 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: DAE4C/Pm3Ruf5t8o93RaOA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@d4c6d66{AC.ReadCB@79c234e{HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@4632439c{s=COMPLETING} 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.358 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d549d98{IDLE}->null [HeapByteBuffer@13eed00e[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:16:26.358 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6b2cb9d2 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d549d98{WRITING}->null:IDLE-->WRITING 17:16:26.369 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=2 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@64f2429a 17:16:26.369 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=10/60000}{io=0/1,kio=0,kro=0}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6b2cb9d2 17:16:26.369 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@49d3b77d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40164]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=10/60000}{io=1/1,kio=1,kro=0}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=15/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[PENDING/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@4632439c{s=COMPLETING}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@1d549d98{WRITING}->null 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d549d98{IDLE}->null:WRITING-->IDLE 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@419a925 SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=11/60000}{io=1/1,kio=1,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@4632439c{s=END} 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=11/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=11/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]}, result: null 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:16:26.369Z 17:16:26.369 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.369 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:16:26.369Z 17:16:26.380 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@4822bed3{Connect@2f595928{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40164 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b66c81b, client.connector=HttpClient@5b22b970{STARTED}}}} in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:16:26.38Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=21/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:26.380 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@42a79f82 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:16:26.38Z 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@d4c6d66{AC.ReadCB@79c234e{HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=21/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.380 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:16:26.38Z tryProduce true 17:16:26.380 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.380 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=21/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.380 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.380 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:26.380 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:26.381 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:26.381 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:26.381 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: DAE4C/Pm3Ruf5t8o93RaOA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:26.391 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@16daf75b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed, policy=WebSocketPolicy@26304213[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:26.392 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:26.443 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52} 17:16:26.443 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52} 17:16:26.443 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52}] 17:16:26.443 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52}] added {WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52},POJO} 17:16:26.443 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],AUTO} 17:16:26.443 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=52}] 17:16:26.451 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@1735ba5f[httpClient=HttpClient@40ee0a22{STARTED},openSessions.size=1] 17:16:26.454 [Thread-47] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@1735ba5f[httpClient=HttpClient@40ee0a22{STARTED},openSessions.size=1] 17:16:26.454 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@1542af63{STARTED} 17:16:26.454 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=63},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=73/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=63}] 17:16:26.454 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed] 17:16:26.454 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8987ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed] 17:16:26.454 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=201/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]],remote=WebSocketRemoteEndpoint@6ca8bd14[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:16:26.454 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8987ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=74/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=63},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=74/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=63}] 17:16:26.454 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=201/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[OPENED],f=Flusher@3d412e8e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]],remote=WebSocketRemoteEndpoint@6ca8bd14[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:16:26.455 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2f112c46) 17:16:26.455 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=74/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=64},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:16:26.455 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2f112c46,OFF,null] to Flusher@3d412e8e[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.464 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @8997ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2f112c46,OFF,null]] 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2f112c46,OFF,null]] 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@693c15cc{IDLE}->null [DirectByteBuffer@4899abc4[p=0,l=6,c=1024,r=6]={<<<\x88\x8a\xAe*\xD3:>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7e6aef5e[p=0,l=10,c=10,r=10]={<<<\xAd\xC3\x80R\xDb^\xB7U\xD9D>>>}] 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{WRITING}->null:IDLE-->WRITING 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=84/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=START}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=74} 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=74} 17:16:26.465 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@16daf75b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.465 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=212/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[CLOSING],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@16daf75b{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@693c15cc{WRITING}->null 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@693c15cc{IDLE}->null:WRITING-->IDLE 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=74} 17:16:26.465 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@43e774f SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=213/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@f95455e) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@2b91be65 17:16:26.465 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=213/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.465 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:16:26.465 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=74} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Connection: Upgrade Sec-WebSocket-Accept: HaISMVGqR17pPteRmu0fQxDDCyA= Upgrade: WebSocket 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@8202669[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2f75fcfb] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:26.474 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=221/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]]:runFillable:BLOCKING 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Connection: Upgrade Sec-WebSocket-Accept: HaISMVGqR17pPteRmu0fQxDDCyA= Upgrade: WebSocket 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=8/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@8202669[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2f75fcfb] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a6fe3fe{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a6fe3fe{WRITING}->null:IDLE-->WRITING 17:16:26.474 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:16:26.474Z 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=9/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.474 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 1/1/1 selected 17:16:26.474 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 1 keys, 0 updates 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=9/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=W,to=93/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=COMPLETING}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=83} 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@a6fe3fe{WRITING}->null 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@2d27f551{l=/127.0.0.1:40162,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=9/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.474 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:16:26.474Z 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a6fe3fe{IDLE}->null:WRITING-->IDLE 17:16:26.474 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1} startReservedThread p=1 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@8202669[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2f75fcfb] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:26.474 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@4c1d2388 SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=104/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.474 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@548d708a{s=0/2,p=1}@63a4b9d2 startThread=0 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@f95455e w=false 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@16daf75b{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@16daf75b{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.474 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@548d708a{s=0/2,p=1}@63a4b9d2 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}] 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@16daf75b{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.474 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=104/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@2f2fbf1{AC.ReadCB@4985d50f{WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=0.0.0.0/0.0.0.0:40162,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=9/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]]}} 17:16:26.474 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=1}@63a4b9d2 started 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=83} 17:16:26.474 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@63a4b9d2 waiting 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:16:26.474 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:16:26.474Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=222/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:26.474 [Thread-47] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=0.0.0.0/0.0.0.0:40162,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=9/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] onFillInterestedFailed {} 17:16:26.474 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=104/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:16:26.474 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=END}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=83} to WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=END}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=83} 17:16:26.481 [Thread-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@67001148{STARTED} id=0 keys=1 selected=0 updates=0 17:16:26.474 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:16:26.474Z 17:16:26.482 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@16daf75b{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.482 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4f75a70a{AC.ReadCB@2c3d063c{WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=FI,flush=-,to=229/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]]}} 17:16:26.482 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:26.482 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:26.482 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=0} tryExecute EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.482Z 17:16:26.482 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xAf\xEd:\xF3\xD0{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.482 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=1} startReservedThread p=1 17:16:26.482 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.482 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:26.482 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/0 selected 17:16:26.482 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 0 updates 17:16:26.482 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@660591fb{s=0/2,p=1}@d2029b3 startThread=0 17:16:26.482 [Thread-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@700a4768 startThread=0 17:16:26.482 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xAe*\xD3:\xAd\xC3\x80R\xDb^\xB7U\xD9D>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.482 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=END}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=91} upgrading from HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=END}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=91} to WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=END}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=91} 17:16:26.482 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:16:26.482Z tryProduce true 17:16:26.482 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.482 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xAe*\xD3:\xAd\xC3\x80R\xDb^\xB7U\xD9D>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.488 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.489 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.489 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.482 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@660591fb{s=0/2,p=1}@d2029b3 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=1}] 17:16:26.489 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79c234e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4ced3b8f{s=END}]=>HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=98} 17:16:26.489 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=1}@d2029b3 started 17:16:26.489 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=0}@d2029b3 waiting 17:16:26.489 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[OPENED],f=Flusher@9cd5368[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.482 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.482Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=112/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:16:26.489 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.482 [Thread-47] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2d27f551{l=0.0.0.0/0.0.0.0:40162,r=null,CLOSED,fill=-,flush=-,to=16/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.489 [Thread-47] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d412e8e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:26.489 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.489 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.489 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667] 17:16:26.489 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667] 17:16:26.489 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=119/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:16:26.482 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@700a4768 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@989da1{s=2/2,p=0}] 17:16:26.489 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xAe*\xD3:\xAd\xC3\x80R\xDb^\xB7U\xD9D>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.489 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 0 keys 17:16:26.489 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[HANDSHAKING],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@5026abf2[batching=true] 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENING],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@5026abf2[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@d4c6d66{AC.ReadCB@6fa98771{WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6b2cb9d2 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:26.496 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.496 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:26.496 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.496 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.496 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6b2cb9d2 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@597fd1bf[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@6fa98771 | +> SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed] - STARTED += ExtensionStack@24cbbea0[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@16daf75b{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@24e19ad9{s=HttpChannelState@16daf75b{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79c234e::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@16daf75b{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.496 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:26.489 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=119/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}] 17:16:26.489 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.489 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:26.543 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:16:26.543 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:16:26.543 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@3d451800[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:16:26.489 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],behavior=CLIENT,connection=WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=0.0.0.0/0.0.0.0:40162,r=null,CLOSED,fill=-,flush=-,to=23/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]],remote=WebSocketRemoteEndpoint@6ca8bd14[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@3766c667],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:16:26.489 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@2d27f551{l=0.0.0.0/0.0.0.0:40162,r=null,CLOSED,fill=-,flush=-,to=23/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@1542af63{STOPPED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@ecfbe91{STARTED} 17:16:26.496 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.543 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.543 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@3adbe50f{STARTED,size=0,capacity=UNLIMITED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@3adbe50f{STOPPED,size=0,capacity=UNLIMITED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@20ed3303{STARTED,size=0,capacity=UNLIMITED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@20ed3303{STOPPED,size=0,capacity=UNLIMITED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@ecfbe91{STOPPED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@40ee0a22{STARTED} 17:16:26.543 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@4985d50f::SocketChannelEndPoint@2d27f551{l=0.0.0.0/0.0.0.0:40162,r=null,CLOSED,fill=-,flush=-,to=77/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@4985d50f[s=ConnectionState@22a79bf2[DISCONNECTED],f=Flusher@3d412e8e[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5a8ba984[ExtensionStack,s=START,c=0,len=152,f=null]] 17:16:26.543 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:16:26.543 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@700a4768 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@989da1{s=2/2,p=0}] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@55b8dbda,queue=0,pool=DuplexConnectionPool@3b569985[c=0/0/64,a=0,i=0,q=0] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@49aa766b{STARTED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@49aa766b{STOPPED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@15923407[provider=null,keyStore=null,trustStore=null] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@15923407[provider=null,keyStore=null,trustStore=null] 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@7bde1f3a{STARTED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@65004ff6{STARTED} 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@67001148{STARTED} id=0 keys=0 selected=0 updates=0 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@565f3633 on ManagedSelector@67001148{STOPPING} id=0 keys=0 selected=0 updates=0 17:16:26.543 [Thread-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STOPPING} id=0 keys=0 selected=0 updates=1 17:16:26.543 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.543 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@39e4c800[p=0,l=10,c=10,r=10]={<<<\xAd\xC3\x80R\xDb^\xB7U\xD9D>>>} 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:26.543 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17a0ab1f{AC.ReadCB@36b25e6b{HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=173/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/0 selected 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 1 updates 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@565f3633 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@67001148{STOPPING} id=0 keys=0 selected=0 updates=0 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 waiting with 0 keys 17:16:26.550 [Thread-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@539d60b7 on ManagedSelector@67001148{STOPPING} id=0 keys=0 selected=0 updates=0 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@5dce7dc9{DirectByteBuffer@53099800[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:16:26.550 [Thread-47] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@67001148{STOPPING} id=0 keys=0 selected=0 updates=1 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@53099800[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.550 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=180/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken with none selected 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 woken up from select, 0/0/0 selected 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f087163 processing 0 keys, 1 updates 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:26.550 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 1 keys 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@53099800[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@539d60b7 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@48121763) 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@48121763,OFF,null] to Flusher@9cd5368[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=2/2,p=0}@20f288c9 size 2 > capacity 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@48121763,OFF,null]] 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@5dce7dc9{DirectByteBuffer@53099800[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[null 0 null]@1046b62[PENDING/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.550 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@989da1{s=2/2,p=0}@20f288c9 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=2/2,p=0}] 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@53099800[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@48121763,OFF,null]] 17:16:26.550 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@989da1{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:26.55Z 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a2e6881{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2e9289a7[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:16:26.550 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=2/2,p=0}] 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:16:26.550 [Thread-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=2/2,p=0}] 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{WRITING}->null:IDLE-->WRITING 17:16:26.550 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@989da1{s=2/2,p=0} 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:16:26.550 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:16:26.550 [Thread-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=1/2,p=0}@c5d76dd offer STOP! 17:16:26.550 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=W,to=68/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[CLOSING],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:16:26.557 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@a2e6881{WRITING}->null 17:16:26.557 [Thread-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=0}@105ca16e offer STOP! 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:16:26.557 [qtp730923082-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a2e6881{IDLE}->null:WRITING-->IDLE 17:16:26.557 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=0/2,p=0}@c5d76dd task=STOP! 17:16:26.557 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@989da1{s=-1/2,p=0} 17:16:26.557 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=-1/2,p=0}@c5d76dd Exited 17:16:26.557 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:16:26.557 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=-1/2,p=0}@105ca16e task=STOP! 17:16:26.557 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@989da1{s=-1/2,p=0}@c5d76dd in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@989da1{s=-1/2,p=0}] 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2] 17:16:26.557 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@989da1{s=-1/2,p=0}@105ca16e Exited 17:16:26.557 [Thread-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1089341986-71,5,main] for 14999 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62 17:16:26.557 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@989da1{s=-1/2,p=0}@105ca16e in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:16:26.557 [WebSocketClient@1089341986-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-75,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:16:26.557 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:26.557 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-73] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-73,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:26.557 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-76,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-74,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-69,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:26.557 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:26.564 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.557 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.564 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,OSHUT,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:26.564 [WebSocketClient@1089341986-71] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-71,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.564 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.564 [WebSocketClient@1089341986-72] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-72,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.564 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@5c76869b{l=/127.0.0.1:8899,r=/127.0.0.1:40162,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:26.564 [Thread-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1089341986-72,5,main] for 14992 17:16:26.564 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.564 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@4f75a70a{null} 17:16:26.557 [WebSocketClient@1089341986-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1089341986-70,5,main] exited for QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:16:26.564 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@4cafa9aa/SelectorProducer@562c877a/IDLE/p=false/QueuedThreadPool[WebSocketClient@1089341986]@5cf8edcf{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:26.564Z 17:16:26.564 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:26.564 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@67001148{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:26.564 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:26.564 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@65004ff6{STOPPED} 17:16:26.564 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@7bde1f3a{STOPPED} 17:16:26.564 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@683ecf8e startThread=0 17:16:26.564 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:16:26.564 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@40ee0a22{STOPPED} 17:16:26.564 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:16:26.564 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.565 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:16:26.565 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@683ecf8e in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:26.565 [Thread-47] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@1735ba5f[httpClient=HttpClient@40ee0a22{STOPPED},openSessions.size=0] 17:16:26.565 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.565 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:16:26.565 [Thread-47] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@1735ba5f[httpClient=HttpClient@40ee0a22{STOPPED},openSessions.size=0] 17:16:26.565 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.565 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:26.565 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.565 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:26.565 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.565 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:26.565 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.565 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@5c76869b{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:26.565 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@5c76869b{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:16:26.565 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@9cd5368[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:16:26.565 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62 Date: Thu, 11 Nov 2021 17:16:26 GMT Connection: Upgrade Sec-WebSocket-Accept: HaISMVGqR17pPteRmu0fQxDDCyA= Upgrade: WebSocket 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:16:26.571 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\xAe*\xD3:\x03\xE9Shutdown<<<>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62 17:16:26.571 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.571 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.571 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=null]] 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.571 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@4f3f8787[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\xAe*\xD3:\x03\xE9Shutdown<<<>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.571 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:16:26.571 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 > HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62] null 17:16:26.571 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62 17:16:26.572 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@42a79f82 size 2 > capacity 17:16:26.572 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@548d708a{s=2/2,p=0}@42a79f82 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:26.572 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@44560549[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:16:26.572 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@44560549[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:16:26.572 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.572 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.572 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2] 17:16:26.572 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2] 17:16:26.572 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.572 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],behavior=SERVER,connection=WebSocketServerConnection@2c3d063c::SocketChannelEndPoint@5c76869b{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@2c3d063c[s=ConnectionState@7be96796[DISCONNECTED],f=Flusher@9cd5368[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@3d451800[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@44560549[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@55ee9bb2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:16:26.579 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@683ecf8e in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:26.579 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:16:26.579 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],AUTO} 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=35/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=35/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9118ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9118ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9119ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.586 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=36/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.587 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@5dce7dc9{DirectByteBuffer@53099800[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:16:26.593 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=43/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@36b25e6b(l:/127.0.0.1:40164 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@778f5450(exchange=HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]})[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.593 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=43/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[HANDSHAKING],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.593 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:16:26.593 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:16:26.593 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@721b6d74[batching=true] 17:16:26.593 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=43/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENING],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@721b6d74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=43/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17a0ab1f{AC.ReadCB@573616b9{WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4d686b80 on ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=0 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=1 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken with none selected 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 0/0/1 selected 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 0 keys, 1 updates 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4d686b80 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@1234923b[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@573616b9 | +> SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69] - STARTED += ExtensionStack@1ae5683b[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.594 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 1 keys 17:16:26.594 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@1992ff12{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@778f5450(exchange=null)[send=HttpSenderOverHTTP@625708bb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4632439c{s=START}],recv=HttpReceiverOverHTTP@1a0041db(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.594 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:26.640 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5ca71ec6[p=0,l=47,c=47,r=47]={<<<{"uri":"/sensinact/providers?rawDescribe=true"}>>>} 17:16:26.640 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@765df79d{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@36b25e6b::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=46/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@4912d525[size=0 closed=false] 17:16:26.640 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=47,fin=true,rsv=...,masked=false] 17:16:26.640 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=47,fin=true,rsv=...,masked=false] 17:16:26.640 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 > HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2] 17:16:26.640 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=47,fin=true,rsv=...,masked=true], Flusher@5260eb22[PROCESSING]) 17:16:26.640 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@2bfbffb2 > HttpResponse[HTTP/1.1 101 Switching Protocols]@1046b62] null 17:16:26.640 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:26.640 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=47,fin=true,rsv=...,masked=true],Flusher@5260eb22[PROCESSING],AUTO,null] to Flusher@236cc38e[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.640 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@236cc38e[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.640 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=47,fin=true,rsv=...,masked=true],Flusher@5260eb22[PROCESSING],AUTO,null]] 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:26.641 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@5260eb22[PROCESSING],AUTO,null]] 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:26.641 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=47/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}] 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=53 cap=32768] 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d549d98{IDLE}->null [DirectByteBuffer@565f75b6[p=0,l=53,c=32768,r=53]={<<<\x81\xAf\x97wV\x1d\xEcU#o\xFeUl?\xB8\x043s\xE4\x1e8|\xF4\x03y...\xF3\x12$n\xA8\x057j\xD3\x12%~\xE5\x1e4x\xAa\x03$h\xF2U+>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d549d98{WRITING}->null:IDLE-->WRITING 17:16:26.641 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:26.641 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.641 [Thread-56] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 53 SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=47/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.641 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@419a925 SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=144/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.647 [Thread-56] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=53 remaining=0 WriteFlusher@1d549d98{WRITING}->null 17:16:26.648 [Thread-56] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d549d98{IDLE}->null:WRITING-->IDLE 17:16:26.648 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=151/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.648 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] processing 0 entries: [] 17:16:26.648 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] auto flushing 17:16:26.648 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=53,terminated=null] flushing 0 frames: [] 17:16:26.648 [Thread-56] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=151/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:16:26.648Z 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:16:26.648Z 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:16:26.648Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=152/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:26.648 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:16:26.648Z 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@d4c6d66{AC.ReadCB@6fa98771{WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=152/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:26.648 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:16:26.648Z tryProduce true 17:16:26.648 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:26.648 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7f30ee44[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x88\x8a\xAe*\xD3:\x03\xE9S...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.648 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=152/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.648 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 53 DirectByteBuffer@5ebfbabf[p=0,l=53,c=4096,r=53]={<<<\x81\xAf\x97wV\x1d\xEcU#o\xFeUl?\xB8\x043s\xE4\x1e8|\xF4\x03y...\xF3\x12$n\xA8\x057j\xD3\x12%~\xE5\x1e4x\xAa\x03$h\xF2U+>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 53 bytes - DirectByteBuffer@5ebfbabf[p=0,l=53,c=4096,r=53]={<<<\x81\xAf\x97wV\x1d\xEcU#o\xFeUl?\xB8\x043s\xE4\x1e8|\xF4\x03y...\xF3\x12$n\xA8\x057j\xD3\x12%~\xE5\x1e4x\xAa\x03$h\xF2U+>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.648 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7f30ee44[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=53,c=4096,r=53]={<<<\x81\xAf\x97wV\x1d\xEcU#o\xFeUl?\xB8\x043s\xE4\x1e8|\xF4\x03y...\xF3\x12$n\xA8\x057j\xD3\x12%~\xE5\x1e4x\xAa\x03$h\xF2U+>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.654 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:26.654 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 53 bytes 17:16:26.654 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:26.654 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 47 - Parser@2523dcbb[ExtensionStack,s=PAYLOAD_LEN,c=0,len=47,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:26.655 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@2eaf8063[p=0,l=47,c=47,r=47]={<<<\xEcU#o\xFeUl?\xB8\x043s\xE4\x1e8|\xF4\x03ym\xE5\x18 t\xF3\x12$n\xA8\x057j\xD3\x12%~\xE5\x1e4x\xAa\x03$h\xF2U+>>>} 17:16:26.655 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=47,fin=true,rsv=...,masked=true] 17:16:26.655 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.655 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=47,fin=true,rsv=...,masked=true]) 17:16:26.655 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=47,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:26.655 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@2eaf8063[p=0,l=47,c=47,r=47]={<<<{"uri":"/sensinact/providers?rawDescribe=true"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:26.655 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([47] "{"uri":"/sensinact/providers?rawDescribe=true"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@7a7aaa70[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>} 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=18,fin=true,rsv=...,masked=false] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=18,fin=true,rsv=...,masked=false] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=18,fin=true,rsv=...,masked=false], Flusher@564bc793[PROCESSING]) 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=18,fin=true,rsv=...,masked=false],Flusher@564bc793[PROCESSING],AUTO,null] to Flusher@25b17ed2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@25b17ed2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=18,fin=true,rsv=...,masked=false],Flusher@564bc793[PROCESSING],AUTO,null]] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@564bc793[PROCESSING],AUTO,null]] 17:16:26.656 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=20 cap=32768] 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a6fe3fe{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=20,c=32768,r=20]={<<<\x81\x12["slider","light"]>>>me":"posi...\x00\x00\x00\x00\x00\x00\x00}] 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a6fe3fe{WRITING}->null:IDLE-->WRITING 17:16:26.657 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 1/1/1 selected 17:16:26.657 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 1 keys, 0 updates 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 20 SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=W,to=8/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=20,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=20 remaining=0 WriteFlusher@a6fe3fe{WRITING}->null 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a6fe3fe{IDLE}->null:WRITING-->IDLE 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=20,terminated=null] 17:16:26.657 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@4c1d2388 SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=9/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.657 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=20,terminated=null] processing 0 entries: [] 17:16:26.662 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=20,terminated=null] auto flushing 17:16:26.662 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=20,terminated=null] flushing 0 frames: [] 17:16:26.662 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.662 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:26.662 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:26.662 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7f30ee44[READING] getAction(DirectByteBuffer@5ebfbabf[p=53,l=53,c=4096,r=0]={\x81\xAf\x97wV\x1d{"u...=true"}<<<>>>rsor/reso...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.662 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xAf\x97wV\x1d{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.662 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=0} tryExecute EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:26.662Z 17:16:26.663 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@d4c6d66{AC.ReadCB@6fa98771{WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]]}} 17:16:26.663 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.663 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=0}@d2029b3 offer EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:26.663Z 17:16:26.663 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6b2cb9d2 on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.663 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.663 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=1} startReservedThread p=1 17:16:26.663 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:26.663 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.663 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@660591fb{s=0/2,p=1}@19c38279 startThread=0 17:16:26.663 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.663 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@660591fb{s=0/2,p=1}@19c38279 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=1}] 17:16:26.663 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.663 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=1}@19c38279 started 17:16:26.663 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.663 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=0}@19c38279 waiting 17:16:26.663 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6b2cb9d2 17:16:26.663 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=1}@d2029b3 task=EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=true/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:26.663Z 17:16:26.663 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]] 17:16:26.663 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=true/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:26.663Z tryProduce true 17:16:26.669 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.663 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=true/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:26.663Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=15/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:26.669 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.669 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.669 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.669 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.669 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17a0ab1f{AC.ReadCB@573616b9{WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:26.669 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 1 keys 17:16:26.669 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@61ee16c3[READING] getAction(DirectByteBuffer@3ce7e3aa[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 20 DirectByteBuffer@3ce7e3aa[p=0,l=20,c=4096,r=20]={<<<\x81\x12["slider","light"]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 20 bytes - DirectByteBuffer@3ce7e3aa[p=0,l=20,c=4096,r=20]={<<<\x81\x12["slider","light"]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@61ee16c3[READING] getAction(DirectByteBuffer@3ce7e3aa[p=0,l=20,c=4096,r=20]={<<<\x81\x12["slider","light"]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 20 bytes 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 18 - Parser@44088a84[ExtensionStack,s=PAYLOAD_LEN,c=0,len=18,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@6d0fd6fc[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>} 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=18,fin=true,rsv=...,masked=false] 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=18,fin=true,rsv=...,masked=false]) 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=18,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@6d0fd6fc[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([18] "["slider","light"]") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] ["slider","light"] 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@61ee16c3[READING] getAction(DirectByteBuffer@3ce7e3aa[p=20,l=20,c=4096,r=0]={\x81\x12["slide...light"]<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@3ce7e3aa[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x12["slide...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:16:26.670 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17a0ab1f{AC.ReadCB@573616b9{WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]]}} 17:16:26.671 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:16:26.671 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4d686b80 on ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=0 17:16:26.671 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=1 17:16:26.671 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@153f66e7 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}] 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken with none selected 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 0/0/1 selected 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 0 keys, 1 updates 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4d686b80 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.671 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 1 keys ["slider","light"] 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=348/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=348/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=348/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:16:26.696Z 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:16:26.696Z 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:16:26.696Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=349/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=349/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.696 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:16:26.696Z 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=349/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.696 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=34]@2021-11-11T17:16:26.696Z tryProduce true 17:16:26.696 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.696 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.696 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=34,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.696 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.696 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} Content@aa21305{HeapByteBufferR@31dfd0ee[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@aa21305{HeapByteBufferR@31dfd0ee[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parsed false HttpParser{s=END,71 of 71} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@aa21305{HeapByteBufferR@31dfd0ee[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d040e8a[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@37240a14[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.697 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7833f4be] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@37240a14[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7833f4be] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>17pPteRmu...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@37240a14[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7833f4be] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=35,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=35,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3018fcc0) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=35,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.698 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.698 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.698 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.698 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.698 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.698 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:26.699 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=6/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=6/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=6/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=6/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=34]@2021-11-11T17:16:26.705Z 17:16:26.705 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=34]@2021-11-11T17:16:26.705Z 17:16:26.706 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=34]@2021-11-11T17:16:26.706Z 17:16:26.706 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=34]@2021-11-11T17:16:26.705Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:26.706 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=35]@2021-11-11T17:16:26.706Z tryProduce true 17:16:26.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.706 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.706 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.706 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.706 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 127 HeapByteBuffer@25c15cdb[p=0,l=127,c=8192,r=127]={<<>>ation/jso...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.706 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} filled 127 HeapByteBuffer@25c15cdb[p=0,l=127,c=8192,r=127]={<<>>ation/jso...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.706 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=35,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=127,c=8192,r=127]={<<>>ation/jso...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=127,c=8192,r=127]={<<>>ation/jso...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:26.712 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact,age=0} GET //127.0.0.1:8899/sensinact HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact,age=0} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact,age=0} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=0} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=0} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.713 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=0} 17:16:26.742 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.742 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=29} 17:16:26.742 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:26.742 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=36/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=29} parsed false HttpParser{s=END,0 of -1} 17:16:26.742 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=36/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=29} 17:16:26.742 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.742 [qtp730923082-16] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d7ce6be[p=0,l=943,c=943,r=943]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}) 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=943 null 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dd4cd4[p=0,l=943,c=943,r=943]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=31} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 943 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=943},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6f245030] (null,[p=0,l=943,c=943,r=943],true)@START 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=943} last=true content=HeapByteBuffer@dd4cd4[p=0,l=943,c=943,r=943]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 943 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=943},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6f245030] ([p=0,l=123,c=16384,r=123],[p=0,l=943,c=943,r=943],true)@COMPLETING 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>17pPteRmu...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dd4cd4[p=0,l=943,c=943,r=943]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}] 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 1066 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=38/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=36,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=31} 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=1066 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:26.744 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=943},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6f245030] ([p=123,l=123,c=16384,r=0],[p=943,l=943,c=943,r=0],true)@END 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=36,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=32} 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=36,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact,age=32} 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1ee9be13) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.745 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=36,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact,age=37} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=943 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=36,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.750 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} Content@249af266{HeapByteBufferR@4e4bb1cd[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@249af266{HeapByteBufferR@4e4bb1cd[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:26.751 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parsed false HttpParser{s=END,71 of 71} 17:16:26.757 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@249af266{HeapByteBufferR@4e4bb1cd[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.757 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:26.758 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50e9e2b5[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:26.758 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:26.758 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2393330c[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:26.758 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@30c53b6a] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@2393330c[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@30c53b6a] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>17pPteRmu...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2393330c[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@30c53b6a] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=37,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=37,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2d140c6b) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.759 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=37,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 154 HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=IDLE,uri=null,age=0} filled 154 HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=37,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=154,c=8192,r=154]={<<>>a/1.8.0_2...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.765 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers?rawDescribe=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=0} GET //127.0.0.1:8899/sensinact/providers?rawDescribe=true HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=1} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers?rawDescribe=true HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=1} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=1} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=1} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.766 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.772 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=8} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=8} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=8} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=8} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=8} parsed false HttpParser{s=END,0 of -1} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=8} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.773 [qtp730923082-16] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3277bf36[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>}) 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=18 null 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@846f127[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=9} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 18 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1141952e] (null,[p=0,l=18,c=18,r=18],true)@START 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=18} last=true content=HeapByteBuffer@846f127[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>} 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 18 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1141952e] ([p=0,l=122,c=16384,r=122],[p=0,l=18,c=18,r=18],true)@COMPLETING 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=122,c=16384,r=122]={<<>>\n17pPteRm...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@846f127[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>}] 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 140 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=38,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=9} 17:16:26.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=140 remaining=0 WriteFlusher@159b49cc{WRITING}->null ["slider","light"] 17:16:26.780 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1141952e] ([p=122,l=122,c=16384,r=0],[p=18,l=18,c=18,r=0],true)@END 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=38,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=16} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=38,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=16} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1cbba439) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=38,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?rawDescribe=true,age=16} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers written=18 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.781 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.789 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.789 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:26.789 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=8/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=8/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.789 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.789 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=8/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=8/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=8/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=35]@2021-11-11T17:16:26.79Z 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=35]@2021-11-11T17:16:26.79Z 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=35]@2021-11-11T17:16:26.79Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=8/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=8/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.790 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=35]@2021-11-11T17:16:26.79Z 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=8/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.790 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=36]@2021-11-11T17:16:26.79Z tryProduce true 17:16:26.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.797 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.797 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.797 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=38,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.797 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.797 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} Content@3d65d417{HeapByteBufferR@2a060d05[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@3d65d417{HeapByteBufferR@2a060d05[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} parsed false HttpParser{s=END,71 of 71} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@3d65d417{HeapByteBufferR@2a060d05[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:26.804 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a7e816d[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@29a82f59[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=43} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@33dc614c] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@29a82f59[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:26.840 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@33dc614c] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:26.841 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>17pPteRmu...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@29a82f59[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:26.846 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:26.846 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=56/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=49} 17:16:26.846 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:26.846 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:26.846 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@33dc614c] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=39,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=50} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=39,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=50} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@420da5aa) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=39,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=50} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STOPPED} added {HttpClientTransportOverHTTP@27fde870{STOPPED},AUTO} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STOPPED} added {Client@2b4c3c29[provider=null,keyStore=null,trustStore=null],AUTO} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@5ac7aa18,POJO} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@4cdd2c73,POJO} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp78377968]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4e4c3a38,POJO} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STOPPED} added {QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@293cde83,POJO} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@921b26df[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] added {HttpClient@3e850122{STOPPED},AUTO} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@921b26df[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] added {SessionTracker@c27d163{STOPPED},AUTO} 17:16:26.847 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@57c88764{STOPPED} added {InflaterPool@78faea5f{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:26.853 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@57c88764{STOPPED} added {DeflaterPool@37fdfb05{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@57c88764{STOPPED},AUTO} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@3e850122{STOPPED} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STARTING} added {ScheduledExecutorScheduler@1603dc2f{STOPPED},AUTO} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@398474a2,POJO} 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@27fde870{STOPPED} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@27fde870{STARTING} added {ClientSelectorManager@61799544{STOPPED},AUTO} 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@61799544{STOPPED} 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.854 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.854 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.854 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.854 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.854 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:26.854 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.854Z added {SelectorProducer@70abf9b0,POJO} 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.854Z added {QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:26.854 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.854 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.854 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.854Z created 17:16:26.861 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@6a10b263{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.861Z,MANAGED} 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@61799544{STARTING} added {ManagedSelector@6a10b263{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@6a10b263{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.861Z 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=0} 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] added {ReservedThreadExecutor@476ec9d0{s=0/2,p=0},AUTO} 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@476ec9d0{s=0/2,p=0} 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9393ms ReservedThreadExecutor@476ec9d0{s=0/2,p=0} 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-90,5,main] 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-91,5,main] 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-92,5,main] 17:16:26.861 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-93,5,main] 17:16:26.861 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.861 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-94,5,main] 17:16:26.861 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.861 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-95,5,main] 17:16:26.862 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-96,5,main] 17:16:26.862 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1048903970-97,5,main] 17:16:26.862 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9394ms QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.862 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9394ms EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.862Z 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@543e593 startThread=0 17:16:26.862 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4e628b52 on ManagedSelector@6a10b263{STARTING} id=0 keys=0 selected=0 updates=0 17:16:26.862 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@543e593 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.862 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.862Z tryProduce false 17:16:26.862 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.862 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@4e628b52 17:16:26.862 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.862 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 0 keys 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9394ms ManagedSelector@6a10b263{STARTED} id=0 keys=0 selected=0 updates=0 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9394ms ClientSelectorManager@61799544{STARTED} 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9394ms HttpClientTransportOverHTTP@27fde870{STARTED} 17:16:26.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@2b4c3c29[provider=null,keyStore=null,trustStore=null] 17:16:26.863 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 51ec2df1[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9400ms Client@2b4c3c29[provider=null,keyStore=null,trustStore=null] 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@1603dc2f{STOPPED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9400ms ScheduledExecutorScheduler@1603dc2f{STARTED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9400ms HttpClient@3e850122{STARTED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@c27d163{STOPPED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9401ms SessionTracker@c27d163{STARTED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@57c88764{STOPPED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@78faea5f{STOPPED,size=0,capacity=UNLIMITED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9401ms InflaterPool@78faea5f{STARTED,size=0,capacity=UNLIMITED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@37fdfb05{STOPPED,size=0,capacity=UNLIMITED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9401ms DeflaterPool@37fdfb05{STARTED,size=0,capacity=UNLIMITED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9401ms WebSocketExtensionFactory@57c88764{STARTED} 17:16:26.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9401ms WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STARTED},openSessions.size=0] 17:16:26.868 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9 to ws://127.0.0.1:8899/ws/sensinact 17:16:26.868 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:26.869 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:26.869 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:26.869 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:26.875 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9, policy=WebSocketPolicy@15fa55a6[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:26.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@3e850122{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=null,MANAGED} 17:16:26.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=null 17:16:26.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] added {Pool@a64e035[size=0 closed=false],POJO} 17:16:26.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:16:26.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:16:26.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9408ms DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:16:26.875 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9408ms HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:16:26.875 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:16:26.875 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba] 17:16:26.876 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba for HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=1,pool=DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=1] 17:16:26.876 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=1] 17:16:26.876 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:16:26.876 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:16:26.876 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@41c204a0{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:16:26.876 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@64138b0c startThread=0 17:16:26.876 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@64138b0c in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.876 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:16:26.876 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@7d471507{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=1,pool=DuplexConnectionPool@7fab4be7[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@79789e77, client.connector=HttpClient@3e850122{STARTED}}} on ManagedSelector@6a10b263{STARTED} id=0 keys=0 selected=0 updates=0 17:16:26.876 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@5252725d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40166]] on ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:16:26.876 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STARTED} id=0 keys=0 selected=0 updates=1 17:16:26.876 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=1 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:16:26.876 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@64138b0c in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/0 selected 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 1 updates 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@5252725d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40166]] 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@7d471507{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=1,pool=DuplexConnectionPool@7fab4be7[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@79789e77, client.connector=HttpClient@3e850122{STARTED}}} 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@5252725d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40166]] startThread=0 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 1/1/1 selected 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 1 keys, 0 updates 17:16:26.876 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.876 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@5252725d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40166]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@59278fb1 Connect@7d471507{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=1,pool=DuplexConnectionPool@7fab4be7[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@79789e77, client.connector=HttpClient@3e850122{STARTED}}} 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40166 remote=/127.0.0.1:8899] 17:16:26.876 [qtp730923082-18] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:26.876 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@5d18104d{Connect@7d471507{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40166 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=1,pool=DuplexConnectionPool@7fab4be7[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@79789e77, client.connector=HttpClient@3e850122{STARTED}}}} startThread=0 17:16:26.876 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@5d18104d{Connect@7d471507{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40166 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=1,pool=DuplexConnectionPool@7fab4be7[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@79789e77, client.connector=HttpClient@3e850122{STARTED}}}} in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.882 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.876 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.882 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.882 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:26.882 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}-> 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@3a804130 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:26.882 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.882 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@5d589f17 on ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=0 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.882 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=0}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2590783c{AC.ReadCB@34fef284{HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.882 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.882 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:26.882 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=2 17:16:26.882 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@7875e597{AC.ReadCB@596710e3{HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.889 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:26.889 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=6/60000}{io=0/1,kio=0,kro=0}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:26.889 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 on ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=1 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@3a804130 17:16:26.889 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@5252725d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40166]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:26.889 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=2 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/1 selected 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 2 updates 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@5d589f17 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=6/60000}{io=1/1,kio=1,kro=0}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.889 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@41c204a0{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.889 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.889 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@7fab4be7[c=0/1/64,a=0,i=1,q=1] 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.889 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:26.889 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@41c204a0{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@a64e035[size=1 closed=false] 17:16:26.890 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[PENDING/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]} on HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/1/64,a=1,i=0,q=0] 17:16:26.896 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[PENDING/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]} associated true to HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[PENDING/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: fjyNMCIDJrq0CCiWZIAG6A== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@29082782{s=START} 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: fjyNMCIDJrq0CCiWZIAG6A== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@29082782{s=COMPLETING} 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4c756655{IDLE}->null [HeapByteBuffer@7c3b794b[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{WRITING}->null:IDLE-->WRITING 17:16:26.897 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:26.897 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=14/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[PENDING/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@29082782{s=COMPLETING}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@4c756655{WRITING}->null 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{IDLE}->null:WRITING-->IDLE 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@29082782{s=END} 17:16:26.897 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@133a2697 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=14/60000}{io=1/1,kio=1,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]}, result: null 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba 17:16:26.897 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=14/60000}{io=1/0,kio=1,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.897 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=14/60000}{io=1/0,kio=1,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:26.897 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@5d18104d{Connect@7d471507{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40166 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@79789e77, client.connector=HttpClient@3e850122{STARTED}}}} in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=36]@2021-11-11T17:16:26.904Z 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=36]@2021-11-11T17:16:26.904Z 17:16:26.904 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=36]@2021-11-11T17:16:26.904Z 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=36]@2021-11-11T17:16:26.904Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=21/60000}{io=1/0,kio=1,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:26.904 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=37]@2021-11-11T17:16:26.904Z tryProduce true 17:16:26.904 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.904 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2590783c{AC.ReadCB@34fef284{HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=21/60000}{io=1/0,kio=1,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:26.904 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=21/60000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:26.904 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=21/60000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:26.904 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: fjyNMCIDJrq0CCiWZIAG6A== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@154be3ed{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:26.911 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c, policy=WebSocketPolicy@7064ca2e[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:26.912 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:26.919 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8} 17:16:26.919 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8} 17:16:26.919 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] 17:16:26.919 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] added {WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},POJO} 17:16:26.919 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],AUTO} 17:16:26.919 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=42/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=36},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=42/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=36}] 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c] 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9479ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c] 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9479ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=42/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=36},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=42/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=36}] 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=43/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=36},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9480ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:26.947 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:16:26.948 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=43/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=START}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=37} 17:16:26.948 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=43} 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@154be3ed{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@154be3ed{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=43} 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@72ae4d5) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@51c96ba4 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=43} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:26 GMT Connection: Upgrade Sec-WebSocket-Accept: 8w/NnmaxKzVhfGyTdWYpZKWmfwk= Upgrade: WebSocket 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@2130e4aa[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@10dbf064] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:26 GMT Connection: Upgrade Sec-WebSocket-Accept: 8w/NnmaxKzVhfGyTdWYpZKWmfwk= Upgrade: WebSocket 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@2130e4aa[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@10dbf064] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4087b2e6{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{WRITING}->null:IDLE-->WRITING 17:16:26.954 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 1/1/1 selected 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=W,to=50/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=COMPLETING}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=43} 17:16:26.954 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 1 keys, 0 updates 17:16:26.954 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@4087b2e6{WRITING}->null 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{IDLE}->null:WRITING-->IDLE 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@2130e4aa[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@10dbf064] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:26.955 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@59278fb1 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=57/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@72ae4d5 w=false 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@154be3ed{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@154be3ed{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.955 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=57/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@154be3ed{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=44} 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:16:26.955 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=57/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:16:26.955 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=END}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=44} to WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=END}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=44} 17:16:26.961 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@154be3ed{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:26.961 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=0} tryExecute EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.961Z 17:16:26.961 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=1} startReservedThread p=1 17:16:26.961 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@181a858a startThread=0 17:16:26.961 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@181a858a in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=1}] 17:16:26.961 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=1}@181a858a started 17:16:26.961 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=END}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=50} upgrading from HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=END}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=50} to WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=END}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=50} 17:16:26.961 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@181a858a waiting 17:16:26.962 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:26.961Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=64/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:16:26.962 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@34fef284[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8eaaab{s=END}]=>HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=51} 17:16:26.962 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=64/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:16:26.962 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[HANDSHAKING],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.968 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:16:26.962 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:26.962 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=64/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}] 17:16:26.968 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.968 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:16:26.968 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@4e40dc74[batching=true] 17:16:26.968 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@7875e597{AC.ReadCB@596710e3{HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=71/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:26.968 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=71/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.968 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:26.968 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENING],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@4e40dc74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:26.968 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@31c01eb9{DirectByteBuffer@3f07f6f1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:16:26.968 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@3f07f6f1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.968 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:26.968 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:26.968 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:16:26.968 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@3f07f6f1[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.969 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@31c01eb9{DirectByteBuffer@3f07f6f1[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[null 0 null]@2b3578e7[PENDING/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@3f07f6f1[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:16:26.969 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba] 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7 17:16:26.969 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:16:26.969 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:16:26.969 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:16:26.969 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:26.969 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:26.969 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:26.969 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:26.969 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@4f0fcab2[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@32a8442b | +> SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c] - STARTED += ExtensionStack@5f70d908[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:26.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 17:16:26.975 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@154be3ed{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7 Date: Thu, 11 Nov 2021 17:16:26 GMT Connection: Upgrade Sec-WebSocket-Accept: 8w/NnmaxKzVhfGyTdWYpZKWmfwk= Upgrade: WebSocket 17:16:26.975 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:16:26.975 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:26.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.975 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@77e447ec{s=HttpChannelState@154be3ed{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:16:26.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:26.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:26.975 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7 17:16:26.975 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@34fef284::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@154be3ed{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:26.976 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:26.976 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba > HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7] null 17:16:26.976 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7 17:16:26.976 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.976 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:16:26.983 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],AUTO} 17:16:26.983 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.983 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.989 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9] 17:16:26.989 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9522ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9] 17:16:26.990 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9522ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:26.990 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:26.990 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:16:26.990 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.990 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @9522ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:26.990 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.990 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@31c01eb9{DirectByteBuffer@3f07f6f1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@596710e3(l:/127.0.0.1:40166 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@185a1ad8(exchange=HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]})[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[HANDSHAKING],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@21172d25[batching=true] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENING],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@21172d25[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 on ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=0 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=1 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/1 selected 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 1 updates 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:26.997 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@4fbe1062[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@7e3afcca | +> SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9] - STARTED += ExtensionStack@1898180a[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@1615da9b{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@185a1ad8(exchange=null)[send=HttpSenderOverHTTP@4889d678(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@29082782{s=START}],recv=HttpReceiverOverHTTP@3031b593(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@41c204a0{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@596710e3::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@a64e035[size=0 closed=false] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba > HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba] 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@4d74c3ba > HttpResponse[HTTP/1.1 101 Switching Protocols]@2b3578e7] null 17:16:26.997 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:26.998 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:26.998 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5609ad67[p=0,l=75,c=75,r=75]={<<<{"uri":"/sensinact/provid...esources/location/GET"}>>>} 17:16:26.998 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:16:26.998 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=75,fin=true,rsv=...,masked=false] 17:16:26.998 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=75,fin=true,rsv=...,masked=false] 17:16:26.998 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=75,fin=true,rsv=...,masked=true], Flusher@58ce49d6[PROCESSING]) 17:16:26.998 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=75,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null] to Flusher@3760750f[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.998 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:26.998 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=75,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null]] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null]] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=81 cap=32768] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4c756655{IDLE}->null [DirectByteBuffer@5cf1c617[p=0,l=81,c=32768,r=81]={<<<\x81\xCb\xEb\x8bx\x95\x90\xA9\r\xE7\x82\xA9B\xB7\xC4\xF8\x1d\xFb\x98\xE2\x16\xF4\x88\xFfW...\x8e\xF8\x17\xE0\x99\xE8\x1d\xE6\xC4\xE7\x17\xF6\x8a\xFf\x11\xFa\x85\xA4?\xD0\xBf\xA9\x05>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{WRITING}->null:IDLE-->WRITING 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 81 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=81 remaining=0 WriteFlusher@4c756655{WRITING}->null 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{IDLE}->null:WRITING-->IDLE 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@133a2697 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=35/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] processing 0 entries: [] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] auto flushing 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] flushing 0 frames: [] 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=35/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:27.004 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=35/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=37]@2021-11-11T17:16:27.004Z 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=37]@2021-11-11T17:16:27.004Z 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=37]@2021-11-11T17:16:27.004Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=35/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:27.004 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=37]@2021-11-11T17:16:27.004Z 17:16:27.004 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=35/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:27.011 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=38]@2021-11-11T17:16:27.011Z tryProduce true 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xAf\x97wV\x1d{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.011 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.011 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 81 DirectByteBuffer@5ebfbabf[p=0,l=81,c=4096,r=81]={<<<\x81\xCb\xEb\x8bx\x95\x90\xA9\r\xE7\x82\xA9B\xB7\xC4\xF8\x1d\xFb\x98\xE2\x16\xF4\x88\xFfW...\x8e\xF8\x17\xE0\x99\xE8\x1d\xE6\xC4\xE7\x17\xF6\x8a\xFf\x11\xFa\x85\xA4?\xD0\xBf\xA9\x05>>>}}meters"...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 81 bytes - DirectByteBuffer@5ebfbabf[p=0,l=81,c=4096,r=81]={<<<\x81\xCb\xEb\x8bx\x95\x90\xA9\r\xE7\x82\xA9B\xB7\xC4\xF8\x1d\xFb\x98\xE2\x16\xF4\x88\xFfW...\x8e\xF8\x17\xE0\x99\xE8\x1d\xE6\xC4\xE7\x17\xF6\x8a\xFf\x11\xFa\x85\xA4?\xD0\xBf\xA9\x05>>>}}meters"...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=81,c=4096,r=81]={<<<\x81\xCb\xEb\x8bx\x95\x90\xA9\r\xE7\x82\xA9B\xB7\xC4\xF8\x1d\xFb\x98\xE2\x16\xF4\x88\xFfW...\x8e\xF8\x17\xE0\x99\xE8\x1d\xE6\xC4\xE7\x17\xF6\x8a\xFf\x11\xFa\x85\xA4?\xD0\xBf\xA9\x05>>>}}meters"...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 81 bytes 17:16:27.011 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:27.011 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 75 - Parser@332d4875[ExtensionStack,s=PAYLOAD_LEN,c=0,len=75,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@640c1547[p=0,l=75,c=75,r=75]={<<<\x90\xA9\r\xE7\x82\xA9B\xB7\xC4\xF8\x1d\xFb\x98\xE2\x16\xF4\x88\xFfW\xE5\x99\xE4\x0e\xFc\x8f...\x8e\xF8\x17\xE0\x99\xE8\x1d\xE6\xC4\xE7\x17\xF6\x8a\xFf\x11\xFa\x85\xA4?\xD0\xBf\xA9\x05>>>} 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=75,fin=true,rsv=...,masked=true] 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=75,fin=true,rsv=...,masked=true]) 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=75,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@640c1547[p=0,l=75,c=75,r=75]={<<<{"uri":"/sensinact/provid...esources/location/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:27.011 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([75] "{"uri":"/sensinact/p...rvices/admin/resources/location/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@26057a13[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=163,fin=true,rsv=...,masked=false] 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=163,fin=true,rsv=...,masked=false] 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=163,fin=true,rsv=...,masked=false], Flusher@2227f5b9[PROCESSING]) 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=163,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null] to Flusher@7cbadf56[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.012 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=163,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null]] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null]] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=167 cap=32768] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4087b2e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=167,c=32768,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>light/swi...\x00\x00\x00\x00\x00\x00\x00}] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{WRITING}->null:IDLE-->WRITING 17:16:27.020 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 1/1/1 selected 17:16:27.020 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 1 keys, 0 updates 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 167 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=W,to=8/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=167,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=167 remaining=0 WriteFlusher@4087b2e6{WRITING}->null 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{IDLE}->null:WRITING-->IDLE 17:16:27.020 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@59278fb1 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=15/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] processing 0 entries: [] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] auto flushing 17:16:27.020 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=15/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] flushing 0 frames: [] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:27.020 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=16/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=81,l=81,c=4096,r=0]={\x81\xCb\xEb\x8bx\x95{"u...n/GET"}<<<>>>}}meters"...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCb\xEb\x8bx\x95{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.020 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0} tryExecute EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:27.02Z 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]}} 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.020 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:27.020 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=0}@181a858a offer EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:27.02Z 17:16:27.044 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=1} startReservedThread p=1 17:16:27.044 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@4c773c27 startThread=0 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.044 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@4c773c27 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=1}] 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 17:16:27.044 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=1}@4c773c27 started 17:16:27.044 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@4c773c27 waiting 17:16:27.044 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@181a858a task=EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:27.044Z 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=24/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.044 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:27.044Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=40/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:27.044 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:27.044Z tryProduce true 17:16:27.044 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=40/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:27.044 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:27.044 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=40/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:27.044 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.044 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.045 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 167 DirectByteBuffer@29c8781f[p=0,l=167,c=4096,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.045 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 167 bytes - DirectByteBuffer@29c8781f[p=0,l=167,c=4096,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.045 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=0,l=167,c=4096,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 167 bytes 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 163 - Parser@1e150385[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=163,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@78357ac5[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=163,fin=true,rsv=...,masked=false] 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=163,fin=true,rsv=...,masked=false]) 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=163,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@78357ac5[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([163] "{"response":{"name":...der/admin/location","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"location","type":"string","value":"45.2:5.7","timestamp":1636650986805},"type":"GET_RESPONSE","uri":"/slider/admin/location","statusCode":200} 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=167,l=167,c=4096,r=0]={\x81~\x00\xA3{"res...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.051 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@29c8781f[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xA3{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.052 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]] 17:16:27.052 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]]}} 17:16:27.052 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]] 17:16:27.052 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 on ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=0 17:16:27.052 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=1 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:16:27.052 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@543e593 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}] 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/1 selected 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 1 updates 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]] 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.052 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@19f343ed[p=0,l=144,c=144,r=144]={<<<{"uri":"/sensinact/provid...g","value":"0.0,0.0"}]}>>>} 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=144,fin=true,rsv=...,masked=false] 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=144,fin=true,rsv=...,masked=false] 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=144,fin=true,rsv=...,masked=true], Flusher@58ce49d6[PROCESSING]) 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=144,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null] to Flusher@3760750f[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=144,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null]] 17:16:27.204 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null]] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=152 cap=32768] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4c756655{IDLE}->null [DirectByteBuffer@5cf1c617[p=0,l=152,c=32768,r=152]={<<<\x81\xFe\x00\x90\xDdc&\x11\xA6ASc\xB4A\x1c3\xF2\x10C\x7f\xAe\nHp\xBe...\x04\x04=\xFf\x15G}\xA8\x06\x04+\xFfS\x08!\xF1S\x08!\xFf\x1e{l>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{WRITING}->null:IDLE-->WRITING 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 152 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=153/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=152,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=152 remaining=0 WriteFlusher@4c756655{WRITING}->null 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{IDLE}->null:WRITING-->IDLE 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@133a2697 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=184/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] processing 0 entries: [] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] auto flushing 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=184/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] flushing 0 frames: [] 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=184/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]:runFillable:BLOCKING 17:16:27.205 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=38]@2021-11-11T17:16:27.205Z 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=38]@2021-11-11T17:16:27.205Z 17:16:27.205 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=38]@2021-11-11T17:16:27.205Z 17:16:27.205 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=38]@2021-11-11T17:16:27.205Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=185/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:27.206 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=39]@2021-11-11T17:16:27.205Z tryProduce true 17:16:27.206 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=185/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]}} 17:16:27.206 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:27.206 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=185/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:27.206 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCb\xEb\x8bx\x95{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 152 DirectByteBuffer@5ebfbabf[p=0,l=152,c=4096,r=152]={<<<\x81\xFe\x00\x90\xDdc&\x11\xA6ASc\xB4A\x1c3\xF2\x10C\x7f\xAe\nHp\xBe...\x04\x04=\xFf\x15G}\xA8\x06\x04+\xFfS\x08!\xF1S\x08!\xFf\x1e{l>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 152 bytes - DirectByteBuffer@5ebfbabf[p=0,l=152,c=4096,r=152]={<<<\x81\xFe\x00\x90\xDdc&\x11\xA6ASc\xB4A\x1c3\xF2\x10C\x7f\xAe\nHp\xBe...\x04\x04=\xFf\x15G}\xA8\x06\x04+\xFfS\x08!\xF1S\x08!\xFf\x1e{l>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=152,c=4096,r=152]={<<<\x81\xFe\x00\x90\xDdc&\x11\xA6ASc\xB4A\x1c3\xF2\x10C\x7f\xAe\nHp\xBe...\x04\x04=\xFf\x15G}\xA8\x06\x04+\xFfS\x08!\xF1S\x08!\xFf\x1e{l>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 152 bytes 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 144 - Parser@332d4875[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=144,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@751aeddf[p=0,l=144,c=144,r=144]={<<<\xA6ASc\xB4A\x1c3\xF2\x10C\x7f\xAe\nHp\xBe\x17\ta\xAf\x0cPx\xB9...\x04\x04=\xFf\x15G}\xA8\x06\x04+\xFfS\x08!\xF1S\x08!\xFf\x1e{l>>>} 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=144,fin=true,rsv=...,masked=true] 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=144,fin=true,rsv=...,masked=true]) 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=144,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@751aeddf[p=0,l=144,c=144,r=144]={<<<{"uri":"/sensinact/provid...g","value":"0.0,0.0"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:27.206 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([144] "{"uri":"/sensinact/p...,"type":"string","value":"0.0,0.0"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@3d278a6d[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=162,fin=true,rsv=...,masked=false] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=162,fin=true,rsv=...,masked=false] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=162,fin=true,rsv=...,masked=false], Flusher@2227f5b9[PROCESSING]) 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=162,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null] to Flusher@7cbadf56[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=162,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null]] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null]] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=166 cap=32768] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4087b2e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=166,c=32768,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}light/sw...\x00\x00\x00\x00\x00\x00\x00}] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{WRITING}->null:IDLE-->WRITING 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 1/1/1 selected 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@4087b2e6{WRITING}->null 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 1 keys, 0 updates 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{IDLE}->null:WRITING-->IDLE 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] processing 0 entries: [] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] auto flushing 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] flushing 0 frames: [] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@59278fb1 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=152,l=152,c=4096,r=0]={\x81\xFe\x00\x90\xDdc&\x11{...0.0"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x90\xDdc&\x11{...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]] 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]] 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]]}} 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]] 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]]:runFillable:BLOCKING 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:27.207 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]] 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.207 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0} tryExecute EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:27.207Z 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=0}@4c773c27 offer EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:27.207Z 17:16:27.207 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=1} startReservedThread p=1 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@57d8c781 startThread=0 17:16:27.208 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@57d8c781 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=1}] 17:16:27.208 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=1}@57d8c781 started 17:16:27.208 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@57d8c781 waiting 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:27.208Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:27.208 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=1}@4c773c27 task=EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:27.208Z 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]]}} 17:16:27.208 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:27.208Z tryProduce true 17:16:27.208 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.208 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:27.208 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=163,f=null]] 17:16:27.208 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xA3{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@29c8781f[p=0,l=166,c=4096,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 166 bytes - DirectByteBuffer@29c8781f[p=0,l=166,c=4096,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=0,l=166,c=4096,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 166 bytes 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 162 - Parser@1e150385[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=162,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@591f230a[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=162,fin=true,rsv=...,masked=false] 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=162,fin=true,rsv=...,masked=false]) 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=162,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@591f230a[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([162] "{"response":{"name":...der/admin/location","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"location","type":"string","value":"0.0,0.0","timestamp":1636650987207},"type":"SET_RESPONSE","uri":"/slider/admin/location","statusCode":200} 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=166,l=166,c=4096,r=0]={\x81~\x00\xA2{"res...e":200}<<<>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.208 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.209 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@29c8781f[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xA2{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.209 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.209 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]]}} 17:16:27.209 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.209 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 on ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=0 17:16:27.209 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=1 17:16:27.209 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=2/2,p=0}@181a858a waiting 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/1 selected 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 1 updates 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.209 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@20ab721[p=0,l=75,c=75,r=75]={<<<{"uri":"/sensinact/provid...esources/location/GET"}>>>} 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=75,fin=true,rsv=...,masked=false] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=75,fin=true,rsv=...,masked=false] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=75,fin=true,rsv=...,masked=true], Flusher@58ce49d6[PROCESSING]) 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=75,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null] to Flusher@3760750f[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=75,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null]] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@58ce49d6[PROCESSING],AUTO,null]] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=81 cap=32768] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4c756655{IDLE}->null [DirectByteBuffer@5cf1c617[p=0,l=81,c=32768,r=81]={<<<\x81\xCbq\x95(\x13\n\xB7]a\x18\xB7\x121^\xE6M}\x02\xFcFr\x12\xE1\x07...\x14\xE6Gf\x03\xF6M`^\xF9Gp\x10\xE1A|\x1f\xBaoV%\xB7U>>>A\n3\xAd\x02Tp\xB0\x06...\x00\x00\x00\x00\x00\x00\x00}] 17:16:27.405 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{WRITING}->null:IDLE-->WRITING 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 81 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=81 remaining=0 WriteFlusher@4c756655{WRITING}->null 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{IDLE}->null:WRITING-->IDLE 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] processing 0 entries: [] 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] auto flushing 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@133a2697 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]] 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=81,terminated=null] flushing 0 frames: [] 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]] 17:16:27.406 [Thread-65] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]]:runFillable:BLOCKING 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=39]@2021-11-11T17:16:27.406Z 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=39]@2021-11-11T17:16:27.406Z 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=39]@2021-11-11T17:16:27.406Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:27.406 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=39]@2021-11-11T17:16:27.406Z 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]]}} 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x90\xDdc&\x11{...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.406 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=40]@2021-11-11T17:16:27.406Z tryProduce true 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.406 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.406 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 81 DirectByteBuffer@5ebfbabf[p=0,l=81,c=4096,r=81]={<<<\x81\xCbq\x95(\x13\n\xB7]a\x18\xB7\x121^\xE6M}\x02\xFcFr\x12\xE1\x07...\x14\xE6Gf\x03\xF6M`^\xF9Gp\x10\xE1A|\x1f\xBaoV%\xB7U>>>","parame...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 81 bytes - DirectByteBuffer@5ebfbabf[p=0,l=81,c=4096,r=81]={<<<\x81\xCbq\x95(\x13\n\xB7]a\x18\xB7\x121^\xE6M}\x02\xFcFr\x12\xE1\x07...\x14\xE6Gf\x03\xF6M`^\xF9Gp\x10\xE1A|\x1f\xBaoV%\xB7U>>>","parame...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=81,c=4096,r=81]={<<<\x81\xCbq\x95(\x13\n\xB7]a\x18\xB7\x121^\xE6M}\x02\xFcFr\x12\xE1\x07...\x14\xE6Gf\x03\xF6M`^\xF9Gp\x10\xE1A|\x1f\xBaoV%\xB7U>>>","parame...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:27.406 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=144,f=null]] 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 81 bytes 17:16:27.406 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 75 - Parser@332d4875[ExtensionStack,s=PAYLOAD_LEN,c=0,len=75,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@40bb99f0[p=0,l=75,c=75,r=75]={<<<\n\xB7]a\x18\xB7\x121^\xE6M}\x02\xFcFr\x12\xE1\x07c\x03\xFa^z\x15...\x14\xE6Gf\x03\xF6M`^\xF9Gp\x10\xE1A|\x1f\xBaoV%\xB7U>>>} 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=75,fin=true,rsv=...,masked=true] 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=75,fin=true,rsv=...,masked=true]) 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=75,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@40bb99f0[p=0,l=75,c=75,r=75]={<<<{"uri":"/sensinact/provid...esources/location/GET"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:27.406 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([75] "{"uri":"/sensinact/p...rvices/admin/resources/location/GET"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@7e3f629a[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=162,fin=true,rsv=...,masked=false] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=162,fin=true,rsv=...,masked=false] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=162,fin=true,rsv=...,masked=false], Flusher@2227f5b9[PROCESSING]) 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=162,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null] to Flusher@7cbadf56[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=162,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null]] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@2227f5b9[PROCESSING],AUTO,null]] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=166 cap=32768] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4087b2e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=166,c=32768,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}light/sw...\x00\x00\x00\x00\x00\x00\x00}] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{WRITING}->null:IDLE-->WRITING 17:16:27.407 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 1/1/1 selected 17:16:27.407 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 1 keys, 0 updates 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@4087b2e6{WRITING}->null 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{IDLE}->null:WRITING-->IDLE 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] 17:16:27.407 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@59278fb1 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] processing 0 entries: [] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] auto flushing 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=166,terminated=null] flushing 0 frames: [] 17:16:27.407 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=81,l=81,c=4096,r=0]={\x81\xCbq\x95(\x13{"u...n/GET"}<<<>>>","parame...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.407 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]]:runFillable:BLOCKING 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCbq\x95(\x13{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.407 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=2/2,p=0} tryExecute EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:27.407Z 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]}} 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.407 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@181a858a offer EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:27.407Z 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:27.407 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:27.407 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:27.407 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:27.407 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:27.407 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.408 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@66b9c4d8 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:27.407Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@181a858a task=EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:27.408Z 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]]}} 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:27.408 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:27.408 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xA2{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.408 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=true/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:27.408Z tryProduce true 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@29c8781f[p=0,l=166,c=4096,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 166 bytes - DirectByteBuffer@29c8781f[p=0,l=166,c=4096,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=0,l=166,c=4096,r=166]={<<<\x81~\x00\xA2{"response":{"name":"...tion","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 166 bytes 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 162 - Parser@1e150385[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=162,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@13fc6ec4[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=162,fin=true,rsv=...,masked=false] 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=TEXT[len=162,fin=true,rsv=...,masked=false]]] 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=162,fin=true,rsv=...,masked=false]) 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=162,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@13fc6ec4[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([162] "{"response":{"name":...der/admin/location","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"name":"location","type":"string","value":"0.0,0.0","timestamp":1636650987207},"type":"GET_RESPONSE","uri":"/slider/admin/location","statusCode":200} 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@344f9f13[READING] getAction(DirectByteBuffer@29c8781f[p=166,l=166,c=4096,r=0]={\x81~\x00\xA2{"res...e":200}<<<>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@29c8781f[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xA2{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]]}} 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 on ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=0 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=1 17:16:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=2/2,p=0}@4c773c27 waiting 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/1 selected 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 1 updates 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@7ec9d6f7 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.408 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 1 keys 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=645/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=646/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=646/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=40]@2021-11-11T17:16:27.5Z 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=40]@2021-11-11T17:16:27.5Z 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=40]@2021-11-11T17:16:27.5Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=646/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:27.500 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=40]@2021-11-11T17:16:27.5Z 17:16:27.500 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=41]@2021-11-11T17:16:27.5Z tryProduce true 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=646/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:27.500 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.500 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=646/60000}{io=0/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:27.500 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=646/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.500 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.500 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} filled 306 HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=39,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=306,c=8192,r=306]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 71 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 71} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parse HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.501 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} Content@1f71fc03{HeapByteBufferR@58741831[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@1f71fc03{HeapByteBufferR@58741831[p=235,l=306,c=8192,r=71]={POST /sen... 71\r\n\r\n<<<{"parameters":[{"name":"l...","value":"45.2:5.7"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parsed false HttpParser{s=END,71 of 71} 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=71,q=1,[0]=EOF,s=STREAM] read 71 from Content@1f71fc03{HeapByteBufferR@58741831[p=306,l=306,c=8192,r=0]={POST /sen...5.7"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:27.502 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@82d7e78[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@18ac0a9a[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@60e12c2e] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@18ac0a9a[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@60e12c2e] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>zVhfGyTdW...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@18ac0a9a[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,71 of 71},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@60e12c2e] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=40,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:27.503 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=40,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=2} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2eb9bf67) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=40,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=3} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=163 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,71 of 71} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:27.504 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.504 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=41]@2021-11-11T17:16:27.505Z 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=41]@2021-11-11T17:16:27.505Z 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=41]@2021-11-11T17:16:27.505Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:27.505 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=41]@2021-11-11T17:16:27.505Z 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 182 HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.505 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=42]@2021-11-11T17:16:27.505Z tryProduce true 17:16:27.505 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.505 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} filled 182 HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:27.505 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=40,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:27.505 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} GET //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/slider/services/admin/resources/location/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} parsed false HttpParser{s=END,0 of -1} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.505 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f40ab55[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@3636e859[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@331867b7] (null,[p=0,l=163,c=163,r=163],true)@START 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@3636e859[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@331867b7] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>zVhfGyTdW...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3636e859[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=41,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=1} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@331867b7] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=41,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=1} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=41,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=1} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@16430d0f) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=41,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=1} 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/GET written=163 17:16:27.506 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:27.507 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=42]@2021-11-11T17:16:27.507Z 17:16:27.507 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=42]@2021-11-11T17:16:27.507Z 17:16:27.508 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=42]@2021-11-11T17:16:27.507Z 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=42]@2021-11-11T17:16:27.507Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:27.508 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=43]@2021-11-11T17:16:27.508Z tryProduce true 17:16:27.508 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:27.508 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:27.508 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.508 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 305 HeapByteBuffer@25c15cdb[p=0,l=305,c=8192,r=305]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} filled 305 HeapByteBuffer@25c15cdb[p=0,l=305,c=8192,r=305]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=41,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=305,c=8192,r=305]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=305,c=8192,r=305]={<<>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:27.508 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 70 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 70},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 70} 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=0} 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/SET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.509 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 70},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} parse HeapByteBuffer@25c15cdb[p=235,l=305,c=8192,r=70]={POST /sen... 70\r\n\r\n<<<{"parameters":[{"name":"l...g","value":"0.0,0.0"}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=235,l=305,c=8192,r=70]={POST /sen... 70\r\n\r\n<<<{"parameters":[{"name":"l...g","value":"0.0,0.0"}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} Content@4d04ca76{HeapByteBufferR@3584f196[p=235,l=305,c=8192,r=70]={POST /sen... 70\r\n\r\n<<<{"parameters":[{"name":"l...g","value":"0.0,0.0"}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@4d04ca76{HeapByteBufferR@3584f196[p=235,l=305,c=8192,r=70]={POST /sen... 70\r\n\r\n<<<{"parameters":[{"name":"l...g","value":"0.0,0.0"}]}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=1} 17:16:27.510 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:27.516 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:27.516 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:27.516 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,70 of 70},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} parsed false HttpParser{s=END,70 of 70} 17:16:27.516 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=70,q=1,[0]=EOF,s=STREAM] read 70 from Content@4d04ca76{HeapByteBufferR@3584f196[p=305,l=305,c=8192,r=0]={POST /sen...0.0"}]}<<<>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:27.516 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,70 of 70},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=7} 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3fccf529[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=162 null 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@5470dfdc[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/SET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 162 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=162},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@46ea8c85] (null,[p=0,l=162,c=162,r=162],true)@START 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=162} last=true content=HeapByteBuffer@5470dfdc[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 162 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=162},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@46ea8c85] ([p=0,l=123,c=16384,r=123],[p=0,l=162,c=162,r=162],true)@COMPLETING 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>zVhfGyTdW...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@5470dfdc[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:27.517 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 285 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,70 of 70},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=8} 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=285 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=162},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@46ea8c85] ([p=123,l=123,c=16384,r=0],[p=162,l=162,c=162,r=0],true)@END 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=42,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=42,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=9} 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@73e82897) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.518 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=42,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/SET,age=14} 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/SET written=162 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,70 of 70} 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 182 HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.523 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=IDLE,uri=null,age=0} filled 182 HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=42,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=182,c=8192,r=182]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} GET //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/slider/services/admin/resources/location/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=0} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/admin/resources/location/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.524 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/admin/resources/location/GET @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:27.530 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/admin/resources/location/GET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=7} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=7} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=7} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=7} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=7} parsed false HttpParser{s=END,0 of -1} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=7} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:27.531 [qtp730923082-16] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79094ae7[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=162 null 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6b956fe7[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/admin/resources/location/GET on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 162 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=162},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@590b5e92] (null,[p=0,l=162,c=162,r=162],true)@START 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=162} last=true content=HeapByteBuffer@6b956fe7[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:27 GMT Content-Type: application/json;charset=utf-8 Content-Length: 162 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=162},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@590b5e92] ([p=0,l=123,c=16384,r=123],[p=0,l=162,c=162,r=162],true)@COMPLETING 17:16:27.532 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>zVhfGyTdW...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6b956fe7[p=0,l=162,c=162,r=162]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 285 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,0 of -1},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=43,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=14} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=285 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=162},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@590b5e92] ([p=123,l=123,c=16384,r=0],[p=162,l=162,c=162,r=0],true)@END 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=43,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=14} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=43,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=14} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5da97dc3) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=43,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/admin/resources/location/GET,age=14} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/admin/resources/location/GET written=162 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.538 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.539 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:27.539 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:16:27.539 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:27.539 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.539 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.546 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@782168b7{STOPPED}[9.4.42.v20210604] added {ExecutorThreadPool[etp673129458]@281f23f2{STOPPED,8<=0<=10,i=0,q=0,NO_TRY},AUTO} 17:16:27.547 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:27.547 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.547 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:27.547 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:27.547 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:27.548 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:27.548 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:27.548 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.548 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:27.548 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:27.548 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:27.548 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:27.548 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.548 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@20ab6e0b{STOPPED} added {callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@20ab6e0b{STOPPED} added {[/]=>callbackServlet,POJO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@782168b7{STOPPED}[9.4.42.v20210604] added {ServletHandler@20ab6e0b{STOPPED},MANAGED} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@677943d8[HTTP/1.1] added {HttpConfiguration@71df075f{32768/8192,8192/8192,https://:0,[]},POJO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{null, ()}{0.0.0.0:0} added {Server@782168b7{STOPPED}[9.4.42.v20210604],UNMANAGED} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{null, ()}{0.0.0.0:0} added {ExecutorThreadPool[etp673129458]@281f23f2{STOPPED,8<=0<=10,i=0,q=0,NO_TRY},AUTO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@51b7716b{STOPPED},AUTO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@7c7d8f06,POJO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@677943d8[HTTP/1.1],AUTO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@2a979904{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@677943d8[HTTP/1.1] 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@2a979904{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} added {org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$1@90e7b0f,POJO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} added org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$1@90e7b0f 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@782168b7{STOPPED}[9.4.42.v20210604] added {ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898},AUTO} 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@782168b7{STOPPED}[9.4.42.v20210604] 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@782168b7{STARTING}[9.4.42.v20210604] added {ErrorHandler@199bd097{STOPPED},AUTO} 17:16:27.548 [Thread-66] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@782168b7{STARTING}[9.4.42.v20210604] 17:16:27.548 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExecutorThreadPool[etp673129458]@281f23f2{STOPPED,8<=0<=10,i=0,q=0,NO_TRY} 17:16:27.549 [Thread-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0} 17:16:27.549 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ExecutorThreadPool[etp673129458]@281f23f2{STARTING,8<=8<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}} added {ReservedThreadExecutor@35b3f96f{s=0/1,p=0},AUTO} 17:16:27.554 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@35b3f96f{s=0/1,p=0} 17:16:27.554 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10087ms ReservedThreadExecutor@35b3f96f{s=0/1,p=0} 17:16:27.554 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10087ms ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@20ab6e0b{STOPPED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=callbackServlet[EMBEDDED:null] 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={callbackServlet=callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10087ms callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for callbackServlet 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@20ab6e0b{STARTING} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10087ms ServletHandler@20ab6e0b{STARTED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@199bd097{STOPPED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@199bd097{STARTING} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10087ms ErrorHandler@199bd097{STARTED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8898],POJO} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@51b7716b{STOPPED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10087ms ScheduledExecutorScheduler@51b7716b{STARTED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@677943d8[HTTP/1.1] 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10087ms HttpConnectionFactory@677943d8[HTTP/1.1] 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:27.555Z added {SelectorProducer@545483c2,POJO} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:27.555Z added {ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}},UNMANAGED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:27.555Z created 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@570312c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:27.555Z,MANAGED} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} added {ManagedSelector@570312c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@570312c{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:27.555Z 17:16:27.555 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10088ms EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=8<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:27.555Z 17:16:27.556 [Thread-66] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@79600e3b on ManagedSelector@570312c{STARTING} id=0 keys=0 selected=0 updates=0 17:16:27.556 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=9<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:27.556Z tryProduce false 17:16:27.556 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:27.556 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@79600e3b 17:16:27.556 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:27.556 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 0 keys 17:16:27.556 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10088ms ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=0 17:16:27.562 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10094ms SelectorManager@ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:16:27.562 [Thread-66] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} added {acceptor-0@9dad846,POJO} 17:16:27.562 [Thread-66] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:16:27.562 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10094ms ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:16:27.562 [Thread-66] INFO org.eclipse.jetty.server.Server - Started @10094ms 17:16:27.562 [Thread-66] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @10094ms Server@782168b7{STARTED}[9.4.42.v20210604] 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STOPPED} added {HttpClientTransportOverHTTP@6093d508{STOPPED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STOPPED} added {Client@13047d7d[provider=null,keyStore=null,trustStore=null],AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@3c7cfcbb,POJO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@65bb9029,POJO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp469643779]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@2b214b94,POJO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STOPPED} added {QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@70e3f36f,POJO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@127f0d49[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] added {HttpClient@7435a578{STOPPED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@127f0d49[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] added {SessionTracker@49601f82{STOPPED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@23e44287{STOPPED} added {InflaterPool@2b8d084{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@23e44287{STOPPED} added {DeflaterPool@6daf2337{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@23e44287{STOPPED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@7435a578{STOPPED} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STARTING} added {ScheduledExecutorScheduler@250b236d{STOPPED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@61f3fbb8,POJO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@6093d508{STOPPED} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@6093d508{STARTING} added {ClientSelectorManager@7551da2a{STOPPED},AUTO} 17:16:29.549 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@7551da2a{STOPPED} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.549Z added {SelectorProducer@78de58ea,POJO} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.55Z added {QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.55Z created 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@60e5272{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.55Z,MANAGED} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@7551da2a{STARTING} added {ManagedSelector@60e5272{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@60e5272{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.55Z 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=0} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] added {ReservedThreadExecutor@7d755813{s=0/2,p=0},AUTO} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@7d755813{s=0/2,p=0} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12082ms ReservedThreadExecutor@7d755813{s=0/2,p=0} 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-111,5,main] 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-112,5,main] 17:16:29.550 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-113,5,main] 17:16:29.550 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.550 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-114,5,main] 17:16:29.550 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-115,5,main] 17:16:29.552 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-116,5,main] 17:16:29.552 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-117,5,main] 17:16:29.552 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1949672824-118,5,main] 17:16:29.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12084ms QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12084ms EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.552Z 17:16:29.552 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@1f1cae23 startThread=0 17:16:29.552 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@1f1cae23 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.552 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@7c455e96 on ManagedSelector@60e5272{STARTING} id=0 keys=0 selected=0 updates=0 17:16:29.552 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.552Z tryProduce false 17:16:29.553 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.553 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@7c455e96 17:16:29.553 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.553 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 0 keys 17:16:29.553 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12085ms ManagedSelector@60e5272{STARTED} id=0 keys=0 selected=0 updates=0 17:16:29.553 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12085ms ClientSelectorManager@7551da2a{STARTED} 17:16:29.553 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12085ms HttpClientTransportOverHTTP@6093d508{STARTED} 17:16:29.553 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@13047d7d[provider=null,keyStore=null,trustStore=null] 17:16:29.553 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 985696[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms Client@13047d7d[provider=null,keyStore=null,trustStore=null] 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@250b236d{STOPPED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms ScheduledExecutorScheduler@250b236d{STARTED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms HttpClient@7435a578{STARTED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@49601f82{STOPPED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms SessionTracker@49601f82{STARTED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@23e44287{STOPPED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@2b8d084{STOPPED,size=0,capacity=UNLIMITED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms InflaterPool@2b8d084{STARTED,size=0,capacity=UNLIMITED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@6daf2337{STOPPED,size=0,capacity=UNLIMITED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms DeflaterPool@6daf2337{STARTED,size=0,capacity=UNLIMITED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms WebSocketExtensionFactory@23e44287{STARTED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12086ms WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STARTED},openSessions.size=0] 17:16:29.554 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458 to ws://127.0.0.1:8899/ws/sensinact 17:16:29.554 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:16:29.554 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:16:29.554 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:16:29.554 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:16:29.554 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458, policy=WebSocketPolicy@215a34b4[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@7435a578{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=null,MANAGED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=null 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] added {Pool@10876a6[size=0 closed=false],POJO} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:16:29.554 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:16:29.555 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12087ms DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:16:29.555 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12087ms HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:16:29.555 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:16:29.555 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7] 17:16:29.555 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 for HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=1,pool=DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=1] 17:16:29.555 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=1] 17:16:29.555 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:16:29.555 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:16:29.555 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@6dd91637{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:16:29.555 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@45792847 startThread=0 17:16:29.555 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@45792847 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.555 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:16:29.555 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@35bec1bf[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40168]] on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:29.555 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:29.555 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@8d30ee3{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=1,pool=DuplexConnectionPool@35d3ab60[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@cec8b21, client.connector=HttpClient@7435a578{STARTED}}} on ManagedSelector@60e5272{STARTED} id=0 keys=0 selected=0 updates=0 17:16:29.555 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=0 selected=0 updates=1 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/0 selected 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.555 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@45792847 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@35bec1bf[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40168]] 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@35bec1bf[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40168]] startThread=0 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@8d30ee3{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=1,pool=DuplexConnectionPool@35d3ab60[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@cec8b21, client.connector=HttpClient@7435a578{STARTED}}} 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.555 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@35bec1bf[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40168]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 1/1/1 selected 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 1 keys, 0 updates 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@5d01de23 Connect@8d30ee3{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=1,pool=DuplexConnectionPool@35d3ab60[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@cec8b21, client.connector=HttpClient@7435a578{STARTED}}} 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40168 remote=/127.0.0.1:8899] 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@593e515b{Connect@8d30ee3{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40168 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=1,pool=DuplexConnectionPool@35d3ab60[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@cec8b21, client.connector=HttpClient@7435a578{STARTED}}}} startThread=0 17:16:29.555 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@593e515b{Connect@8d30ee3{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40168 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=1,pool=DuplexConnectionPool@35d3ab60[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@cec8b21, client.connector=HttpClient@7435a578{STARTED}}}} in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.555 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:16:29.555 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@234f075b on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.555 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> 17:16:29.555 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@64c3e491 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.555 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.555 [qtp730923082-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ca2553{AC.ReadCB@580d0dcd{HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:29.555 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.556 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.556 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:16:29.556 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=2 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:16:29.556 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@41ee9922{AC.ReadCB@60fc6c56{HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@234f075b 17:16:29.556 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@35bec1bf[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40168]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=1 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=2 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/1 selected 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 2 updates 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@64c3e491 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@6dd91637{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@35d3ab60[c=0/1/64,a=0,i=1,q=1] 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.556 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@6dd91637{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@10876a6[size=1 closed=false] 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[PENDING/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]} on HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/1/64,a=1,i=0,q=0] 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[PENDING/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]} associated true to HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[PENDING/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: duJx+KgOk5M/ko+vH37bLA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@10aae1cf{s=START} 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: duJx+KgOk5M/ko+vH37bLA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@10aae1cf{s=COMPLETING} 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5af14c6a{IDLE}->null [HeapByteBuffer@45a02465[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{WRITING}->null:IDLE-->WRITING 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@6c230691 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[PENDING/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@10aae1cf{s=COMPLETING}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@5af14c6a{WRITING}->null 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{IDLE}->null:WRITING-->IDLE 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@10aae1cf{s=END} 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 17:16:29.556 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]}, result: null 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 17:16:29.556 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=43]@2021-11-11T17:16:29.556Z 17:16:29.557 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@593e515b{Connect@8d30ee3{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40168 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@cec8b21, client.connector=HttpClient@7435a578{STARTED}}}} in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=43]@2021-11-11T17:16:29.557Z 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=43]@2021-11-11T17:16:29.557Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ca2553{AC.ReadCB@580d0dcd{HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:29.557 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=43]@2021-11-11T17:16:29.557Z 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.557 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=44]@2021-11-11T17:16:29.557Z tryProduce true 17:16:29.557 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.557 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>","type":...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:16:29.557 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=URI,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:29.557 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: duJx+KgOk5M/ko+vH37bLA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5661ccfa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:29.557 [qtp730923082-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:29.558 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae, policy=WebSocketPolicy@13a6e574[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:16:29.558 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:29.558 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:16:29.558 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:16:29.558 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1}] 17:16:29.558 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1}] added {WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1},POJO} 17:16:29.558 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],AUTO} 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6}] 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6}] 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae] 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12095ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae] 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12095ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6}] 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=6},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12096ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:29.563 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:16:29.564 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=START}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=7} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=15} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5661ccfa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5661ccfa{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=15} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@38f1e9c4) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@1c5826eb 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=15} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:29 GMT Connection: Upgrade Sec-WebSocket-Accept: GM115CNQrV9o14y2tx6+yIXd8Lg= Upgrade: WebSocket 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@502116f9[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@5310fe89] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:29 GMT Connection: Upgrade Sec-WebSocket-Accept: GM115CNQrV9o14y2tx6+yIXd8Lg= Upgrade: WebSocket 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@502116f9[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@5310fe89] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@641892e6{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{WRITING}->null:IDLE-->WRITING 17:16:29.572 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 1/1/1 selected 17:16:29.572 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 1 keys, 0 updates 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=W,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=COMPLETING}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=15} 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@641892e6{WRITING}->null 17:16:29.572 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{IDLE}->null:WRITING-->IDLE 17:16:29.573 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@502116f9[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@5310fe89] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:29.573 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5d01de23 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=16/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.573 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@38f1e9c4 w=false 17:16:29.573 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5661ccfa{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:29.573 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5661ccfa{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:29.573 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=16/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.573 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5661ccfa{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:29.573 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=16/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:16:29.582 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=25} 17:16:29.582 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=0} tryExecute EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.582Z 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=1} startReservedThread p=1 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7d755813{s=0/2,p=1}@1c3cd418 startThread=0 17:16:29.582 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7d755813{s=0/2,p=1}@1c3cd418 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=1}] 17:16:29.582 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=1}@1c3cd418 started 17:16:29.582 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@1c3cd418 waiting 17:16:29.582 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=END}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=25} to WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=END}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=25} 17:16:29.582 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@5661ccfa{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:29.582Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=25/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=25/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:29.582 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=25/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}] 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.582 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=END}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=25} upgrading from HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=END}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=25} to WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=END}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=25} 17:16:29.582 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@41ee9922{AC.ReadCB@60fc6c56{HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=25/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:16:29.582 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=25/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.589 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.589 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=16/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@580d0dcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e942467{s=END}]=>HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=32} 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@6a4a7cea{DirectByteBuffer@648d9fd3[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@648d9fd3[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@648d9fd3[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.589 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=16/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[HANDSHAKING],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.589 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:16:29.589 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:16:29.589 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@157ba50f[batching=true] 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@6a4a7cea{DirectByteBuffer@648d9fd3[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[null 0 null]@703294c8[PENDING/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.589 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=16/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENING],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@157ba50f[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@648d9fd3[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:16:29.589 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:16:29.589 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7] 17:16:29.597 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=24/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:16:29.597 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ca2553{AC.ReadCB@67457e1f{WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:16:29.597 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:16:29.597 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:29.597 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8 Date: Thu, 11 Nov 2021 17:16:29 GMT Connection: Upgrade Sec-WebSocket-Accept: GM115CNQrV9o14y2tx6+yIXd8Lg= Upgrade: WebSocket 17:16:29.597 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:29.597 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8 17:16:29.598 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:29.598 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8 17:16:29.598 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@383760b4[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@67457e1f | +> SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae] - STARTED += ExtensionStack@78436d5f[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:29.598 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 > HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8] null 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8 17:16:29.598 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 17:16:29.598 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5661ccfa{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:29.598 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:16:29.598 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.598 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:29.605 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.605 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:16:29.605 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:29.605 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@3828b1c4{s=HttpChannelState@5661ccfa{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:16:29.605 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@580d0dcd::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@5661ccfa{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:29.605 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:29.605 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:16:29.605 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],AUTO} 17:16:29.644 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=54/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=54/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:29.644 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=54/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=54/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:29.644 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458] 17:16:29.644 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12177ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458] 17:16:29.645 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12177ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=55/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=55/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:16:29.645 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:16:29.645 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=55/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:16:29.651 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:29.651 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @12183ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@6a4a7cea{DirectByteBuffer@648d9fd3[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@60fc6c56(l:/127.0.0.1:40168 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@21c1666d(exchange=HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]})[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[HANDSHAKING],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@459f6aa7[batching=true] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENING],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@459f6aa7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=62/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.652 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=1 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/1 selected 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.659 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@25b095e8[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@60b2179a | +> SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458] - STARTED += ExtensionStack@7903825c[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@289d36bc{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@21c1666d(exchange=null)[send=HttpSenderOverHTTP@13b7a133(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@10aae1cf{s=START}],recv=HttpReceiverOverHTTP@6b367827(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@6dd91637{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@60fc6c56::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@10876a6[size=0 closed=false] 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 > HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7] 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@71870da7 > HttpResponse[HTTP/1.1 101 Switching Protocols]@703294c8] null 17:16:29.659 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:16:29.660 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:29.660 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@e038e1d[p=0,l=82,c=82,r=82]={<<<{"uri":"/sensinact/provid...es/position/SUBSCRIBE"}>>>} 17:16:29.660 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:16:29.660 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=82,fin=true,rsv=...,masked=false] 17:16:29.660 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=82,fin=true,rsv=...,masked=false] 17:16:29.660 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=82,fin=true,rsv=...,masked=true], Flusher@c471ad[PROCESSING]) 17:16:29.660 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}] 17:16:29.660 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=82,fin=true,rsv=...,masked=true],Flusher@c471ad[PROCESSING],AUTO,null] to Flusher@14df77d8[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=82,fin=true,rsv=...,masked=true],Flusher@c471ad[PROCESSING],AUTO,null]] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@c471ad[PROCESSING],AUTO,null]] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=88 cap=32768] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5af14c6a{IDLE}->null [DirectByteBuffer@4fbe56d[p=0,l=88,c=32768,r=88]={<<<\x81\xD2\x00N\xD0M{l\xA5?il\xEao/=\xB5#s'\xBe,c:\xFf...(sa\xA0"s'\xA4$o \xFf\x1eU\x0c\x83\x0eR\x07\x92\x08"3>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{WRITING}->null:IDLE-->WRITING 17:16:29.666 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 88 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=14/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=88,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=88 remaining=0 WriteFlusher@5af14c6a{WRITING}->null 17:16:29.666 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{IDLE}->null:WRITING-->IDLE 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=88,terminated=null] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=88,terminated=null] processing 0 entries: [] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=88,terminated=null] auto flushing 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=88,terminated=null] flushing 0 frames: [] 17:16:29.666 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:29.666 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@6c230691 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=68/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.666 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.666 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:29.667 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=44]@2021-11-11T17:16:29.667Z 17:16:29.667 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=44]@2021-11-11T17:16:29.667Z 17:16:29.667 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=44]@2021-11-11T17:16:29.667Z 17:16:29.667 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=44]@2021-11-11T17:16:29.667Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:29.667 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=44]@2021-11-11T17:16:29.667Z tryProduce true 17:16:29.673 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:29.673 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ca2553{AC.ReadCB@67457e1f{WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=75/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:29.673 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=75/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.673 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCbq\x95(\x13{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 88 DirectByteBuffer@5ebfbabf[p=0,l=88,c=4096,r=88]={<<<\x81\xD2\x00N\xD0M{l\xA5?il\xEao/=\xB5#s'\xBe,c:\xFf...(sa\xA0"s'\xA4$o \xFf\x1eU\x0c\x83\x0eR\x07\x92\x08"3>>>meters":[...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 88 bytes - DirectByteBuffer@5ebfbabf[p=0,l=88,c=4096,r=88]={<<<\x81\xD2\x00N\xD0M{l\xA5?il\xEao/=\xB5#s'\xBe,c:\xFf...(sa\xA0"s'\xA4$o \xFf\x1eU\x0c\x83\x0eR\x07\x92\x08"3>>>meters":[...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=88,c=4096,r=88]={<<<\x81\xD2\x00N\xD0M{l\xA5?il\xEao/=\xB5#s'\xBe,c:\xFf...(sa\xA0"s'\xA4$o \xFf\x1eU\x0c\x83\x0eR\x07\x92\x08"3>>>meters":[...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 88 bytes 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 82 - Parser@35548ee1[ExtensionStack,s=PAYLOAD_LEN,c=0,len=82,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@2eeeea8b[p=0,l=82,c=82,r=82]={<<<{l\xA5?il\xEao/=\xB5#s'\xBe,c:\xFf=r!\xA6$d...(sa\xA0"s'\xA4$o \xFf\x1eU\x0c\x83\x0eR\x07\x92\x08"3>>>} 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=82,fin=true,rsv=...,masked=true] 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=82,fin=true,rsv=...,masked=true]) 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=82,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@2eeeea8b[p=0,l=82,c=82,r=82]={<<<{"uri":"/sensinact/provid...es/position/SUBSCRIBE"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:29.673 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([82] "{"uri":"/sensinact/p...cursor/resources/position/SUBSCRIBE"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@664404f6[p=0,l=216,c=216,r=216]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=216,fin=true,rsv=...,masked=false] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=216,fin=true,rsv=...,masked=false] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=216,fin=true,rsv=...,masked=false], Flusher@7ccaf5f0[PROCESSING]) 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=216,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null] to Flusher@61e4d0e2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=216,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=220 cap=32768] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@641892e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=220,c=32768,r=220]={<<<\x81~\x00\xD8{"response":{"initial...tion","statusCode":200}>>>T_RESPONS...\x00\x00\x00\x00\x00\x00\x00}] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{WRITING}->null:IDLE-->WRITING 17:16:29.676 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 1/1/1 selected 17:16:29.676 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 1 keys, 0 updates 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 220 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=W,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=220,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=220 remaining=0 WriteFlusher@641892e6{WRITING}->null 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{IDLE}->null:WRITING-->IDLE 17:16:29.676 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5d01de23 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.676 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=220,terminated=null] 17:16:29.676 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.680 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=220,terminated=null] processing 0 entries: [] 17:16:29.680 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:16:29.680 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=220,terminated=null] auto flushing 17:16:29.680 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=220,terminated=null] flushing 0 frames: [] 17:16:29.680 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:29.680 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0} tryExecute EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:29.68Z 17:16:29.680 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=88,l=88,c=4096,r=0]={\x81\xD2\x00N\xD0M{"u...CRIBE"}<<<>>>meters":[...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.680 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:29.680 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=0}@1c3cd418 offer EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:29.68Z 17:16:29.681 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=1} startReservedThread p=1 17:16:29.681 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xD2\x00N\xD0M{"u...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.681 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7d755813{s=0/2,p=1}@7ec9a2d6 startThread=0 17:16:29.681 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7d755813{s=0/2,p=1}@7ec9a2d6 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=1}] 17:16:29.681 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=1}@7ec9a2d6 started 17:16:29.681 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=4/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:29.681 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@7ec9a2d6 waiting 17:16:29.681 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=1}@1c3cd418 task=EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:29.681Z 17:16:29.681 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ca2553{AC.ReadCB@67457e1f{WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]]}} 17:16:29.681 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:29.681Z tryProduce true 17:16:29.681 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:29.681 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:29.681 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:16:29.681 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:29.681Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:29.681 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:29.681 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:29.681 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:29.681 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.681 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:16:29.681 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:16:29.681 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:16:29.688 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.688 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:29.688 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.688 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:29.688 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 220 DirectByteBuffer@2d6a8bea[p=0,l=220,c=4096,r=220]={<<<\x81~\x00\xD8{"response":{"initial...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.688 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 220 bytes - DirectByteBuffer@2d6a8bea[p=0,l=220,c=4096,r=220]={<<<\x81~\x00\xD8{"response":{"initial...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.688 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=220,c=4096,r=220]={<<<\x81~\x00\xD8{"response":{"initial...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 220 bytes 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 216 - Parser@6421ac1e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=216,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@7c132b57[p=0,l=216,c=216,r=216]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=216,fin=true,rsv=...,masked=false] 17:16:29.688 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=216,fin=true,rsv=...,masked=false]) 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=216,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7c132b57[p=0,l=216,c=216,r=216]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([216] "{"response":{"initia...er/cursor/position","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"initial":{"name":"position","type":"int","value":1,"timestamp":1636650985140},"subscriptionId":"MID16366509896751469979394"},"type":"SUBSCRIBE_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=220,l=220,c=4096,r=0]={\x81~\x00\xD8{"res...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xD8{"res...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.689 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]] 17:16:29.695 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]]}} 17:16:29.695 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]] 17:16:29.695 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:16:29.695 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=1 17:16:29.695 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@1f1cae23 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}] 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/1 selected 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]] 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.695 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.759 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:29.760 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5596f5c[p=0,l=231,c=231,r=231]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=231,fin=true,rsv=...,masked=false] 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=231,fin=true,rsv=...,masked=false] 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=231,fin=true,rsv=...,masked=false], Flusher@7ccaf5f0[PROCESSING]) 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=231,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null] to Flusher@61e4d0e2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=231,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:29.961 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=235 cap=32768] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@641892e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=235,c=32768,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>i":"/ligh...\x00\x00\x00\x00\x00\x00\x00}] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{WRITING}->null:IDLE-->WRITING 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 1/1/1 selected 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 1 keys, 0 updates 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 235 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=W,to=281/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=235 remaining=0 WriteFlusher@641892e6{WRITING}->null 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{IDLE}->null:WRITING-->IDLE 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5d01de23 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=266/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] processing 0 entries: [] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] auto flushing 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] flushing 0 frames: [] 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=266/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]] 17:16:29.962 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=266/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]]:runFillable:BLOCKING 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0} tryExecute EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:29.962Z 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=0}@7ec9a2d6 offer EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:29.962Z 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=1} startReservedThread p=1 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7d755813{s=0/2,p=1}@50caae86 startThread=0 17:16:29.962 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7d755813{s=0/2,p=1}@50caae86 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=1}] 17:16:29.962 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=1}@50caae86 started 17:16:29.962 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=1}@7ec9a2d6 task=EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:29.962Z 17:16:29.962 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@50caae86 waiting 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:29.962Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:29.962 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:29.962Z tryProduce true 17:16:29.962 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:29.962 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]]}} 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:29.962 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=216,f=null]] 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xD8{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.962 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 235 DirectByteBuffer@2d6a8bea[p=0,l=235,c=4096,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 235 bytes - DirectByteBuffer@2d6a8bea[p=0,l=235,c=4096,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=235,c=4096,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 235 bytes 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 231 - Parser@6421ac1e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=231,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@5e0d5aef[p=0,l=231,c=231,r=231]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=231,fin=true,rsv=...,masked=false] 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=231,fin=true,rsv=...,masked=false]) 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=231,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:29.962 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5e0d5aef[p=0,l=231,c=231,r=231]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([231] "{"type":"CALLBACK","...i":"/slider/cursor/position/value"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"type":"CALLBACK","callbackId":"MID16366509896751469979394","messages":[{"notification":{"name":"position","type":"int","value":2,"timestamp":1636650989759},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"}]} 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=235,l=235,c=4096,r=0]={\x81~\x00\xE7{"typ...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE7{"typ...\x00\x00\x00\x00\x00\x00\x00} 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]}} 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=1 17:16:29.963 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0}@1c3cd418 waiting 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/1 selected 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:29.963 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:30.061 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:30.062 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@6304fd90[p=0,l=231,c=231,r=231]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=231,fin=true,rsv=...,masked=false] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=231,fin=true,rsv=...,masked=false] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=231,fin=true,rsv=...,masked=false], Flusher@7ccaf5f0[PROCESSING]) 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=231,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null] to Flusher@61e4d0e2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=231,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=235 cap=32768] 17:16:30.262 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@641892e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=235,c=32768,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>i":"/ligh...\x00\x00\x00\x00\x00\x00\x00}] 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{WRITING}->null:IDLE-->WRITING 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 1/1/1 selected 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 1 keys, 0 updates 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 235 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=W,to=300/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=235 remaining=0 WriteFlusher@641892e6{WRITING}->null 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{IDLE}->null:WRITING-->IDLE 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5d01de23 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] processing 0 entries: [] 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] auto flushing 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=235,terminated=null] flushing 0 frames: [] 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.263 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]:runFillable:BLOCKING 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0} tryExecute EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:30.263Z 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@1c3cd418 offer EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:30.263Z 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:30.263Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]}} 17:16:30.263 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@1c3cd418 task=EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:30.263Z 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE7{"typ...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.263 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:30.263Z tryProduce true 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.263 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:30.263 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 235 DirectByteBuffer@2d6a8bea[p=0,l=235,c=4096,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 235 bytes - DirectByteBuffer@2d6a8bea[p=0,l=235,c=4096,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=235,c=4096,r=235]={<<<\x81~\x00\xE7{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 235 bytes 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:30.263 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 231 - Parser@6421ac1e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=231,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:30.263 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@2a9f2102[p=0,l=231,c=231,r=231]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=231,fin=true,rsv=...,masked=false] 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=231,fin=true,rsv=...,masked=false]) 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=231,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@2a9f2102[p=0,l=231,c=231,r=231]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:30.263 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([231] "{"type":"CALLBACK","...i":"/slider/cursor/position/value"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"type":"CALLBACK","callbackId":"MID16366509896751469979394","messages":[{"notification":{"name":"position","type":"int","value":0,"timestamp":1636650990061},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"}]} 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=235,l=235,c=4096,r=0]={\x81~\x00\xE7{"typ...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE7{"typ...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]}} 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=1 17:16:30.264 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0}@7ec9a2d6 waiting 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/1 selected 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.264 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:30.362 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:30.363 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@18a63b5b[p=0,l=233,c=233,r=233]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=233,fin=true,rsv=...,masked=false] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=233,fin=true,rsv=...,masked=false] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=233,fin=true,rsv=...,masked=false], Flusher@7ccaf5f0[PROCESSING]) 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=233,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null] to Flusher@61e4d0e2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=233,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=237 cap=32768] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@641892e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=237,c=32768,r=237]={<<<\x81~\x00\xE9{"type":"CALLBACK","c...rsor/position/value"}]}>>>:"/light/...\x00\x00\x00\x00\x00\x00\x00}] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{WRITING}->null:IDLE-->WRITING 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 1/1/1 selected 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 237 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=W,to=301/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=237,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 1 keys, 0 updates 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=237 remaining=0 WriteFlusher@641892e6{WRITING}->null 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{IDLE}->null:WRITING-->IDLE 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=237,terminated=null] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=237,terminated=null] processing 0 entries: [] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=237,terminated=null] auto flushing 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5d01de23 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=237,terminated=null] flushing 0 frames: [] 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.564 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]:runFillable:BLOCKING 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0} tryExecute EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:30.564Z 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@7ec9a2d6 offer EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:30.564Z 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:30.564Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:30.564 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@7ec9a2d6 task=EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:30.564Z 17:16:30.564 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=300/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]]}} 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:30.565Z tryProduce true 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE7{"typ...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 237 DirectByteBuffer@2d6a8bea[p=0,l=237,c=4096,r=237]={<<<\x81~\x00\xE9{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 237 bytes - DirectByteBuffer@2d6a8bea[p=0,l=237,c=4096,r=237]={<<<\x81~\x00\xE9{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=237,c=4096,r=237]={<<<\x81~\x00\xE9{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 237 bytes 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=231,f=null]] 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 233 - Parser@6421ac1e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=233,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@5a32c5f6[p=0,l=233,c=233,r=233]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=233,fin=true,rsv=...,masked=false] 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=233,fin=true,rsv=...,masked=false]) 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=233,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5a32c5f6[p=0,l=233,c=233,r=233]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([233] "{"type":"CALLBACK","...i":"/slider/cursor/position/value"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"type":"CALLBACK","callbackId":"MID16366509896751469979394","messages":[{"notification":{"name":"position","type":"int","value":125,"timestamp":1636650990362},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"}]} 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=237,l=237,c=4096,r=0]={\x81~\x00\xE9{"typ...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE9{"typ...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]] 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]]}} 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]] 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=1 17:16:30.565 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0}@1c3cd418 waiting 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/1 selected 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]] 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.565 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@41f97b96[p=0,l=178,c=178,r=178]={<<<{"uri":"/sensinact/provid...6509896751469979394"}]}>>>} 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=178,fin=true,rsv=...,masked=false] 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=178,fin=true,rsv=...,masked=false] 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=178,fin=true,rsv=...,masked=true], Flusher@c471ad[PROCESSING]) 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=178,fin=true,rsv=...,masked=true],Flusher@c471ad[PROCESSING],AUTO,null] to Flusher@14df77d8[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=178,fin=true,rsv=...,masked=true],Flusher@c471ad[PROCESSING],AUTO,null]] 17:16:30.667 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@c471ad[PROCESSING],AUTO,null]] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=186 cap=32768] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5af14c6a{IDLE}->null [DirectByteBuffer@4fbe56d[p=0,l=186,c=32768,r=186]={<<<\x81\xFe\x00\xB2\x15~\x8e\xBfn\\\xFb\xCd|\\\xB4\x9d:\r\xEb\xD1f\x17\xE0\xDev...\x89 N\xB7\x87,H\xB9\x8a$J\xB8\x86,I\xB7\x8c,J\xAc\xC2H\x03>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{WRITING}->null:IDLE-->WRITING 17:16:30.668 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 186 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=103/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=186,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]] 17:16:30.668 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=186 remaining=0 WriteFlusher@5af14c6a{WRITING}->null 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{IDLE}->null:WRITING-->IDLE 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=186,terminated=null] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=186,terminated=null] processing 0 entries: [] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=186,terminated=null] auto flushing 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=186,terminated=null] flushing 0 frames: [] 17:16:30.668 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@6c230691 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=103/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:30.668 [Thread-85] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:30.668 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=103/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:30.668 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=103/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]]:runFillable:BLOCKING 17:16:30.668 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=45]@2021-11-11T17:16:30.668Z 17:16:30.668 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=45]@2021-11-11T17:16:30.668Z 17:16:30.668 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=45]@2021-11-11T17:16:30.668Z 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=45]@2021-11-11T17:16:30.668Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=104/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:30.669 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=45]@2021-11-11T17:16:30.669Z tryProduce true 17:16:30.669 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:30.669 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ca2553{AC.ReadCB@67457e1f{WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=104/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]]}} 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:16:30.669 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=104/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=82,f=null]] 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:30.669 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xD2\x00N\xD0M{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 186 DirectByteBuffer@5ebfbabf[p=0,l=186,c=4096,r=186]={<<<\x81\xFe\x00\xB2\x15~\x8e\xBfn\\\xFb\xCd|\\\xB4\x9d:\r\xEb\xD1f\x17\xE0\xDev...\x89 N\xB7\x87,H\xB9\x8a$J\xB8\x86,I\xB7\x8c,J\xAc\xC2H\x03>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 186 bytes - DirectByteBuffer@5ebfbabf[p=0,l=186,c=4096,r=186]={<<<\x81\xFe\x00\xB2\x15~\x8e\xBfn\\\xFb\xCd|\\\xB4\x9d:\r\xEb\xD1f\x17\xE0\xDev...\x89 N\xB7\x87,H\xB9\x8a$J\xB8\x86,I\xB7\x8c,J\xAc\xC2H\x03>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=186,c=4096,r=186]={<<<\x81\xFe\x00\xB2\x15~\x8e\xBfn\\\xFb\xCd|\\\xB4\x9d:\r\xEb\xD1f\x17\xE0\xDev...\x89 N\xB7\x87,H\xB9\x8a$J\xB8\x86,I\xB7\x8c,J\xAc\xC2H\x03>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 186 bytes 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 178 - Parser@35548ee1[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=178,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@3f67c175[p=0,l=178,c=178,r=178]={<<>>} 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=178,fin=true,rsv=...,masked=true] 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=178,fin=true,rsv=...,masked=true]) 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=178,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@3f67c175[p=0,l=178,c=178,r=178]={<<<{"uri":"/sensinact/provid...6509896751469979394"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:30.669 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([178] "{"uri":"/sensinact/p...alue":"MID16366509896751469979394"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@66cef8f6[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=125,fin=true,rsv=...,masked=false] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=125,fin=true,rsv=...,masked=false] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=125,fin=true,rsv=...,masked=false], Flusher@7ccaf5f0[PROCESSING]) 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=125,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null] to Flusher@61e4d0e2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=125,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@7ccaf5f0[PROCESSING],AUTO,null]] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:16:30.670 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=127 cap=32768] 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@641892e6{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=127,c=32768,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>alue":125...\x00\x00\x00\x00\x00\x00\x00}] 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{WRITING}->null:IDLE-->WRITING 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 1/1/1 selected 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 127 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=127,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 1 keys, 0 updates 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=127 remaining=0 WriteFlusher@641892e6{WRITING}->null 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{IDLE}->null:WRITING-->IDLE 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] processing 0 entries: [] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5d01de23 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]] 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] auto flushing 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] flushing 0 frames: [] 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]]:runFillable:BLOCKING 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=186,l=186,c=4096,r=0]={\x81\xFe\x00\xB2\x15~\x8e\xBf{...394"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xB2\x15~\x8e\xBf{...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0} tryExecute EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:30.671Z 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ca2553{AC.ReadCB@67457e1f{WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]]}} 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@1c3cd418 offer EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:30.671Z 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]] 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:16:30.671 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@1c3cd418 task=EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:30.671Z 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:30.671Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]]:runFillable:BLOCKING/BLOCKING 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@36193322 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=true/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:30.671Z tryProduce true 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]]}} 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=233,f=null]] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE9{"typ...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]] 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 127 DirectByteBuffer@2d6a8bea[p=0,l=127,c=4096,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>alue":125...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.671 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 127 bytes - DirectByteBuffer@2d6a8bea[p=0,l=127,c=4096,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>alue":125...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=0,l=127,c=4096,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>alue":125...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 127 bytes 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 125 - Parser@6421ac1e[ExtensionStack,s=PAYLOAD_LEN,c=0,len=125,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@2458da21[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=125,fin=true,rsv=...,masked=false] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=125,fin=true,rsv=...,masked=false]) 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=125,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@2458da21[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([125] "{"response":{"messag...er/cursor/position","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"message":"unsubscription done"},"type":"UNSUBSCRIBE_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@675a395[READING] getAction(DirectByteBuffer@2d6a8bea[p=127,l=127,c=4096,r=0]={\x81}{"respo...e":200}<<<>>>alue":125...\x00\x00\x00\x00\x00\x00\x00}) 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2d6a8bea[p=0,l=0,c=4096,r=0]={<<<>>>\x81}{"respo...\x00\x00\x00\x00\x00\x00\x00} 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]]}} 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 on ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=1 17:16:30.671 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0}@7ec9a2d6 waiting 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/1 selected 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6ffe0615 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:30.671 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 1 keys 17:16:30.764 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:30.765 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:31.771 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:16:31.771 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:31.771 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=4224/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.771 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=4224/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.771 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=4224/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:31.771 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=46]@2021-11-11T17:16:31.771Z 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=46]@2021-11-11T17:16:31.772Z 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=46]@2021-11-11T17:16:31.772Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=4224/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:31.772 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=46]@2021-11-11T17:16:31.772Z 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=4224/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=4224/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:31.772 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=47]@2021-11-11T17:16:31.772Z tryProduce true 17:16:31.772 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:31.772 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 437 HeapByteBuffer@25c15cdb[p=0,l=437,c=8192,r=437]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.772 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=4224/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.772 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} filled 437 HeapByteBuffer@25c15cdb[p=0,l=437,c=8192,r=437]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=43,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=437,c=8192,r=437]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=437,c=8192,r=437]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 194 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 194},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} parsed true HttpParser{s=CONTENT,0 of 194} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CONTENT,0 of 194},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} parse HeapByteBuffer@25c15cdb[p=243,l=437,c=8192,r=194]={POST /sen...194\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=243,l=437,c=8192,r=194]={POST /sen...194\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} Content@5babb760{HeapByteBufferR@2c2c5fea[p=243,l=437,c=8192,r=194]={POST /sen...194\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=0,[0]=null,s=STREAM] addContent Content@5babb760{HeapByteBufferR@2c2c5fea[p=243,l=437,c=8192,r=194]={POST /sen...194\r\n\r\n<<<{"parameters":[{"name":"c...:"<","operand":200}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,194 of 194},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} parsed false HttpParser{s=END,194 of 194} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@62e769b3[c=194,q=1,[0]=EOF,s=STREAM] read 194 from Content@5babb760{HeapByteBufferR@2c2c5fea[p=437,l=437,c=8192,r=0]={POST /sen...00}]}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:31.772 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,194 of 194},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e233ed5[p=0,l=217,c=217,r=217]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>}) 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=217 null 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@636cbf1b[p=0,l=217,c=217,r=217]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@79b310c{null} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:31 GMT Content-Type: application/json;charset=utf-8 Content-Length: 217 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=217},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@79d566e7] (null,[p=0,l=217,c=217,r=217],true)@START 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=217} last=true content=HeapByteBuffer@636cbf1b[p=0,l=217,c=217,r=217]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:31 GMT Content-Type: application/json;charset=utf-8 Content-Length: 217 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=217},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@79d566e7] ([p=0,l=123,c=16384,r=123],[p=0,l=217,c=217,r=217],true)@COMPLETING 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@159b49cc{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>V9o14y2tx...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@636cbf1b[p=0,l=217,c=217,r=217]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>}] 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{WRITING}->null:IDLE-->WRITING 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 340 SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=END,194 of 194},g=HttpGenerator@22769889{s=COMPLETING}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=2} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=340 remaining=0 WriteFlusher@159b49cc{WRITING}->null 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@159b49cc{IDLE}->null:WRITING-->IDLE 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@43a1cf43[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=217},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@79d566e7] ([p=123,l=123,c=16384,r=0],[p=217,l=217,c=217,r=0],true)@END 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:31.774 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=44,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=2} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=44,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=2} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@588c5358) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6e0ea8fa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=44,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=2} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE written=217 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6e0ea8fa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,194 of 194} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.774 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6c39cc7b 17:16:31.775 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:31.775 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:31.775 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:31.976 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@5ece9ccb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57052]] on ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=0 17:16:31.976 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=1 17:16:31.976 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:31.976 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:16:31.976 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:16:31.976 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:31.976 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@5ece9ccb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57052]] 17:16:31.976 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:31.976 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:31.976 [etp673129458-101] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@22c699 on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@51762e41{AC.ReadCB@56c91206{HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4fb14f4b on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=2 17:16:31.977 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 2 updates 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@22c699 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4fb14f4b 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@570eca28 SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.977 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:31.978 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:31.978Z 17:16:31.978 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:16:31.978 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@570df94d started 17:16:31.978 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@570df94d waiting 17:16:31.978 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=8,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:16:31.978Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:31.978 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:31.978 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:31.978 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.978 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@51762e41{AC.ReadCB@56c91206{HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 463 HeapByteBuffer@617a408b[p=0,l=463,c=8192,r=463]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 463 HeapByteBuffer@617a408b[p=0,l=463,c=8192,r=463]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=463,c=8192,r=463]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=463,c=8192,r=463]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8898/MID1636650991774797605864 on HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} POST //127.0.0.1:8898/MID1636650991774797605864 HTTP/1.1 Content-Type: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8898 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 230 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=CONTENT,0 of 230},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} parsed true HttpParser{s=CONTENT,0 of 230} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8898/MID1636650991774797605864 HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:31.978 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:31.979 [etp673129458-103] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /MID1636650991774797605864 on HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:31.979 [etp673129458-103] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/MID1636650991774797605864|null -> callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:31.979 [etp673129458-103] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:31.979 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@3159d10e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=CONTENT,0 of 230},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} parse HeapByteBuffer@617a408b[p=233,l=463,c=8192,r=230]={POST /MID...230\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@617a408b[p=233,l=463,c=8192,r=230]={POST /MID...230\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} Content@11af161{HeapByteBufferR@7e47b791[p=233,l=463,c=8192,r=230]={POST /MID...230\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@4ae1edae[c=0,q=0,[0]=null,s=STREAM] addContent Content@11af161{HeapByteBufferR@7e47b791[p=233,l=463,c=8192,r=230]={POST /MID...230\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@4ae1edae[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=END,230 of 230},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} parsed false HttpParser{s=END,230 of 230} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@4ae1edae[c=230,q=1,[0]=EOF,s=STREAM] read 230 from Content@11af161{HeapByteBufferR@7e47b791[p=463,l=463,c=8192,r=0]={POST /MID...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=END,230 of 230},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@3159d10e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3159d10e{s=HANDLING rs=COMPLETE os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@3159d10e{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@14d8e665) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@429f9c66 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /MID1636650991774797605864 on HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:31 GMT 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@1a7509b[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@446e519c] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:31 GMT 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@1a7509b[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@446e519c] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@17d66cba{IDLE}->null [HeapByteBuffer@617a408b[p=0,l=108,c=8192,r=108]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00}] 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@17d66cba{WRITING}->null:IDLE-->WRITING 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=END,230 of 230},g=HttpGenerator@2e585b25{s=COMPLETING}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=2} 17:16:31.980 [etp673129458-103] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@17d66cba{WRITING}->null 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@17d66cba{IDLE}->null:WRITING-->IDLE 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@1a7509b[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@446e519c] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@14d8e665 w=false 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@3159d10e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3159d10e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@3159d10e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=3} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /MID1636650991774797605864 written=0 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@3159d10e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,230 of 230} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@51762e41{AC.ReadCB@56c91206{HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4fb14f4b on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4fb14f4b 17:16:31.981 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:31.981 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:32.076 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:32.077 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:39.475 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:16:39.475 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:16:39.475 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:16:39.475 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:39.475 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7700/60000}{io=1/1,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.475 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@570eca28 SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=7494/30000}{io=1/1,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.475 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7700/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.475 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7700/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:39.475 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=7494/30000}{io=1/0,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.475 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=7494/30000}{io=1/0,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:39.475 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=47]@2021-11-11T17:16:39.475Z 17:16:39.475 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=47]@2021-11-11T17:16:39.475Z 17:16:39.475 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:39.475Z 17:16:39.476 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=47]@2021-11-11T17:16:39.475Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7700/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:39.476 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@570df94d offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:39.476Z 17:16:39.476 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=47]@2021-11-11T17:16:39.476Z 17:16:39.476 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:16:39.476 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@681dc97a{AC.ReadCB@30b14bba{HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=FI,flush=-,to=7700/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:39.476 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=48]@2021-11-11T17:16:39.476Z tryProduce true 17:16:39.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:39.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:39.476 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@570df94d task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:39.476Z 17:16:39.476 [etp673129458-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@49d1e37d started 17:16:39.476 [etp673129458-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@49d1e37d waiting 17:16:39.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7700/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7700/60000}{io=1/0,kio=1,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:39.476 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:39.476 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:39.476Z tryProduce true 17:16:39.476 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:16:39.476Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=7494/30000}{io=1/0,kio=1,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:39.476 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:39.476 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:39.476 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,OPEN,fill=-,flush=-,to=7701/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.476 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=7494/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.476 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:39.476 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:39.476 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:16:39.476 [etp673129458-109] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@51762e41{AC.ReadCB@56c91206{HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=FI,flush=-,to=7494/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:39.476 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=7495/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:39.476 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,ISHUT,fill=-,flush=-,to=7701/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,ISHUT,fill=-,flush=-,to=7701/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,OPEN,fill=-,flush=-,to=7495/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,ISHUT,fill=-,flush=-,to=7701/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,ISHUT,fill=-,flush=-,to=7495/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,ISHUT,fill=-,flush=-,to=7701/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@2bcd5963{l=/127.0.0.1:8899,r=/127.0.0.1:40154,CLOSED,fill=-,flush=-,to=7701/60000}{io=0/0,kio=0,kro=1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,ISHUT,fill=-,flush=-,to=7495/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@681dc97a{null} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,ISHUT,fill=-,flush=-,to=7495/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,ISHUT,fill=-,flush=-,to=7495/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@58458e5 startThread=0 17:16:39.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:39.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:39.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:16:39.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:39.477 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@58458e5 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@7ea33a91{l=/127.0.0.1:8898,r=/127.0.0.1:57052,CLOSED,fill=-,flush=-,to=7495/30000}{io=0/0,kio=0,kro=1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:39.477 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@51762e41{null} 17:16:39.477 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@2bcd5963{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7702/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7702/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7702/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7702/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@58458e5 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57052,CLOSED,fill=-,flush=-,to=7496/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2bcd5963{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7702/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@30b14bba::SocketChannelEndPoint@2bcd5963{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7702/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@30b14bba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22769889{s=START}]=>HttpChannelOverHttp@a27f314{s=HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=44,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6e0ea8fa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57052,CLOSED,fill=-,flush=-,to=7496/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:16:39.477 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:39.477 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:16:39.477 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 0 updates 17:16:39.477 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:39.477 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:39.477 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 0 keys 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@7ea33a91{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=7496/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=7496/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@7ea33a91{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=7496/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:39.477 [etp673129458-109] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@56c91206::SocketChannelEndPoint@7ea33a91{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=7496/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@56c91206[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e585b25{s=START}]=>HttpChannelOverHttp@745b51e1{s=HttpChannelState@3159d10e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.097 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:42.098 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:42.299 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@50096962[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57054]] on ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=0 17:16:42.299 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=1 17:16:42.299 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:42.299 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:16:42.299 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:16:42.299 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:42.299 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@50096962[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57054]] 17:16:42.299 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:42.299 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:42.299 [etp673129458-106] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:16:42.299 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:42.299 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:16:42.299 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@6b5b226e on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@13a2a44f{AC.ReadCB@59ee74e0{HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@39c18baf on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=2 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 2 updates 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@6b5b226e 17:16:42.300 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@39c18baf 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@59ca1ddc SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.300 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:42.3Z 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@49d1e37d offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:42.301Z 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:16:42.301 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@69e82e13 started 17:16:42.301 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@69e82e13 waiting 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:16:42.301Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@13a2a44f{AC.ReadCB@59ee74e0{HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:42.301 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8898/MID1636650991774797605864 on HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} POST //127.0.0.1:8898/MID1636650991774797605864 HTTP/1.1 Content-Type: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8898 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 232 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=CONTENT,0 of 232},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} parsed true HttpParser{s=CONTENT,0 of 232} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8898/MID1636650991774797605864 HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /MID1636650991774797605864 on HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/MID1636650991774797605864|null -> callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@1cecf919{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=CONTENT,0 of 232},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} parse HeapByteBuffer@617a408b[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@617a408b[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} Content@5df5923d{HeapByteBufferR@18f717e7[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@20884225[c=0,q=0,[0]=null,s=STREAM] addContent Content@5df5923d{HeapByteBufferR@18f717e7[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@20884225[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=END,232 of 232},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} parsed false HttpParser{s=END,232 of 232} 17:16:42.302 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@20884225[c=232,q=1,[0]=EOF,s=STREAM] read 232 from Content@5df5923d{HeapByteBufferR@18f717e7[p=465,l=465,c=8192,r=0]={POST /MID...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=END,232 of 232},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@1cecf919{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@1cecf919{s=HANDLING rs=COMPLETE os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@1cecf919{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=1} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@29a58f15) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@58308466 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /MID1636650991774797605864 on HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:42 GMT 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@78d8e8a8[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1aa304fc] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:42 GMT 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@78d8e8a8[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1aa304fc] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1ffbfd9a{IDLE}->null [HeapByteBuffer@617a408b[p=0,l=108,c=8192,r=108]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00}] 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1ffbfd9a{WRITING}->null:IDLE-->WRITING 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=W,to=2/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=END,232 of 232},g=HttpGenerator@68fdac78{s=COMPLETING}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=1} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@1ffbfd9a{WRITING}->null 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1ffbfd9a{IDLE}->null:WRITING-->IDLE 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@78d8e8a8[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1aa304fc] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@29a58f15 w=false 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@1cecf919{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@1cecf919{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@1cecf919{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=1} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /MID1636650991774797605864 written=0 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@1cecf919{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,232 of 232} 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:42.303 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@13a2a44f{AC.ReadCB@59ee74e0{HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=true 0->1 for SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:42.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:42.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 1 on SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:42.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:42.306 [etp673129458-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@49d1e37d task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:42.306Z 17:16:42.306 [etp673129458-104] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:42.306Z tryProduce true 17:16:42.306 [etp673129458-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@49d1e37d size 1 > capacity 17:16:42.398 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:42.399 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@59ca1ddc SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=4999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=4999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/REPRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:47.304Z 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@69e82e13 offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/REPRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:47.304Z 17:16:47.304 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:16:47.305 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@26e894b1 started 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:47.305Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:47.305 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@26e894b1 waiting 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@69e82e13 task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:16:47.305Z 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@13a2a44f{AC.ReadCB@59ee74e0{HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=FI,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:47.305Z tryProduce true 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,OPEN,fill=-,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,ISHUT,fill=-,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,ISHUT,fill=-,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,ISHUT,fill=-,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,ISHUT,fill=-,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,ISHUT,fill=-,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@16149269{l=/127.0.0.1:8898,r=/127.0.0.1:57054,CLOSED,fill=-,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@13a2a44f{null} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 0 updates 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57054,CLOSED,fill=-,flush=-,to=5000/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:47.305 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 0 keys 17:16:47.305 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@16149269{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5000/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5000/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-101] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5000/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@16149269{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5000/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@59ee74e0::SocketChannelEndPoint@16149269{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5000/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@59ee74e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68fdac78{s=START}]=>HttpChannelOverHttp@18d37edb{s=HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@1cecf919{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:47.305 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@570df94d size 1 > capacity 17:16:52.419 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:52.420 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:16:52.621 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@5436f7bb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57056]] on ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=0 17:16:52.621 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=1 17:16:52.621 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:52.621 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:16:52.621 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:16:52.621 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:52.621 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@5436f7bb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57056]] 17:16:52.621 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.621 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:52.621 [etp673129458-103] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:16:52.621 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:52.621 [etp673129458-103] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:16:52.621 [etp673129458-103] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@ca3d427 on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:16:52.621 [etp673129458-103] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.621 [etp673129458-103] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.621 [etp673129458-103] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.622 [etp673129458-103] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@18e834b5{AC.ReadCB@4f4a5a{HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:52.622 [etp673129458-103] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.622 [etp673129458-103] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@628fa068 on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:16:52.622 [etp673129458-103] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=2 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 2 updates 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@ca3d427 17:16:52.622 [etp673129458-103] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@628fa068 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@672fdd5e SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:52.622Z 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@26e894b1 offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:52.622Z 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:52.622Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:52.622 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@26e894b1 task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:16:52.622Z 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@18e834b5{AC.ReadCB@4f4a5a{HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:52.622 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:16:52.622Z tryProduce true 17:16:52.622 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:52.622 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:52.622 [etp673129458-108] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.622 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.622 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:52.623 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@53314411 started 17:16:52.623 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@53314411 waiting 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8898/MID1636650991774797605864 on HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} POST //127.0.0.1:8898/MID1636650991774797605864 HTTP/1.1 Content-Type: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8898 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 232 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=CONTENT,0 of 232},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} parsed true HttpParser{s=CONTENT,0 of 232} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8898/MID1636650991774797605864 HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /MID1636650991774797605864 on HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/MID1636650991774797605864|null -> callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@24d841c7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=CONTENT,0 of 232},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} parse HeapByteBuffer@617a408b[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@617a408b[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} Content@63104563{HeapByteBufferR@2612d765[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@ea2ed02[c=0,q=0,[0]=null,s=STREAM] addContent Content@63104563{HeapByteBufferR@2612d765[p=233,l=465,c=8192,r=232]={POST /MID...232\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@ea2ed02[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=END,232 of 232},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} parsed false HttpParser{s=END,232 of 232} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@ea2ed02[c=232,q=1,[0]=EOF,s=STREAM] read 232 from Content@63104563{HeapByteBufferR@2612d765[p=465,l=465,c=8192,r=0]={POST /MID...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=END,232 of 232},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@24d841c7{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@24d841c7{s=HANDLING rs=COMPLETE os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@24d841c7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@17fe14a5) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:52.623 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@76a47064 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /MID1636650991774797605864 on HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=0} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:52 GMT 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@463d282a[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f6e1712] (null,[p=0,l=0,c=0,r=0],true)@START 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:52 GMT 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@463d282a[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f6e1712] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@38d26b66{IDLE}->null [HeapByteBuffer@617a408b[p=0,l=108,c=8192,r=108]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00}] 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@38d26b66{WRITING}->null:IDLE-->WRITING 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=END,232 of 232},g=HttpGenerator@7ed894d0{s=COMPLETING}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8898/MID1636650991774797605864,age=1} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@38d26b66{WRITING}->null 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@38d26b66{IDLE}->null:WRITING-->IDLE 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@463d282a[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f6e1712] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@17fe14a5 w=false 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@24d841c7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@24d841c7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@24d841c7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8898/MID1636650991774797605864,age=1} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /MID1636650991774797605864 written=0 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@24d841c7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,232 of 232} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@18e834b5{AC.ReadCB@4f4a5a{HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@628fa068 on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@628fa068 17:16:52.624 [etp673129458-107] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@69e82e13 size 1 > capacity 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.624 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:16:52.721 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@19a13e01[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40170]] on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:16:52.721 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@19a13e01[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40170]] 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@19a13e01[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40170]] startThread=0 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.721 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@19a13e01[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40170]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@45fc42ae on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.721 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.722 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5b8bd201{AC.ReadCB@4b1422ca{HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:52.722 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.722 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@31e3a9c8 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:16:52.722 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=2 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:16:52.722 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@45fc42ae 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@31e3a9c8 17:16:52.722 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@19a13e01[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40170]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@4f4e1b0a SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=48]@2021-11-11T17:16:52.722Z 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=48]@2021-11-11T17:16:52.722Z 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=48]@2021-11-11T17:16:52.722Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5b8bd201{AC.ReadCB@4b1422ca{HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:52.722 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=49]@2021-11-11T17:16:52.722Z 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:52.722 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=49]@2021-11-11T17:16:52.722Z tryProduce true 17:16:52.722 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:16:52.722 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 338 HeapByteBuffer@25c15cdb[p=0,l=338,c=8192,r=338]={<<>>ditions",...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.722 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.722 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 338 HeapByteBuffer@25c15cdb[p=0,l=338,c=8192,r=338]={<<>>ditions",...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=338,c=8192,r=338]={<<>>ditions",...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=338,c=8192,r=338]={<<>>ditions",...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:16:52.722 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE on HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 94 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=CONTENT,0 of 94},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} parsed true HttpParser{s=CONTENT,0 of 94} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE on HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=CONTENT,0 of 94},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} parse HeapByteBuffer@25c15cdb[p=244,l=338,c=8192,r=94]={POST /sen... 94\r\n\r\n<<<{"parameters":[{"name":"s...6650991774797605864"}]}>>>ditions",...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=244,l=338,c=8192,r=94]={POST /sen... 94\r\n\r\n<<<{"parameters":[{"name":"s...6650991774797605864"}]}>>>ditions",...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} Content@49dce19f{HeapByteBufferR@1b6c541d[p=244,l=338,c=8192,r=94]={POST /sen... 94\r\n\r\n<<<{"parameters":[{"name":"s...6650991774797605864"}]}>>>ditions",...\x00\x00\x00\x00\x00\x00\x00}} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@2140d2bb[c=0,q=0,[0]=null,s=STREAM] addContent Content@49dce19f{HeapByteBufferR@1b6c541d[p=244,l=338,c=8192,r=94]={POST /sen... 94\r\n\r\n<<<{"parameters":[{"name":"s...6650991774797605864"}]}>>>ditions",...\x00\x00\x00\x00\x00\x00\x00}} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@2140d2bb[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=END,94 of 94},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} parsed false HttpParser{s=END,94 of 94} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@2140d2bb[c=94,q=1,[0]=EOF,s=STREAM] read 94 from Content@49dce19f{HeapByteBufferR@1b6c541d[p=338,l=338,c=8192,r=0]={POST /sen...864"}]}<<<>>>ditions",...\x00\x00\x00\x00\x00\x00\x00}} 17:16:52.723 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=END,94 of 94},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3097c189[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>}) 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=125 null 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4922a73a[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@6ed061af{null} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE on HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:16:52 GMT Content-Type: application/json;charset=utf-8 Content-Length: 125 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@3831503c[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=125},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@36a4553a] (null,[p=0,l=125,c=125,r=125],true)@START 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=125} last=true content=HeapByteBuffer@4922a73a[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:16:52 GMT Content-Type: application/json;charset=utf-8 Content-Length: 125 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@3831503c[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=125},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@36a4553a] ([p=0,l=123,c=16384,r=123],[p=0,l=125,c=125,r=125],true)@COMPLETING 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6a632fa3{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>V9o14y2tx...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4922a73a[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>}] 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6a632fa3{WRITING}->null:IDLE-->WRITING 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 248 SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=END,94 of 94},g=HttpGenerator@7ae177a{s=COMPLETING}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=248 remaining=0 WriteFlusher@6a632fa3{WRITING}->null 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6a632fa3{IDLE}->null:WRITING-->IDLE 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@3831503c[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=125},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@36a4553a] ([p=123,l=123,c=16384,r=0],[p=125,l=125,c=125,r=0],true)@END 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@1d182c32{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@1d182c32{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@7d3e659) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@1d182c32{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.724 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@1d182c32{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@1d182c32{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE written=125 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@1d182c32{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,94 of 94} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.724 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.725 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5b8bd201{AC.ReadCB@4b1422ca{HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:16:52.725 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.725 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@31e3a9c8 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:16:52.725 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:16:52.725 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@31e3a9c8 17:16:52.725 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:16:52.725 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:16:52.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:02.625 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@672fdd5e SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=10001/30000}{io=1/1,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=10001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@4f4e1b0a SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=9901/60000}{io=1/1,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=10001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=9901/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=9901/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:02.626Z 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@53314411 offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:02.626Z 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=49]@2021-11-11T17:17:02.626Z 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=49]@2021-11-11T17:17:02.626Z 17:17:02.626 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@708ccc20 started 17:17:02.626 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@53314411 task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:02.626Z 17:17:02.626 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@708ccc20 waiting 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=49]@2021-11-11T17:17:02.626Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=9901/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:02.626 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=50]@2021-11-11T17:17:02.626Z 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5b8bd201{AC.ReadCB@4b1422ca{HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=FI,flush=-,to=9901/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:02.626Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:02.626 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=50]@2021-11-11T17:17:02.626Z tryProduce true 17:17:02.626 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:02.626Z tryProduce true 17:17:02.626 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@18e834b5{AC.ReadCB@4f4a5a{HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=FI,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:02.626 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.626 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=9901/60000}{io=1/0,kio=1,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:02.626 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:02.626 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.626 [etp673129458-108] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:02.626 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=9901/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.626 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,OPEN,fill=-,flush=-,to=9901/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=10002/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,OPEN,fill=-,flush=-,to=10002/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,ISHUT,fill=-,flush=-,to=9902/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,ISHUT,fill=-,flush=-,to=10002/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,ISHUT,fill=-,flush=-,to=9902/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,ISHUT,fill=-,flush=-,to=10002/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,ISHUT,fill=-,flush=-,to=9902/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,ISHUT,fill=-,flush=-,to=9902/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,ISHUT,fill=-,flush=-,to=10002/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@5c5a5799{l=/127.0.0.1:8899,r=/127.0.0.1:40170,CLOSED,fill=-,flush=-,to=9902/60000}{io=0/0,kio=0,kro=1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,ISHUT,fill=-,flush=-,to=10002/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@5b8bd201{null} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@2914ae8a{l=/127.0.0.1:8898,r=/127.0.0.1:57056,CLOSED,fill=-,flush=-,to=10002/30000}{io=0/0,kio=0,kro=1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4e94d49 startThread=0 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@18e834b5{null} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:02.627 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:02.627 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4e94d49 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:02.627 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:17:02.627 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:17:02.627 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 0 updates 17:17:02.627 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9902/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:17:02.627 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.627 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 0 keys 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=10002/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:17:02.627 [qtp730923082-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@5c5a5799{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9902/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9902/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=10002/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-18] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9902/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2914ae8a{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=10002/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@2914ae8a{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=10002/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@5c5a5799{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9902/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4e94d49 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:02.627 [etp673129458-106] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=10003/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4f4a5a::SocketChannelEndPoint@2914ae8a{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=10003/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4f4a5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ed894d0{s=START}]=>HttpChannelOverHttp@128c00bb{s=HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@24d841c7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@4b1422ca::SocketChannelEndPoint@5c5a5799{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9902/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@4b1422ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ae177a{s=START}]=>HttpChannelOverHttp@29fd6db6{s=HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@1d182c32{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:02.627 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@26e894b1 size 1 > capacity 17:17:02.627 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:17:02.751 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@4d9d0a17[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40172]] on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:17:02.751 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@4d9d0a17[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40172]] 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@4d9d0a17[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40172]] startThread=0 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.751 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:02.751 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@4d9d0a17[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40172]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:02.751 [qtp730923082-19] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@6b2a2135 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@60d21b8{AC.ReadCB@3a37cda1{HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@253ae1d on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=2 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:02.752 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@4d9d0a17[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40172]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@6b2a2135 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@253ae1d 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3551e62f SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=50]@2021-11-11T17:17:02.752Z 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=50]@2021-11-11T17:17:02.752Z 17:17:02.752 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=50]@2021-11-11T17:17:02.752Z 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=50]@2021-11-11T17:17:02.752Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:02.752 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=51]@2021-11-11T17:17:02.752Z tryProduce true 17:17:02.752 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:02.752 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@60d21b8{AC.ReadCB@3a37cda1{HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:02.752 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.752 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:02.752 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 326 HeapByteBuffer@25c15cdb[p=0,l=326,c=8192,r=326]={<<>>97605864"...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 326 HeapByteBuffer@25c15cdb[p=0,l=326,c=8192,r=326]={<<>>97605864"...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=326,c=8192,r=326]={<<>>97605864"...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=326,c=8192,r=326]={<<>>97605864"...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 84 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=CONTENT,0 of 84},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} parsed true HttpParser{s=CONTENT,0 of 84} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=CONTENT,0 of 84},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} parse HeapByteBuffer@25c15cdb[p=242,l=326,c=8192,r=84]={POST /sen... 84\r\n\r\n<<<{"parameters":[{"name":"c...tp://localhost:8898"}]}>>>97605864"...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=242,l=326,c=8192,r=84]={POST /sen... 84\r\n\r\n<<<{"parameters":[{"name":"c...tp://localhost:8898"}]}>>>97605864"...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} Content@21c8683a{HeapByteBufferR@52a55597[p=242,l=326,c=8192,r=84]={POST /sen... 84\r\n\r\n<<<{"parameters":[{"name":"c...tp://localhost:8898"}]}>>>97605864"...\x00\x00\x00\x00\x00\x00\x00}} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@4adc80b4[c=0,q=0,[0]=null,s=STREAM] addContent Content@21c8683a{HeapByteBufferR@52a55597[p=242,l=326,c=8192,r=84]={POST /sen... 84\r\n\r\n<<<{"parameters":[{"name":"c...tp://localhost:8898"}]}>>>97605864"...\x00\x00\x00\x00\x00\x00\x00}} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@4adc80b4[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=END,84 of 84},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} parsed false HttpParser{s=END,84 of 84} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@4adc80b4[c=84,q=1,[0]=EOF,s=STREAM] read 84 from Content@21c8683a{HeapByteBufferR@52a55597[p=326,l=326,c=8192,r=0]={POST /sen...898"}]}<<<>>>97605864"...\x00\x00\x00\x00\x00\x00\x00}} 17:17:02.753 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=END,84 of 84},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=0} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7946968[p=0,l=218,c=218,r=218]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>}) 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=218 null 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@7f476afe[p=0,l=218,c=218,r=218]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@7023f81b{null} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE on HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:02 GMT Content-Type: application/json;charset=utf-8 Content-Length: 218 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@6e07e609[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=218},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4afc0d88] (null,[p=0,l=218,c=218,r=218],true)@START 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=218} last=true content=HeapByteBuffer@7f476afe[p=0,l=218,c=218,r=218]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:02 GMT Content-Type: application/json;charset=utf-8 Content-Length: 218 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@6e07e609[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=218},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4afc0d88] ([p=0,l=123,c=16384,r=123],[p=0,l=218,c=218,r=218],true)@COMPLETING 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@e289eb3{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>V9o14y2tx...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7f476afe[p=0,l=218,c=218,r=218]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>}] 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@e289eb3{WRITING}->null:IDLE-->WRITING 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 341 SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=END,84 of 84},g=HttpGenerator@736791{s=COMPLETING}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=1} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=341 remaining=0 WriteFlusher@e289eb3{WRITING}->null 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@e289eb3{IDLE}->null:WRITING-->IDLE 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@6e07e609[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=218},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4afc0d88] ([p=123,l=123,c=16384,r=0],[p=218,l=218,c=218,r=0],true)@END 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=1} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@45486609{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@45486609{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=1} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@61245c4d) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@45486609{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@45486609{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@45486609{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE,age=1} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/cursor/resources/position/SUBSCRIBE written=218 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@45486609{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,84 of 84} 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:02.754 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} {"response":{"initial":{"name":"position","type":"int","value":150,"timestamp":1636651012724},"subscriptionId":"MID16366510227541788657387"},"type":"SUBSCRIBE_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@60d21b8{AC.ReadCB@3a37cda1{HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@253ae1d on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@253ae1d 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:02.755 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:02.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:07.755 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:07.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:07.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:07.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3551e62f SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=5000/60000}{io=1/1,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=5000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.755 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=5000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:07.755 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=51]@2021-11-11T17:17:07.755Z 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=51]@2021-11-11T17:17:07.755Z 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=51]@2021-11-11T17:17:07.756Z 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=51]@2021-11-11T17:17:07.756Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=5000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=52]@2021-11-11T17:17:07.756Z tryProduce true 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@60d21b8{AC.ReadCB@3a37cda1{HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=FI,flush=-,to=5000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=5000/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=5000/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:07.756 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,OPEN,fill=-,flush=-,to=5001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,ISHUT,fill=-,flush=-,to=5001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,ISHUT,fill=-,flush=-,to=5001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,ISHUT,fill=-,flush=-,to=5001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,ISHUT,fill=-,flush=-,to=5001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@6db79f65{l=/127.0.0.1:8899,r=/127.0.0.1:40172,CLOSED,fill=-,flush=-,to=5001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@60d21b8{null} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:07.756 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@12604b9 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@12604b9 startThread=0 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:07.756 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:17:07.756 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@6db79f65{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5001/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5001/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:17:07.756 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5001/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@12604b9 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5001/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@6db79f65{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5001/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@3a37cda1::SocketChannelEndPoint@6db79f65{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5001/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@3a37cda1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@736791{s=START}]=>HttpChannelOverHttp@127f29a8{s=HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@45486609{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:07.756 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:17:07.958 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@11346359[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57058]] on ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=0 17:17:07.958 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=1 17:17:07.958 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:07.958 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:17:07.958 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:17:07.958 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:07.958 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@11346359[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57058]] 17:17:07.958 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:07.958 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@37674c20 on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6604f143{AC.ReadCB@40a7cfbf{HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:07.958 [etp673129458-104] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.959 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@18a0000b on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:17:07.959 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=2 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 2 updates 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:07.959 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@37674c20 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@18a0000b 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1633c013 SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:07.959Z 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@708ccc20 offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:07.959Z 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:17:07.959 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@59315e2a started 17:17:07.959 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@59315e2a waiting 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:07.959Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:07.959 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@708ccc20 task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:07.959Z 17:17:07.959 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:07.959Z tryProduce true 17:17:07.959 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:07.959 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6604f143{AC.ReadCB@40a7cfbf{HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:07.959 [etp673129458-105] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.959 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:07.959 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/MID16366510227541788657387 on HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=0} POST //localhost:8898/MID16366510227541788657387 HTTP/1.1 Content-Type: application/json User-Agent: Java/1.8.0_202 Host: localhost:8898 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 231 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=CONTENT,0 of 231},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=0} parsed true HttpParser{s=CONTENT,0 of 231} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/MID16366510227541788657387 HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /MID16366510227541788657387 on HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/MID16366510227541788657387|null -> callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@62b0e0c{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=0} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=CONTENT,0 of 231},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=0} parse HeapByteBuffer@617a408b[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:07.960 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@617a408b[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=0} Content@6115793{HeapByteBufferR@276f92f3[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7ea75bc3[c=0,q=0,[0]=null,s=STREAM] addContent Content@6115793{HeapByteBufferR@276f92f3[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7ea75bc3[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=END,231 of 231},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} parsed false HttpParser{s=END,231 of 231} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7ea75bc3[c=231,q=1,[0]=EOF,s=STREAM] read 231 from Content@6115793{HeapByteBufferR@276f92f3[p=465,l=465,c=8192,r=0]={POST /MID...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=END,231 of 231},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@62b0e0c{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@62b0e0c{s=HANDLING rs=COMPLETE os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@62b0e0c{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@761c3f5c) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@7abd43c3 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /MID16366510227541788657387 on HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:07 GMT 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@219eae6d[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65a390de] (null,[p=0,l=0,c=0,r=0],true)@START 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:07 GMT 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@219eae6d[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65a390de] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@7252a5e9{IDLE}->null [HeapByteBuffer@617a408b[p=0,l=108,c=8192,r=108]={<<>> localhos...\x00\x00\x00\x00\x00\x00\x00}] 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@7252a5e9{WRITING}->null:IDLE-->WRITING 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=END,231 of 231},g=HttpGenerator@3801d321{s=COMPLETING}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@7252a5e9{WRITING}->null 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@7252a5e9{IDLE}->null:WRITING-->IDLE 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@219eae6d[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65a390de] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@761c3f5c w=false 17:17:07.961 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@62b0e0c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@62b0e0c{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@62b0e0c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=2} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /MID16366510227541788657387 written=0 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@62b0e0c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,231 of 231} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6604f143{AC.ReadCB@40a7cfbf{HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@18a0000b on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@18a0000b 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:07.962 [etp673129458-109] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@53314411 size 1 > capacity 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:07.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1633c013 SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=5000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:12.962Z 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@59315e2a offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:12.962Z 17:17:12.962 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:17:12.963 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@433449b7 started 17:17:12.963 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@433449b7 waiting 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@59315e2a task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:12.963Z 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:12.963Z tryProduce true 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:12.963Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=5000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6604f143{AC.ReadCB@40a7cfbf{HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=FI,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,OPEN,fill=-,flush=-,to=5000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,ISHUT,fill=-,flush=-,to=5001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,ISHUT,fill=-,flush=-,to=5001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,ISHUT,fill=-,flush=-,to=5001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,ISHUT,fill=-,flush=-,to=5001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@47160437{l=/127.0.0.1:8898,r=/127.0.0.1:57058,CLOSED,fill=-,flush=-,to=5001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@6604f143{null} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 0 updates 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57058,CLOSED,fill=-,flush=-,to=5001/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:12.963 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 0 keys 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5001/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.963 [etp673129458-103] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@47160437{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5001/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.963 [etp673129458-105] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@47160437{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5001/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:12.964 [etp673129458-105] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5001/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:12.964 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@708ccc20 size 1 > capacity 17:17:12.964 [etp673129458-103] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@40a7cfbf::SocketChannelEndPoint@47160437{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=5001/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@40a7cfbf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3801d321{s=START}]=>HttpChannelOverHttp@4329880d{s=HttpChannelState@62b0e0c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.057 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:13.058 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:13.259 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@3b369d70[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57060]] on ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=0 17:17:13.259 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=1 17:17:13.259 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:13.259 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:17:13.259 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:17:13.259 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:13.259 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@3b369d70[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57060]] 17:17:13.259 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:13.259 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:13.259 [etp673129458-107] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@2b3fbd3f on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4e6d1022{AC.ReadCB@462884e9{HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4ce0caca on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=2 17:17:13.260 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 2 updates 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@2b3fbd3f 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4ce0caca 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@355cb75a SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:13.260 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:13.26Z 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@433449b7 offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:13.261Z 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:17:13.261 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@b3b86ab started 17:17:13.261 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@b3b86ab waiting 17:17:13.261 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@433449b7 task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:13.261Z 17:17:13.261 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:13.261Z tryProduce true 17:17:13.261 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:13.261 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:13.261Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:13.261 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.261 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4e6d1022{AC.ReadCB@462884e9{HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 465 HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=465,c=8192,r=465]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:13.261 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/MID16366510227541788657387 on HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=0} POST //localhost:8898/MID16366510227541788657387 HTTP/1.1 Content-Type: application/json User-Agent: Java/1.8.0_202 Host: localhost:8898 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 231 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=CONTENT,0 of 231},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=0} parsed true HttpParser{s=CONTENT,0 of 231} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/MID16366510227541788657387 HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /MID16366510227541788657387 on HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/MID16366510227541788657387|null -> callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@6d0a5b75{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=CONTENT,0 of 231},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} parse HeapByteBuffer@617a408b[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@617a408b[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} Content@55389396{HeapByteBufferR@1036456d[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@43a5994f[c=0,q=0,[0]=null,s=STREAM] addContent Content@55389396{HeapByteBufferR@1036456d[p=234,l=465,c=8192,r=231]={POST /MID...231\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@43a5994f[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=END,231 of 231},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} parsed false HttpParser{s=END,231 of 231} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@43a5994f[c=231,q=1,[0]=EOF,s=STREAM] read 231 from Content@55389396{HeapByteBufferR@1036456d[p=465,l=465,c=8192,r=0]={POST /MID...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=END,231 of 231},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@6d0a5b75{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6d0a5b75{s=HANDLING rs=COMPLETE os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@6d0a5b75{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@13930006) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@2a685c1 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /MID16366510227541788657387 on HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:13 GMT 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@2099a5d5[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4f193f68] (null,[p=0,l=0,c=0,r=0],true)@START 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:13 GMT 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@2099a5d5[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4f193f68] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@440195bd{IDLE}->null [HeapByteBuffer@617a408b[p=0,l=108,c=8192,r=108]={<<>> localhos...\x00\x00\x00\x00\x00\x00\x00}] 17:17:13.262 [etp673129458-101] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@440195bd{WRITING}->null:IDLE-->WRITING 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=END,231 of 231},g=HttpGenerator@71832c94{s=COMPLETING}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=2} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@440195bd{WRITING}->null 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@440195bd{IDLE}->null:WRITING-->IDLE 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@2099a5d5[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4f193f68] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@13930006 w=false 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@6d0a5b75{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@6d0a5b75{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@6d0a5b75{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=2} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /MID16366510227541788657387 written=0 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@6d0a5b75{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,231 of 231} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4e6d1022{AC.ReadCB@462884e9{HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4ce0caca on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:13.263 [etp673129458-101] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:17:13.263 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:13.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:17:13.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:17:13.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:13.264 [etp673129458-101] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:13.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4ce0caca 17:17:13.264 [etp673129458-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@59315e2a size 1 > capacity 17:17:13.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:13.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:13.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys {"type":"CALLBACK","callbackId":"MID16366510227541788657387","messages":[{"notification":{"name":"position","type":"int","value":0,"timestamp":1636651033057},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"}]} 17:17:18.359 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:18.360 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:18.560 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:17:18.560 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:17:18.560 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@355cb75a SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=5297/30000}{io=1/1,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=5297/30000}{io=1/0,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.561 [etp673129458-110-acceptor-0@9dad846-ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@20efb10d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57062]] on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=1 updates=0 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=5297/30000}{io=1/0,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:17:18.561Z 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@b3b86ab offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:17:18.561Z 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:17:18.561 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@282f6e1c started 17:17:18.561 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@282f6e1c waiting 17:17:18.561 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@b3b86ab task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=1,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:17:18.561Z 17:17:18.561 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:17:18.561Z tryProduce true 17:17:18.561 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:18.561 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@20efb10d[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57062]] 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:17:18.561Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=5297/30000}{io=1/0,kio=1,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:18.561 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.561 [etp673129458-104] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:17:18.561 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=5297/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.561 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 2 keys 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4e6d1022{AC.ReadCB@462884e9{HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=FI,flush=-,to=5297/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:18.561 [etp673129458-104] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=5297/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:18.561 [etp673129458-104] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:17:18.561 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@35dda100 on ManagedSelector@570312c{STARTED} id=0 keys=2 selected=0 updates=0 17:17:18.561 [etp673129458-104] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,OPEN,fill=-,flush=-,to=5298/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.561 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:17:18.562 [etp673129458-104] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,ISHUT,fill=-,flush=-,to=5298/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.562 [etp673129458-104] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-104] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@fb64280{AC.ReadCB@7a729ffc{HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:18.562 [etp673129458-104] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,ISHUT,fill=-,flush=-,to=5298/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:18.562 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6155b1f5 on ManagedSelector@570312c{STARTED} id=0 keys=2 selected=0 updates=1 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:17:18.562 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=2 selected=0 updates=2 17:17:18.562 [etp673129458-104] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/2 selected 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,ISHUT,fill=-,flush=-,to=5298/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 2 updates 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@35dda100 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6155b1f5 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,ISHUT,fill=-,flush=-,to=5298/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@6da01b48{l=/127.0.0.1:8898,r=/127.0.0.1:57060,CLOSED,fill=-,flush=-,to=5298/30000}{io=0/0,kio=0,kro=1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 2 keys 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/2 selected 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@4e6d1022{null} 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@570312c{STARTED} id=0 keys=2 selected=1 updates=0 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@ea075d8 SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57060,CLOSED,fill=-,flush=-,to=5298/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:17:18.562 [etp673129458-109] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@6da01b48{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57060,CLOSED,fill=-,flush=-,to=5298/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57060,CLOSED,fill=-,flush=-,to=5298/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-109] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57060,CLOSED,fill=-,flush=-,to=5298/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.562 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@6da01b48{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57060,CLOSED,fill=-,flush=-,to=5298/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=5,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:17:18.562Z 17:17:18.563 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@462884e9::SocketChannelEndPoint@6da01b48{l=0.0.0.0/0.0.0.0:8898,r=/127.0.0.1:57060,CLOSED,fill=-,flush=-,to=5298/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@462884e9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@71832c94{s=START}]=>HttpChannelOverHttp@427312ae{s=HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@6d0a5b75{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@282f6e1c offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:17:18.563Z 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:17:18.563 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@7e4b3c41 started 17:17:18.563 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@7e4b3c41 waiting 17:17:18.563 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@282f6e1c task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=5,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=1}}[pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:17:18.563Z 17:17:18.563 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:18.563 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=5,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:17:18.563Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:18.563 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.563 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 2 keys 17:17:18.563 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/PRODUCING/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=5,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:17:18.563Z tryProduce true 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@fb64280{AC.ReadCB@7a729ffc{HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:18.563 [etp673129458-108] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@282f6e1c size 1 > capacity 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 467 HeapByteBuffer@617a408b[p=0,l=467,c=8192,r=467]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 467 HeapByteBuffer@617a408b[p=0,l=467,c=8192,r=467]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=467,c=8192,r=467]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=467,c=8192,r=467]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:17:18.563 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/MID16366510227541788657387 on HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=0} POST //localhost:8898/MID16366510227541788657387 HTTP/1.1 Content-Type: application/json User-Agent: Java/1.8.0_202 Host: localhost:8898 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 233 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=CONTENT,0 of 233},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=1} parsed true HttpParser{s=CONTENT,0 of 233} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/MID16366510227541788657387 HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /MID16366510227541788657387 on HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/MID16366510227541788657387|null -> callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@624a6be6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=CONTENT,0 of 233},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} parse HeapByteBuffer@617a408b[p=234,l=467,c=8192,r=233]={POST /MID...233\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@617a408b[p=234,l=467,c=8192,r=233]={POST /MID...233\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} Content@8a6289f{HeapByteBufferR@3d8f56d7[p=234,l=467,c=8192,r=233]={POST /MID...233\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6a568113[c=0,q=0,[0]=null,s=STREAM] addContent Content@8a6289f{HeapByteBufferR@3d8f56d7[p=234,l=467,c=8192,r=233]={POST /MID...233\r\n\r\n<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6a568113[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=END,233 of 233},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} parsed false HttpParser{s=END,233 of 233} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6a568113[c=233,q=1,[0]=EOF,s=STREAM] read 233 from Content@8a6289f{HeapByteBufferR@3d8f56d7[p=467,l=467,c=8192,r=0]={POST /MID...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=END,233 of 233},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@624a6be6{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@624a6be6{s=HANDLING rs=COMPLETE os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@624a6be6{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@67552734) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@5e0e0991 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /MID16366510227541788657387 on HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:18 GMT 17:17:18.564 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@1970d569[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4770914d] (null,[p=0,l=0,c=0,r=0],true)@START 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:18 GMT 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@1970d569[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4770914d] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@9527210{IDLE}->null [HeapByteBuffer@617a408b[p=0,l=108,c=8192,r=108]={<<>> localhos...\x00\x00\x00\x00\x00\x00\x00}] 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@9527210{WRITING}->null:IDLE-->WRITING 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=END,233 of 233},g=HttpGenerator@3e920bef{s=COMPLETING}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/MID16366510227541788657387,age=2} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@9527210{WRITING}->null 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@9527210{IDLE}->null:WRITING-->IDLE 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@1970d569[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4770914d] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@67552734 w=false 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@624a6be6{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@624a6be6{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@624a6be6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:8898/MID16366510227541788657387,age=2} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /MID16366510227541788657387 written=0 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@624a6be6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,233 of 233} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@fb64280{AC.ReadCB@7a729ffc{HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6155b1f5 on ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:18.565 [etp673129458-106] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=1 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/1 selected 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@6155b1f5 17:17:18.566 [etp673129458-106] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:18.566 [etp673129458-106] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@b3b86ab size 1 > capacity 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.566 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:18.661 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@c9c5963[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40174]] on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:17:18.661 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@c9c5963[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40174]] 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@c9c5963[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40174]] startThread=0 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.661 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@c9c5963[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40174]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@3523920f on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.661 [qtp730923082-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@46a1bd2e{AC.ReadCB@48d02149{HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:18.662 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.662 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@fb216da on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:18.662 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=2 17:17:18.662 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@3523920f 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@fb216da 17:17:18.662 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@c9c5963[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40174]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@30c2d9ce SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=52]@2021-11-11T17:17:18.662Z 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=52]@2021-11-11T17:17:18.662Z 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=52]@2021-11-11T17:17:18.662Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:18.662 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=52]@2021-11-11T17:17:18.662Z 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@46a1bd2e{AC.ReadCB@48d02149{HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:18.662 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=53]@2021-11-11T17:17:18.662Z tryProduce true 17:17:18.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:18.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 339 HeapByteBuffer@25c15cdb[p=0,l=339,c=8192,r=339]={<<>>itions","...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.662 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 339 HeapByteBuffer@25c15cdb[p=0,l=339,c=8192,r=339]={<<>>itions","...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=339,c=8192,r=339]={<<>>itions","...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=339,c=8192,r=339]={<<>>itions","...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE on HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} POST //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 95 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=CONTENT,0 of 95},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} parsed true HttpParser{s=CONTENT,0 of 95} 17:17:18.662 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=0} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE on HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=CONTENT,0 of 95},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} parse HeapByteBuffer@25c15cdb[p=244,l=339,c=8192,r=95]={POST /sen... 95\r\n\r\n<<<{"parameters":[{"name":"s...6510227541788657387"}]}>>>itions","...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@25c15cdb[p=244,l=339,c=8192,r=95]={POST /sen... 95\r\n\r\n<<<{"parameters":[{"name":"s...6510227541788657387"}]}>>>itions","...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} Content@1a780213{HeapByteBufferR@50efdae9[p=244,l=339,c=8192,r=95]={POST /sen... 95\r\n\r\n<<<{"parameters":[{"name":"s...6510227541788657387"}]}>>>itions","...\x00\x00\x00\x00\x00\x00\x00}} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@13ea228d[c=0,q=0,[0]=null,s=STREAM] addContent Content@1a780213{HeapByteBufferR@50efdae9[p=244,l=339,c=8192,r=95]={POST /sen... 95\r\n\r\n<<<{"parameters":[{"name":"s...6510227541788657387"}]}>>>itions","...\x00\x00\x00\x00\x00\x00\x00}} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@13ea228d[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=END,95 of 95},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} parsed false HttpParser{s=END,95 of 95} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@13ea228d[c=95,q=1,[0]=EOF,s=STREAM] read 95 from Content@1a780213{HeapByteBufferR@50efdae9[p=339,l=339,c=8192,r=0]={POST /sen...387"}]}<<<>>>itions","...\x00\x00\x00\x00\x00\x00\x00}} 17:17:18.663 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=END,95 of 95},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=1} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4164d633[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>}) 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=125 null 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@3586ad8[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@32853b09{null} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE on HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:18 GMT Content-Type: application/json;charset=utf-8 Content-Length: 125 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4e8683be[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=125},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@29340113] (null,[p=0,l=125,c=125,r=125],true)@START 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=125} last=true content=HeapByteBuffer@3586ad8[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:18 GMT Content-Type: application/json;charset=utf-8 Content-Length: 125 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4e8683be[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=125},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@29340113] ([p=0,l=123,c=16384,r=123],[p=0,l=125,c=125,r=125],true)@COMPLETING 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@697ab047{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=123,c=16384,r=123]={<<>>V9o14y2tx...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3586ad8[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>}] 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@697ab047{WRITING}->null:IDLE-->WRITING 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 248 SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=END,95 of 95},g=HttpGenerator@2950df9f{s=COMPLETING}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=2} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=248 remaining=0 WriteFlusher@697ab047{WRITING}->null 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@697ab047{IDLE}->null:WRITING-->IDLE 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4e8683be[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=125},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@29340113] ([p=123,l=123,c=16384,r=0],[p=125,l=125,c=125,r=0],true)@END 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null {"response":{"message":"unsubscription done"},"type":"UNSUBSCRIBE_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=2} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@645169e2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@645169e2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=2} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@723c8312) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@645169e2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@645169e2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@645169e2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE,age=2} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider/services/cursor/resources/position/UNSUBSCRIBE written=125 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@645169e2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,95 of 95} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:18.664 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@46a1bd2e{AC.ReadCB@48d02149{HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@fb216da on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:18.665 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@fb216da 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:18.665 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:19.690 [Connector-Scheduler-5a5a729f-1] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=59401/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] idle timeout check, elapsed: 59400 ms, remaining: 3540600 ms 17:17:20.090 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=2/2,p=0}@7650f9ec task=null 17:17:20.090 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=2/2,p=0}@7650f9ec IDLE 17:17:20.090 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@7650f9ec Exited 17:17:20.090 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@7650f9ec in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}] 17:17:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@175d79a0 task=null 17:17:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@175d79a0 IDLE 17:17:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}@175d79a0 Exited 17:17:20.290 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}@175d79a0 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:17:20.401 [Connector-Scheduler-5a5a729f-1] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=59428/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] idle timeout check, elapsed: 59428 ms, remaining: 3540572 ms 17:17:20.771 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=2/2,p=0}@54038729 task=null 17:17:20.772 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=2/2,p=0}@54038729 IDLE 17:17:20.772 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@54038729 Exited 17:17:20.772 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@65cc8228{s=1/2,p=0}@54038729 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}] 17:17:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@3c17fd89 task=null 17:17:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@3c17fd89 IDLE 17:17:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=0}@3c17fd89 Exited 17:17:20.973 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@65cc8228{s=0/2,p=0}@3c17fd89 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:17:23.664 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:23.665 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:26.359 [Connector-Scheduler-5a5a729f-1] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=59695/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]] idle timeout check, elapsed: 59695 ms, remaining: 3540305 ms 17:17:26.474 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@63a4b9d2 task=null 17:17:26.474 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@63a4b9d2 IDLE 17:17:26.474 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@63a4b9d2 Exited 17:17:26.475 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@548d708a{s=1/2,p=0}@63a4b9d2 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:26.663 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=0}@19c38279 task=null 17:17:26.663 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=0}@19c38279 IDLE 17:17:26.663 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=0}@19c38279 Exited 17:17:26.663 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@660591fb{s=0/2,p=0}@19c38279 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:17:26.876 [Connector-Scheduler-5a5a729f-1] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=59469/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] idle timeout check, elapsed: 59469 ms, remaining: 3540531 ms 17:17:27.208 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=2/2,p=0}@57d8c781 task=null 17:17:27.208 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=2/2,p=0}@57d8c781 IDLE 17:17:27.208 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@57d8c781 Exited 17:17:27.208 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@57d8c781 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}] 17:17:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@4c773c27 task=null 17:17:27.408 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@4c773c27 IDLE 17:17:27.409 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=0}@4c773c27 Exited 17:17:27.409 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@476ec9d0{s=0/2,p=0}@4c773c27 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:17:28.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 1/1/1 selected 17:17:28.264 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 1 keys, 0 updates 17:17:28.265 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@ea075d8 SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=9699/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:28.265 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=9699/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.265 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=9699/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@30c2d9ce SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=9600/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.265 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0} tryExecute EatWhatYouKill@29aff764/SelectorProducer@545483c2/REPRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:17:28.265Z 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=9600/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=9600/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=53]@2021-11-11T17:17:28.265Z 17:17:28.265 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@7e4b3c41 offer EatWhatYouKill@29aff764/SelectorProducer@545483c2/REPRODUCING/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=0}}[pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:17:28.265Z 17:17:28.265 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1} startReservedThread p=1 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=53]@2021-11-11T17:17:28.265Z 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1} startReservedThread p=1 17:17:28.265 [etp673129458-103] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=1}@701f52f2 started 17:17:28.265 [etp673129458-103] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@701f52f2 waiting 17:17:28.265 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=1}@7e4b3c41 task=EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=7,q=0,ReservedThreadExecutor@35b3f96f{s=0/1,p=1}}[pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:17:28.265Z 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@548d708a{s=0/2,p=1}@10be5523 startThread=0 17:17:28.265 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@548d708a{s=0/2,p=1}@10be5523 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=0/2,p=1}] 17:17:28.265 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=1}@10be5523 started 17:17:28.265 [qtp730923082-18] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@10be5523 waiting 17:17:28.265 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:17:28.265Z tryProduce true 17:17:28.265 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:28.265 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:28.265 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=0/2,p=1}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=53]@2021-11-11T17:17:28.265Z 17:17:28.265 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=53]@2021-11-11T17:17:28.265Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=9600/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:28.265 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=true/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=6,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:17:28.265Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=9700/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:28.265 [etp673129458-105] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.265 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=54]@2021-11-11T17:17:28.265Z tryProduce true 17:17:28.266 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 1 keys 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@fb64280{AC.ReadCB@7a729ffc{HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=FI,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@46a1bd2e{AC.ReadCB@48d02149{HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=FI,flush=-,to=9600/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=9600/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,OPEN,fill=-,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=9600/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,ISHUT,fill=-,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,OPEN,fill=-,flush=-,to=9601/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,ISHUT,fill=-,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@617a408b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,ISHUT,fill=-,flush=-,to=9601/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,ISHUT,fill=-,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,ISHUT,fill=-,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,ISHUT,fill=-,flush=-,to=9601/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@152b5973{l=/127.0.0.1:8898,r=/127.0.0.1:57062,CLOSED,fill=-,flush=-,to=9700/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,ISHUT,fill=-,flush=-,to=9601/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@fb64280{null} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@570312c{STARTED} id=0 keys=1 selected=0 updates=0 17:17:28.266 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,ISHUT,fill=-,flush=-,to=9601/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:17:28.266 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 0 updates 17:17:28.266 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:28.266 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:28.266 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 0 keys 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@162d7468{l=/127.0.0.1:8899,r=/127.0.0.1:40174,CLOSED,fill=-,flush=-,to=9601/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=9700/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:17:28.266 [etp673129458-107] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@152b5973{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=9700/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@46a1bd2e{null} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=9700/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@375a64a1 startThread=0 17:17:28.266 [etp673129458-107] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=9700/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:28.266 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@152b5973{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=9700/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9601/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7a729ffc::SocketChannelEndPoint@152b5973{l=0.0.0.0/0.0.0.0:8898,r=null,CLOSED,fill=-,flush=-,to=9700/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7a729ffc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3e920bef{s=START}]=>HttpChannelOverHttp@2305182c{s=HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@624a6be6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:28.266 [etp673129458-102] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@433449b7 size 1 > capacity 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9601/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@162d7468{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9601/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9601/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:28.266 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:17:28.268 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@375a64a1 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:28.268 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@162d7468{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9603/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.268 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@48d02149::SocketChannelEndPoint@162d7468{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=9603/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@48d02149[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2950df9f{s=START}]=>HttpChannelOverHttp@614fa410{s=HttpChannelState@645169e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:28.268 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@375a64a1 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:29.555 [Connector-Scheduler-5a5a729f-1] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=58884/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]] idle timeout check, elapsed: 58884 ms, remaining: 3541116 ms 17:17:29.963 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0}@50caae86 task=null 17:17:29.963 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=2/2,p=0}@50caae86 IDLE 17:17:29.963 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@50caae86 Exited 17:17:29.963 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7d755813{s=1/2,p=0}@50caae86 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}] 17:17:30.672 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@7ec9a2d6 task=null 17:17:30.672 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@7ec9a2d6 IDLE 17:17:30.672 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=0}@7ec9a2d6 Exited 17:17:30.672 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7d755813{s=0/2,p=0}@7ec9a2d6 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STOPPED} added {HttpClientTransportOverHTTP@14fc5d40{STOPPED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STOPPED} added {Client@51e0301d[provider=null,keyStore=null,trustStore=null],AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@47d7bfb3,POJO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@770b3be0,POJO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp32206364]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@51dbd6e4,POJO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STOPPED} added {QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@2b8bd14b,POJO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@402c6608[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] added {HttpClient@652ab8d9{STOPPED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@402c6608[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] added {SessionTracker@5f13be1{STOPPED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@5f303ecd{STOPPED} added {InflaterPool@50d3bf39{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@5f303ecd{STOPPED} added {DeflaterPool@25a73de1{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@5f303ecd{STOPPED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@652ab8d9{STOPPED} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STARTING} added {ScheduledExecutorScheduler@771db12c{STOPPED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@3afae281,POJO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@14fc5d40{STOPPED} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@14fc5d40{STARTING} added {ClientSelectorManager@26ae880a{STOPPED},AUTO} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@26ae880a{STOPPED} 17:17:33.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.694Z added {SelectorProducer@3c017078,POJO} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.694Z added {QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.695Z created 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@51827393{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.695Z,MANAGED} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@26ae880a{STARTING} added {ManagedSelector@51827393{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@51827393{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.695Z 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=0} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] added {ReservedThreadExecutor@3be4f71{s=0/2,p=0},AUTO} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@3be4f71{s=0/2,p=0} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76227ms ReservedThreadExecutor@3be4f71{s=0/2,p=0} 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-141,5,main] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-142,5,main] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-143,5,main] 17:17:33.695 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-144,5,main] 17:17:33.695 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-145,5,main] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-146,5,main] 17:17:33.695 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-147,5,main] 17:17:33.695 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1697298649-148,5,main] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76228ms QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76228ms EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.695Z 17:17:33.696 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@7ac9af2a startThread=0 17:17:33.696 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@7ac9af2a in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.696 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@7bb004b8 on ManagedSelector@51827393{STARTING} id=0 keys=0 selected=0 updates=0 17:17:33.696 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.696Z tryProduce false 17:17:33.696 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:33.696 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@7bb004b8 17:17:33.696 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.696 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 0 keys 17:17:33.696 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76228ms ManagedSelector@51827393{STARTED} id=0 keys=0 selected=0 updates=0 17:17:33.696 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76228ms ClientSelectorManager@26ae880a{STARTED} 17:17:33.696 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76228ms HttpClientTransportOverHTTP@14fc5d40{STARTED} 17:17:33.696 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@51e0301d[provider=null,keyStore=null,trustStore=null] 17:17:33.698 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 78e89bfe[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms Client@51e0301d[provider=null,keyStore=null,trustStore=null] 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@771db12c{STOPPED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms ScheduledExecutorScheduler@771db12c{STARTED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms HttpClient@652ab8d9{STARTED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@5f13be1{STOPPED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms SessionTracker@5f13be1{STARTED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@5f303ecd{STOPPED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@50d3bf39{STOPPED,size=0,capacity=UNLIMITED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms InflaterPool@50d3bf39{STARTED,size=0,capacity=UNLIMITED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@25a73de1{STOPPED,size=0,capacity=UNLIMITED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms DeflaterPool@25a73de1{STARTED,size=0,capacity=UNLIMITED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms WebSocketExtensionFactory@5f303ecd{STARTED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76231ms WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STARTED},openSessions.size=0] 17:17:33.699 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654 to ws://127.0.0.1:8899/ws/sensinact 17:17:33.699 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:17:33.699 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:17:33.699 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:17:33.699 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:17:33.699 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654, policy=WebSocketPolicy@522ba524[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@652ab8d9{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=null,MANAGED} 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=null 17:17:33.699 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] added {Pool@17d2ed1b[size=0 closed=false],POJO} 17:17:33.700 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:17:33.700 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:33.700 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76232ms DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:33.700 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76232ms HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:33.700 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:33.700 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840] 17:17:33.700 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 for HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=1,pool=DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=1] 17:17:33.700 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=1] 17:17:33.700 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:17:33.700 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:17:33.700 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@1e6cc850{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:17:33.700 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@7e7f0f0a startThread=0 17:17:33.700 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@7e7f0f0a in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.700 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:17:33.700 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@4fecc276[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40176]] on ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:17:33.700 [qtp730923082-17-acceptor-0@5e3f861-ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=1 17:17:33.700 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@5f032855{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=1,pool=DuplexConnectionPool@15cea7b0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5b3cb76d, client.connector=HttpClient@652ab8d9{STARTED}}} on ManagedSelector@51827393{STARTED} id=0 keys=0 selected=0 updates=0 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:17:33.700 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=0 selected=0 updates=1 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@4fecc276[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40176]] 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/0 selected 17:17:33.700 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$515/1884387196@7e7f0f0a in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@4fecc276[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40176]] startThread=0 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.700 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:33.700 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@4fecc276[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40176]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@5f032855{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=1,pool=DuplexConnectionPool@15cea7b0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5b3cb76d, client.connector=HttpClient@652ab8d9{STARTED}}} 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:33.700 [qtp730923082-22] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 1/1/1 selected 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 1 keys, 0 updates 17:17:33.700 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@1000da03 Connect@5f032855{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=1,pool=DuplexConnectionPool@15cea7b0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5b3cb76d, client.connector=HttpClient@652ab8d9{STARTED}}} 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40176 remote=/127.0.0.1:8899] 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@51e0d238 on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@143f5cdb{Connect@5f032855{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40176 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=1,pool=DuplexConnectionPool@15cea7b0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5b3cb76d, client.connector=HttpClient@652ab8d9{STARTED}}}} startThread=0 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@143f5cdb{Connect@5f032855{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40176 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=1,pool=DuplexConnectionPool@15cea7b0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5b3cb76d, client.connector=HttpClient@652ab8d9{STARTED}}}} in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@39418ef6 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@40cbd282{AC.ReadCB@b4d92a6{HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=2 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@51e0d238 17:17:33.701 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@4fecc276[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40176]] in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1c6ce8f5{AC.ReadCB@3d7e1d81{HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.701 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=1 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=2 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/1 selected 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 2 updates 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$473/728103082@39418ef6 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@1e6cc850{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@15cea7b0[c=0/1/64,a=0,i=1,q=1] 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.701 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:33.701 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@1e6cc850{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@17d2ed1b[size=1 closed=false] 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[PENDING/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]} on HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/1/64,a=1,i=0,q=0] 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[PENDING/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]} associated true to HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[PENDING/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 0b5x/ZGvTwVNusdO0uGG/g== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@4df5cff0{s=START} 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 0b5x/ZGvTwVNusdO0uGG/g== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@4df5cff0{s=COMPLETING} 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6897cc7f{IDLE}->null [HeapByteBuffer@18229028[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@31ed8aaf[p=0,l=0,c=0,r=0]={<<<>>>}] 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{WRITING}->null:IDLE-->WRITING 17:17:33.702 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:33.702 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:33.702 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@85d7598 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=1/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[PENDING/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@4df5cff0{s=COMPLETING}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@6897cc7f{WRITING}->null 17:17:33.702 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{IDLE}->null:WRITING-->IDLE 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@4df5cff0{s=END} 17:17:33.702 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]}, result: null 17:17:33.702 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 17:17:33.702 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=54]@2021-11-11T17:17:33.702Z 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=54]@2021-11-11T17:17:33.702Z 17:17:33.703 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.703 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=54]@2021-11-11T17:17:33.703Z 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=54]@2021-11-11T17:17:33.703Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:33.703 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@143f5cdb{Connect@5f032855{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40176 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@5b3cb76d, client.connector=HttpClient@652ab8d9{STARTED}}}} in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}] 17:17:33.703 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=55]@2021-11-11T17:17:33.703Z tryProduce true 17:17:33.703 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:33.703 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@40cbd282{AC.ReadCB@b4d92a6{HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:33.703 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:33.703 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>"subscrip...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>"subscrip...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>"subscrip...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@25c15cdb[p=0,l=267,c=8192,r=267]={<<>>"subscrip...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@5a5a729f{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 0b5x/ZGvTwVNusdO0uGG/g== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:17:33.703 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@15116d35{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@48aca48b{/,null,AVAILABLE} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 session=null 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6892b3b6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@4149e5d1{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb, policy=WebSocketPolicy@2b9e914f[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:17:33.704 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1}] 17:17:33.705 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2}] added {WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2},POJO} 17:17:33.705 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],AUTO} 17:17:33.705 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2}] 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb] 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76243ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb] 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76243ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8}] 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=8},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76244ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:33.711 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@3b8c6b1e 17:17:33.712 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=START}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=9} 17:17:33.712 [qtp730923082-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1101048445==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:33.712 [qtp730923082-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=9} 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@15116d35{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@15116d35{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=15} 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@57d0fb67) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@81b1c3b 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=15} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:33 GMT Connection: Upgrade Sec-WebSocket-Accept: yV6RrK+V7QaHi0mYeDfvAWbOeF8= Upgrade: WebSocket 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@26b94971[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@70c4c696] (null,[p=0,l=0,c=0,r=0],true)@START 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@dc34348[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:33 GMT Connection: Upgrade Sec-WebSocket-Accept: yV6RrK+V7QaHi0mYeDfvAWbOeF8= Upgrade: WebSocket 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@26b94971[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@70c4c696] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@209f002a{IDLE}->null [HeapByteBuffer@3f7e0cfb[p=0,l=166,c=16384,r=166]={<<>>ngth: 278...\x00\x00\x00\x00\x00\x00\x00}] 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{WRITING}->null:IDLE-->WRITING 17:17:33.718 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 1/1/1 selected 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=W,to=15/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=COMPLETING}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=15} 17:17:33.718 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 1 keys, 0 updates 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@209f002a{WRITING}->null 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{IDLE}->null:WRITING-->IDLE 17:17:33.718 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@26b94971[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@70c4c696] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:17:33.719 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@57d0fb67 w=false 17:17:33.719 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1000da03 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=16/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.719 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@15116d35{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:33.719 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@15116d35{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:33.719 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@15116d35{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:33.719 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=16} 17:17:33.719 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=16/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.719 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:17:33.719 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=16/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:17:33.719 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=END}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=16} to WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=END}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=16} 17:17:33.725 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@15116d35{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:33.725 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=0} tryExecute EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.725Z 17:17:33.725 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=1} startReservedThread p=1 17:17:33.725 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@3be4f71{s=0/2,p=1}@513dd038 startThread=0 17:17:33.725 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@3be4f71{s=0/2,p=1}@513dd038 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=1}] 17:17:33.725 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=1}@513dd038 started 17:17:33.725 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=END}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} upgrading from HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=END}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} to WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=END}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:17:33.725 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@513dd038 waiting 17:17:33.725 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@b4d92a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5e2d64b7{s=END}]=>HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=22} 17:17:33.725 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:33.725Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:17:33.725 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[HANDSHAKING],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.725 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:17:33.725 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:17:33.725 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@12cb552e[batching=true] 17:17:33.725 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:17:33.726 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=23/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}] 17:17:33.732 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:33.726 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENING],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@12cb552e[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:17:33.732 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.732 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:17:33.732 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.732 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=30/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.732 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1c6ce8f5{AC.ReadCB@3d7e1d81{HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=30/3600000}{io=0/0,kio=1,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:17:33.732 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@39428ee3{DirectByteBuffer@378577bb[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:17:33.733 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@40cbd282{AC.ReadCB@488cd011{WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@378577bb[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:17:33.733 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@378577bb[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.733 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:33.733 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@39428ee3{DirectByteBuffer@378577bb[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[null 0 null]@6372e7f3[PENDING/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@378577bb[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:17:33.733 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840] 17:17:33.733 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@f2b3000[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@488cd011 | +> SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb] - STARTED += ExtensionStack@4bf13ebb[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:17:33.733 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:17:33.739 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@15116d35{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:17:33.739 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:17:33.739 [qtp730923082-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:17:33.739 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2f7416cd{s=HttpChannelState@15116d35{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:17:33.739 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:33.740 [qtp730923082-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@b4d92a6::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@15116d35{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3 Date: Thu, 11 Nov 2021 17:17:33 GMT Connection: Upgrade Sec-WebSocket-Accept: yV6RrK+V7QaHi0mYeDfvAWbOeF8= Upgrade: WebSocket 17:17:33.740 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 > HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3] null 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3 17:17:33.740 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:33.741 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:17:33.747 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],AUTO} 17:17:33.747 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:33.748 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:33.754 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654] 17:17:33.754 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76286ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654] 17:17:33.754 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76286ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @76287ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@39428ee3{DirectByteBuffer@378577bb[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3d7e1d81(l:/127.0.0.1:40176 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@7c4317ba(exchange=HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]})[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[HANDSHAKING],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@169782cf[batching=true] 17:17:33.755 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENING],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@169782cf[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:17:33.756 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:17:33.756 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=22/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.756 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=1 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/1 selected 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.762 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@76b87d80[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@33bae593 | +> SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654] - STARTED += ExtensionStack@4bebf1ef[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@2d3e0e2c{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@7c4317ba(exchange=null)[send=HttpSenderOverHTTP@2a4861(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@4df5cff0{s=START}],recv=HttpReceiverOverHTTP@7876ce86(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@1e6cc850{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@3d7e1d81::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@17d2ed1b[size=0 closed=false] 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 > HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840] 17:17:33.762 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@185f7840 > HttpResponse[HTTP/1.1 101 Switching Protocols]@6372e7f3] null 17:17:33.762 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5ab0529b[p=0,l=207,c=207,r=207]={<<<{"uri":"/sensinact/provid...:"<","operand":200}]}]}>>>} 17:17:33.762 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:17:33.762 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=207,fin=true,rsv=...,masked=false] 17:17:33.762 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=207,fin=true,rsv=...,masked=false] 17:17:33.762 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=207,fin=true,rsv=...,masked=true], Flusher@5477b7bd[PROCESSING]) 17:17:33.763 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=207,fin=true,rsv=...,masked=true],Flusher@5477b7bd[PROCESSING],AUTO,null] to Flusher@47044c42[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:33.763 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:33.763 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=207,fin=true,rsv=...,masked=true],Flusher@5477b7bd[PROCESSING],AUTO,null]] 17:17:33.763 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:17:33.763 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:33.769 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=13/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=8,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@5477b7bd[PROCESSING],AUTO,null]] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=215 cap=32768] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6897cc7f{IDLE}->null [DirectByteBuffer@504839eb[p=0,l=215,c=32768,r=215]={<<<\x81\xFe\x00\xCf\x00\x1dv\x8b{?\x03\xF9i?L\xA9/n\x13\xE5st\x18\xEac...:?J\xA9,?\x19\xFbeo\x17\xE5d?L\xB90-\x0b\xD6}@\x0b>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{WRITING}->null:IDLE-->WRITING 17:17:33.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:33.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 215 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=13/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=215,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=215 remaining=0 WriteFlusher@6897cc7f{WRITING}->null 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{IDLE}->null:WRITING-->IDLE 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=215,terminated=null] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=215,terminated=null] processing 0 entries: [] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=215,terminated=null] auto flushing 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=215,terminated=null] flushing 0 frames: [] 17:17:33.769 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@85d7598 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=36/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.769 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:33.770 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=37/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.770 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=37/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:17:33.770 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=55]@2021-11-11T17:17:33.77Z 17:17:33.770 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=55]@2021-11-11T17:17:33.77Z 17:17:33.770 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=55]@2021-11-11T17:17:33.77Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=37/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:33.770 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=55]@2021-11-11T17:17:33.77Z 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@40cbd282{AC.ReadCB@488cd011{WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=43/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:33.776 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=56]@2021-11-11T17:17:33.776Z tryProduce true 17:17:33.776 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:33.776 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xB2\x15~\x8e\xBf{...\x00\x00\x00\x00\x00\x00\x00}) 17:17:33.776 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=43/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:33.776 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 215 DirectByteBuffer@5ebfbabf[p=0,l=215,c=4096,r=215]={<<<\x81\xFe\x00\xCf\x00\x1dv\x8b{?\x03\xF9i?L\xA9/n\x13\xE5st\x18\xEac...:?J\xA9,?\x19\xFbeo\x17\xE5d?L\xB90-\x0b\xD6}@\x0b>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 215 bytes - DirectByteBuffer@5ebfbabf[p=0,l=215,c=4096,r=215]={<<<\x81\xFe\x00\xCf\x00\x1dv\x8b{?\x03\xF9i?L\xA9/n\x13\xE5st\x18\xEac...:?J\xA9,?\x19\xFbeo\x17\xE5d?L\xB90-\x0b\xD6}@\x0b>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=215,c=4096,r=215]={<<<\x81\xFe\x00\xCf\x00\x1dv\x8b{?\x03\xF9i?L\xA9/n\x13\xE5st\x18\xEac...:?J\xA9,?\x19\xFbeo\x17\xE5d?L\xB90-\x0b\xD6}@\x0b>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 215 bytes 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 207 - Parser@4a8d8205[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=207,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@48a53451[p=0,l=207,c=207,r=207]={<<<{?\x03\xF9i?L\xA9/n\x13\xE5st\x18\xEaciY\xFbrr\x00\xE2d...:?J\xA9,?\x19\xFbeo\x17\xE5d?L\xB90-\x0b\xD6}@\x0b>>>} 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=207,fin=true,rsv=...,masked=true] 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=207,fin=true,rsv=...,masked=true]) 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=207,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@48a53451[p=0,l=207,c=207,r=207]={<<<{"uri":"/sensinact/provid...:"<","operand":200}]}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:33.776 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([207] "{"uri":"/sensinact/p...lse,"operator":"<","operand":200}]}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:33.778 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:33.778 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@409c7a72[p=0,l=217,c=217,r=217]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} 17:17:33.778 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=217,fin=true,rsv=...,masked=false] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=217,fin=true,rsv=...,masked=false] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=217,fin=true,rsv=...,masked=false], Flusher@55cf25cc[PROCESSING]) 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=217,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null] to Flusher@1c2b1760[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=217,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=221 cap=32768] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@209f002a{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=221,c=32768,r=221]={<<<\x81~\x00\xD9{"response":{"initial...tion","statusCode":200}>>>sition/va...\x00\x00\x00\x00\x00\x00\x00}] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{WRITING}->null:IDLE-->WRITING 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 1/1/1 selected 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 1 keys, 0 updates 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 221 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=W,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=221,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1000da03 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=13/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=221 remaining=0 WriteFlusher@209f002a{WRITING}->null 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{IDLE}->null:WRITING-->IDLE 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=13/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=221,terminated=null] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=221,terminated=null] processing 0 entries: [] 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=13/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=221,terminated=null] auto flushing 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=221,terminated=null] flushing 0 frames: [] 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0} tryExecute EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:33.783Z 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=215,l=215,c=4096,r=0]={\x81\xFe\x00\xCf\x00\x1dv\x8b{...00}]}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=0}@513dd038 offer EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:33.783Z 17:17:33.783 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xCf\x00\x1dv\x8b{...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.783 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=1} startReservedThread p=1 17:17:33.784 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@3be4f71{s=0/2,p=1}@76e0cfdb startThread=0 17:17:33.790 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@3be4f71{s=0/2,p=1}@76e0cfdb in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=1}] 17:17:33.790 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=1}@76e0cfdb started 17:17:33.790 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@76e0cfdb waiting 17:17:33.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@40cbd282{AC.ReadCB@488cd011{WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]]}} 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:33.79Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=20/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:33.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:33.790 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=1}@513dd038 task=EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:33.79Z 17:17:33.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:33.790 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=20/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:33.790 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:17:33.790 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:33.79Z tryProduce true 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:33.790 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:33.790 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 221 DirectByteBuffer@6026c3c6[p=0,l=221,c=4096,r=221]={<<<\x81~\x00\xD9{"response":{"initial...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 221 bytes - DirectByteBuffer@6026c3c6[p=0,l=221,c=4096,r=221]={<<<\x81~\x00\xD9{"response":{"initial...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.790 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=221,c=4096,r=221]={<<<\x81~\x00\xD9{"response":{"initial...tion","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:33.790 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 221 bytes 17:17:33.790 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:33.790 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 217 - Parser@23f6af4c[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=217,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:33.791 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@31122f77[p=0,l=217,c=217,r=217]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>} 17:17:33.791 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=217,fin=true,rsv=...,masked=false] 17:17:33.791 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:33.791 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=217,fin=true,rsv=...,masked=false]) 17:17:33.791 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=217,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:33.791 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@31122f77[p=0,l=217,c=217,r=217]={<<<{"response":{"initial":{"...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:33.791 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([217] "{"response":{"initia...er/cursor/position","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"initial":{"name":"position","type":"int","value":150,"timestamp":1636651043664},"subscriptionId":"MID1636651053777138025895"},"type":"SUBSCRIBE_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=221,l=221,c=4096,r=0]={\x81~\x00\xD9{"res...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xD9{"res...\x00\x00\x00\x00\x00\x00\x00} 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]] 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]]}} 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]] 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=1 17:17:33.797 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/504807594@7ac9af2a in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}] 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/1 selected 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]] 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:33.797 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys {"response":{"initial":{"name":"position","type":"int","value":150,"timestamp":1636651043664},"subscriptionId":"MID1636651053777138025895"},"type":"SUBSCRIBE_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:17:33.862 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:33.863 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@608c5d8a[p=0,l=230,c=230,r=230]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=230,fin=true,rsv=...,masked=false] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=230,fin=true,rsv=...,masked=false] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=230,fin=true,rsv=...,masked=false], Flusher@55cf25cc[PROCESSING]) 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=230,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null] to Flusher@1c2b1760[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=230,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=234 cap=32768] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@209f002a{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=234,c=32768,r=234]={<<<\x81~\x00\xE6{"type":"CALLBACK","c...rsor/position/value"}]}>>>}]}:"/lig...\x00\x00\x00\x00\x00\x00\x00}] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{WRITING}->null:IDLE-->WRITING 17:17:34.064 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 1/1/1 selected 17:17:34.064 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 1 keys, 0 updates 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 234 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=W,to=274/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=234,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=234 remaining=0 WriteFlusher@209f002a{WRITING}->null 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{IDLE}->null:WRITING-->IDLE 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=234,terminated=null] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=234,terminated=null] processing 0 entries: [] 17:17:34.064 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1000da03 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=234,terminated=null] auto flushing 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=234,terminated=null] flushing 0 frames: [] 17:17:34.064 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:34.064 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]] 17:17:34.065 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]]:runFillable:BLOCKING 17:17:34.065 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0} tryExecute EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:34.065Z 17:17:34.065 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=0}@76e0cfdb offer EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:34.065Z 17:17:34.065 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=1} startReservedThread p=1 17:17:34.065 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@3be4f71{s=0/2,p=1}@39cf670c startThread=0 17:17:34.065 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@3be4f71{s=0/2,p=1}@39cf670c in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=1}] 17:17:34.065 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=1}@76e0cfdb task=EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:34.065Z 17:17:34.065 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=1}@39cf670c started 17:17:34.065 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@39cf670c waiting 17:17:34.065 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:34.065Z tryProduce true 17:17:34.065 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:34.065 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:34.065 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:34.065Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:34.065 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]] 17:17:34.065 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=267/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=217,f=null]]}} 17:17:34.070 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:34.070 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:34.070 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:34.070 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xD9{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:17:34.070 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 234 DirectByteBuffer@6026c3c6[p=0,l=234,c=4096,r=234]={<<<\x81~\x00\xE6{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 234 bytes - DirectByteBuffer@6026c3c6[p=0,l=234,c=4096,r=234]={<<<\x81~\x00\xE6{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=234,c=4096,r=234]={<<<\x81~\x00\xE6{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 234 bytes 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 230 - Parser@23f6af4c[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=230,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@37089e45[p=0,l=230,c=230,r=230]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=230,fin=true,rsv=...,masked=false] 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=230,fin=true,rsv=...,masked=false]) 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=230,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@37089e45[p=0,l=230,c=230,r=230]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([230] "{"type":"CALLBACK","...i":"/slider/cursor/position/value"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"type":"CALLBACK","callbackId":"MID1636651053777138025895","messages":[{"notification":{"name":"position","type":"int","value":2,"timestamp":1636651053862},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"}]} 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=234,l=234,c=4096,r=0]={\x81~\x00\xE6{"typ...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE6{"typ...\x00\x00\x00\x00\x00\x00\x00} 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]] 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]]}} 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]] 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:34.071 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=1 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/1 selected 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:34.072 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0}@513dd038 waiting 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]] 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:34.072 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:34.164 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:34.165 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:35.168 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:35.169 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@2ee1fd48[p=0,l=232,c=232,r=232]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=232,fin=true,rsv=...,masked=false] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=232,fin=true,rsv=...,masked=false] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=232,fin=true,rsv=...,masked=false], Flusher@55cf25cc[PROCESSING]) 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=232,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null] to Flusher@1c2b1760[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=232,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=236 cap=32768] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@209f002a{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=236,c=32768,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>}:"/light...\x00\x00\x00\x00\x00\x00\x00}] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{WRITING}->null:IDLE-->WRITING 17:17:35.370 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 1/1/1 selected 17:17:35.370 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 1 keys, 0 updates 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 236 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=W,to=1306/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=236 remaining=0 WriteFlusher@209f002a{WRITING}->null 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{IDLE}->null:WRITING-->IDLE 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] 17:17:35.370 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1000da03 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1298/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] processing 0 entries: [] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] auto flushing 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] flushing 0 frames: [] 17:17:35.370 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:35.370 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1299/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]] 17:17:35.370 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1299/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]]:runFillable:BLOCKING 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0} tryExecute EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:35.371Z 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@513dd038 offer EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:35.371Z 17:17:35.371 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@513dd038 task=EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:35.371Z 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:35.371Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1299/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:35.371 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:35.371Z tryProduce true 17:17:35.371 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:35.371 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1299/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]]}} 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:35.371 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=1299/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=230,f=null]] 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE6{"typ...\x00\x00\x00\x00\x00\x00\x00}) 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:35.371 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 236 DirectByteBuffer@6026c3c6[p=0,l=236,c=4096,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 236 bytes - DirectByteBuffer@6026c3c6[p=0,l=236,c=4096,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=236,c=4096,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 236 bytes 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 232 - Parser@23f6af4c[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=232,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@7aa1401e[p=0,l=232,c=232,r=232]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=232,fin=true,rsv=...,masked=false] 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=232,fin=true,rsv=...,masked=false]) 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=232,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7aa1401e[p=0,l=232,c=232,r=232]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([232] "{"type":"CALLBACK","...i":"/slider/cursor/position/value"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"type":"CALLBACK","callbackId":"MID1636651053777138025895","messages":[{"notification":{"name":"position","type":"int","value":199,"timestamp":1636651055168},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"}]} 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=236,l=236,c=4096,r=0]={\x81~\x00\xE8{"typ...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE8{"typ...\x00\x00\x00\x00\x00\x00\x00} 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]}} 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:35.371 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=1 17:17:35.372 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0}@76e0cfdb waiting 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/1 selected 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:35.372 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:35.470 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:35.471 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:36.473 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:36.474 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@6a4d6d79[p=0,l=232,c=232,r=232]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=232,fin=true,rsv=...,masked=false] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=232,fin=true,rsv=...,masked=false] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=232,fin=true,rsv=...,masked=false], Flusher@55cf25cc[PROCESSING]) 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=232,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null] to Flusher@1c2b1760[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=232,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=236 cap=32768] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@209f002a{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=236,c=32768,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>}:"/light...\x00\x00\x00\x00\x00\x00\x00}] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{WRITING}->null:IDLE-->WRITING 17:17:36.675 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 1/1/1 selected 17:17:36.675 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 1 keys, 0 updates 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 236 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=W,to=1304/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=236 remaining=0 WriteFlusher@209f002a{WRITING}->null 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{IDLE}->null:WRITING-->IDLE 17:17:36.675 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1000da03 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1303/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] processing 0 entries: [] 17:17:36.675 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1304/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] auto flushing 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=236,terminated=null] flushing 0 frames: [] 17:17:36.675 [Stack Engine Worker Thread] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:36.675 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1304/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]:runFillable:BLOCKING 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0} tryExecute EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:36.676Z 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@76e0cfdb offer EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:36.676Z 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:36.676Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1304/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@76e0cfdb task=EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:36.676Z 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:36.676Z tryProduce true 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1304/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]}} 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE8{"typ...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=1304/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 236 DirectByteBuffer@6026c3c6[p=0,l=236,c=4096,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 236 bytes - DirectByteBuffer@6026c3c6[p=0,l=236,c=4096,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=236,c=4096,r=236]={<<<\x81~\x00\xE8{"type":"CALLBACK","c...rsor/position/value"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 236 bytes 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 232 - Parser@23f6af4c[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=232,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@33370c7c[p=0,l=232,c=232,r=232]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>} 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=232,fin=true,rsv=...,masked=false] 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=232,fin=true,rsv=...,masked=false]) 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=232,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@33370c7c[p=0,l=232,c=232,r=232]={<<<{"type":"CALLBACK","callb...rsor/position/value"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([232] "{"type":"CALLBACK","...i":"/slider/cursor/position/value"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"type":"CALLBACK","callbackId":"MID1636651053777138025895","messages":[{"notification":{"name":"position","type":"int","value":185,"timestamp":1636651056473},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"}]} 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=236,l=236,c=4096,r=0]={\x81~\x00\xE8{"typ...lue"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE8{"typ...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]}} 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=1 17:17:36.676 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0}@513dd038 waiting 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/1 selected 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:36.676 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@154abd86[p=0,l=177,c=177,r=177]={<<<{"uri":"/sensinact/provid...6651053777138025895"}]}>>>} 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=177,fin=true,rsv=...,masked=false] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=177,fin=true,rsv=...,masked=false] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=177,fin=true,rsv=...,masked=true], Flusher@5477b7bd[PROCESSING]) 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=177,fin=true,rsv=...,masked=true],Flusher@5477b7bd[PROCESSING],AUTO,null] to Flusher@47044c42[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=177,fin=true,rsv=...,masked=true],Flusher@5477b7bd[PROCESSING],AUTO,null]] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@5477b7bd[PROCESSING],AUTO,null]] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=185 cap=32768] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6897cc7f{IDLE}->null [DirectByteBuffer@504839eb[p=0,l=185,c=32768,r=185]={<<<\x81\xFe\x00\xB1\xC7\x8e^8\xBc\xAc+J\xAe\xAcd\x1a\xE8\xFd;V\xB4\xE70Y\xA4...h\x0e\xF2\xBfn\r\xF4\xB9i\x0f\xF6\xBdf\x08\xF5\xBbf\x01\xF2\xAc#e\xBa>>>x\x04\xEatr\x04\xA9:?...\x00\x00\x00\x00\x00\x00\x00}] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{WRITING}->null:IDLE-->WRITING 17:17:36.973 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 185 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=297/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=185,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.973 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=185 remaining=0 WriteFlusher@6897cc7f{WRITING}->null 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{IDLE}->null:WRITING-->IDLE 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=185,terminated=null] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=185,terminated=null] processing 0 entries: [] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=185,terminated=null] auto flushing 17:17:36.973 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@85d7598 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=297/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=185,terminated=null] flushing 0 frames: [] 17:17:36.973 [Thread-94] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:36.973 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=298/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:36.973 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=298/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]]:runFillable:BLOCKING 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=56]@2021-11-11T17:17:36.973Z 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=56]@2021-11-11T17:17:36.974Z 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=56]@2021-11-11T17:17:36.974Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=298/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:36.974 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=56]@2021-11-11T17:17:36.974Z 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@40cbd282{AC.ReadCB@488cd011{WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=298/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]]}} 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:36.974 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=57]@2021-11-11T17:17:36.974Z tryProduce true 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xCf\x00\x1dv\x8b{...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:36.974 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:36.974 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 185 DirectByteBuffer@5ebfbabf[p=0,l=185,c=4096,r=185]={<<<\x81\xFe\x00\xB1\xC7\x8e^8\xBc\xAc+J\xAe\xAcd\x1a\xE8\xFd;V\xB4\xE70Y\xA4...h\x0e\xF2\xBfn\r\xF4\xB9i\x0f\xF6\xBdf\x08\xF5\xBbf\x01\xF2\xAc#e\xBa>>>erator":"...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 185 bytes - DirectByteBuffer@5ebfbabf[p=0,l=185,c=4096,r=185]={<<<\x81\xFe\x00\xB1\xC7\x8e^8\xBc\xAc+J\xAe\xAcd\x1a\xE8\xFd;V\xB4\xE70Y\xA4...h\x0e\xF2\xBfn\r\xF4\xB9i\x0f\xF6\xBdf\x08\xF5\xBbf\x01\xF2\xAc#e\xBa>>>erator":"...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=185,c=4096,r=185]={<<<\x81\xFe\x00\xB1\xC7\x8e^8\xBc\xAc+J\xAe\xAcd\x1a\xE8\xFd;V\xB4\xE70Y\xA4...h\x0e\xF2\xBfn\r\xF4\xB9i\x0f\xF6\xBdf\x08\xF5\xBbf\x01\xF2\xAc#e\xBa>>>erator":"...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 185 bytes 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:17:36.974 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=207,f=null]] 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 177 - Parser@4a8d8205[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=177,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:17:36.974 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@fa5b0b2[p=0,l=177,c=177,r=177]={<<<\xBc\xAc+J\xAe\xAcd\x1a\xE8\xFd;V\xB4\xE70Y\xA4\xFaqH\xB5\xE1(Q\xA3...h\x0e\xF2\xBfn\r\xF4\xB9i\x0f\xF6\xBdf\x08\xF5\xBbf\x01\xF2\xAc#e\xBa>>>} 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=177,fin=true,rsv=...,masked=true] 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=177,fin=true,rsv=...,masked=true]) 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=177,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@fa5b0b2[p=0,l=177,c=177,r=177]={<<<{"uri":"/sensinact/provid...6651053777138025895"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:36.974 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([177] "{"uri":"/sensinact/p...value":"MID1636651053777138025895"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@61b4d4d1[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=125,fin=true,rsv=...,masked=false] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=125,fin=true,rsv=...,masked=false] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=125,fin=true,rsv=...,masked=false], Flusher@55cf25cc[PROCESSING]) 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=125,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null] to Flusher@1c2b1760[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=125,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@55cf25cc[PROCESSING],AUTO,null]] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=127 cap=32768] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@209f002a{IDLE}->null [DirectByteBuffer@68747b85[p=0,l=127,c=32768,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>lue":185,...\x00\x00\x00\x00\x00\x00\x00}] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{WRITING}->null:IDLE-->WRITING 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 1/1/1 selected 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 1 keys, 0 updates 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 127 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=127,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=127 remaining=0 WriteFlusher@209f002a{WRITING}->null 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1000da03 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{IDLE}->null:WRITING-->IDLE 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] processing 0 entries: [] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] auto flushing 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=127,terminated=null] flushing 0 frames: [] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]:runFillable:BLOCKING 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=185,l=185,c=4096,r=0]={\x81\xFe\x00\xB1\xC7\x8e^8{...895"}]}<<<>>>erator":"...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xB1\xC7\x8e^8{...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0} tryExecute EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:36.975Z 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@40cbd282{AC.ReadCB@488cd011{WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]]}} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@513dd038 offer EatWhatYouKill@260f2144/SelectorProducer@3c017078/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:36.975Z 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]] 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f on ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=1 17:17:36.975 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/6 selected 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:36.975Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@2774b09f 17:17:36.975 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@513dd038 task=EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:36.975Z 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]]}} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xE8{"typ...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.975 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=true/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:36.975Z tryProduce true 17:17:36.975 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:36.975 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:36.975 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 127 DirectByteBuffer@6026c3c6[p=0,l=127,c=4096,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>lue":185,...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 127 bytes - DirectByteBuffer@6026c3c6[p=0,l=127,c=4096,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>lue":185,...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=0,l=127,c=4096,r=127]={<<<\x81}{"response":{"message":...tion","statusCode":200}>>>lue":185,...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:36.975 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=232,f=null]] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 127 bytes 17:17:36.975 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 125 - Parser@23f6af4c[ExtensionStack,s=PAYLOAD_LEN,c=0,len=125,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@7466a13a[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=125,fin=true,rsv=...,masked=false] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=125,fin=true,rsv=...,masked=false]) 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=125,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7466a13a[p=0,l=125,c=125,r=125]={<<<{"response":{"message":"u...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([125] "{"response":{"messag...er/cursor/position","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] {"response":{"message":"unsubscription done"},"type":"UNSUBSCRIBE_RESPONSE","uri":"/slider/cursor/position","statusCode":200} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@e11829d[READING] getAction(DirectByteBuffer@6026c3c6[p=127,l=127,c=4096,r=0]={\x81}{"respo...e":200}<<<>>>lue":185,...\x00\x00\x00\x00\x00\x00\x00}) 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@6026c3c6[p=0,l=0,c=4096,r=0]={<<<>>>\x81}{"respo...\x00\x00\x00\x00\x00\x00\x00} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]]}} 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 on ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=1 17:17:36.975 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0}@76e0cfdb waiting 17:17:36.975 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:36.976 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/1 selected 17:17:36.976 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:36.976 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:36.976 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$470/331387372@4e57c259 17:17:36.976 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:36.976 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:36.976 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 1 keys 17:17:37.076 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:37.077 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:38.080 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:17:38.080 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SelectorManager@ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:17:38.080 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@570312c{STARTED} id=0 keys=0 selected=0 updates=0 17:17:38.080 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@48b22fd4 on ManagedSelector@570312c{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:38.080 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@48b22fd4 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@570312c{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 waiting with 0 keys 17:17:38.081 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@6a9d5dff on ManagedSelector@570312c{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:38.081 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@570312c{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken with none selected 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 woken up from select, 0/0/0 selected 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@59c92f61 processing 0 keys, 1 updates 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@6a9d5dff 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:38.081 [etp673129458-105] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=1/1,p=0}@7e4b3c41 size 1 > capacity 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=9,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:17:38.081Z 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@29aff764/SelectorProducer@545483c2/IDLE/p=false/ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=9,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}}[pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:17:38.081Z 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@570312c{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SelectorManager@ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpConnectionFactory@677943d8[HTTP/1.1] 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpConnectionFactory@677943d8[HTTP/1.1] 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@51b7716b{STARTED} 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@51b7716b{STOPPED} 17:17:38.081 [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServerConnector@2a979904{HTTP/1.1, (http/1.1, http)}{0.0.0.0:8898} 17:17:38.081 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Server@782168b7{STARTED}[9.4.42.v20210604] 17:17:38.081 [main] DEBUG org.eclipse.jetty.server.Server - doStop Server@782168b7{STOPPING}[9.4.42.v20210604] 17:17:38.082 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandlerContainer - Graceful shutdown Server@782168b7{STOPPING}[9.4.42.v20210604] by 17:17:38.082 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping Server@782168b7{STOPPING}[9.4.42.v20210604] 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ErrorHandler@199bd097{STARTED} 17:17:38.082 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ErrorHandler@199bd097{STOPPING} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ErrorHandler@199bd097{STOPPED} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServletHandler@20ab6e0b{STARTED} 17:17:38.082 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ServletHandler@20ab6e0b{STOPPING} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED callbackServlet==org.eclipse.sensinact.gateway.nthbnd.rest.server.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServletHandler@20ab6e0b{STOPPED} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExecutorThreadPool[etp673129458]@281f23f2{STARTED,8<=10<=10,i=9,q=0,ReservedThreadExecutor@35b3f96f{s=1/1,p=0}} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@35b3f96f{s=1/1,p=0} 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=0/1,p=0}@701f52f2 offer STOP! 17:17:38.082 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@35b3f96f{s=-1/1,p=0} 17:17:38.082 [etp673129458-103] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=-1/1,p=0}@701f52f2 task=STOP! 17:17:38.082 [etp673129458-103] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@35b3f96f{s=-1/1,p=0}@701f52f2 Exited 17:17:38.083 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExecutorThreadPool[etp673129458]@281f23f2{STOPPED,8<=0<=10,i=0,q=0,NO_TRY} 17:17:38.083 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Server@782168b7{STOPPED}[9.4.42.v20210604] 17:17:40.108 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STARTED},openSessions.size=1] 17:17:40.108 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STARTED},openSessions.size=1] 17:17:40.108 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@6e28bb87{STARTED} 17:17:40.108 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=79819/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]],remote=WebSocketRemoteEndpoint@9bfdde7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=79819/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[OPENED],f=Flusher@2fec4685[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]],remote=WebSocketRemoteEndpoint@9bfdde7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@825d415) 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@825d415,OFF,null] to Flusher@2fec4685[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@825d415,OFF,null]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@825d415,OFF,null]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@18ceed84{IDLE}->null [DirectByteBuffer@6e23b61[p=0,l=6,c=1024,r=6]={<<<\x88\x8aD\x8f\xDd\xDb>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2ddbf65[p=0,l=10,c=10,r=10]={<<>>}] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{WRITING}->null:IDLE-->WRITING 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/6 selected 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=79819/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[CLOSING],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@18ceed84{WRITING}->null 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@18ceed84{IDLE}->null:WRITING-->IDLE 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@46981389 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=79820/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=79820/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=79820/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]:runFillable:BLOCKING 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=57]@2021-11-11T17:17:40.109Z 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@36ba3182{l=/127.0.0.1:40156,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=57]@2021-11-11T17:17:40.109Z 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=57]@2021-11-11T17:17:40.109Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=79820/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:40.109 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=57]@2021-11-11T17:17:40.109Z 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@b326090{AC.ReadCB@7b4e912{WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=0.0.0.0/0.0.0.0:40156,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]]}} 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d5fa757{AC.ReadCB@7c94bc4d{WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=FI,flush=-,to=79820/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]]}} 17:17:40.109 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=58]@2021-11-11T17:17:40.109Z tryProduce true 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:40.109 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=0.0.0.0/0.0.0.0:40156,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] onFillInterestedFailed {} 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xB1\xC7\x8e^8{...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.109 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.109 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@47df315a startThread=0 17:17:40.110 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@47df315a in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}] 17:17:40.110 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=79820/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[OPENED],f=Flusher@7376c571[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=77,f=null]] 17:17:40.110 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 6 keys 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@36ba3182{l=0.0.0.0/0.0.0.0:40156,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.110 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@36ba3182{l=0.0.0.0/0.0.0.0:40156,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@2fec4685[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836] 17:17:40.110 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=0.0.0.0/0.0.0.0:40156,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]] 17:17:40.110 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:17:40.109 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8aD\x8f\xDd\xDbGf\x8e\xB31\xFb\xB9\xB43\xE1>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8aD\x8f\xDd\xDbGf\x8e\xB31\xFb\xB9\xB43\xE1>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8aD\x8f\xDd\xDbGf\x8e\xB31\xFb\xB9\xB43\xE1>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@4d39ce5e[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@d70fbf1[p=0,l=10,c=10,r=10]={<<>>} 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],behavior=CLIENT,connection=WebSocketClientConnection@7b4e912::SocketChannelEndPoint@36ba3182{l=0.0.0.0/0.0.0.0:40156,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7b4e912[s=ConnectionState@55886aee[DISCONNECTED],f=Flusher@2fec4685[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7604567b[ExtensionStack,s=START,c=0,len=155,f=null]],remote=WebSocketRemoteEndpoint@9bfdde7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@349d0836],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@6e28bb87{STOPPED} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@12477988{STARTED} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@73d69c0f{STARTED,size=0,capacity=UNLIMITED} 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@73d69c0f{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@2caf6912{STARTED,size=0,capacity=UNLIMITED} 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@2caf6912{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@12477988{STOPPED} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@757194dc{STARTED} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1aa65cb) 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1aa65cb,OFF,null] to Flusher@7376c571[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@bdecc21,queue=0,pool=DuplexConnectionPool@1917d90f[c=0/0/64,a=0,i=0,q=0] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@2160e52a{STARTED} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1aa65cb,OFF,null]] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@2160e52a{STOPPED} 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@6dc1484[provider=null,keyStore=null,trustStore=null] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1aa65cb,OFF,null]] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@6dc1484[provider=null,keyStore=null,trustStore=null] 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@5a865416{STARTED} 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@4b6ac111{STARTED} 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@694bec6f{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@22c6c066[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{WRITING}->null:IDLE-->WRITING 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@61e45f87{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@61fcc0c8 on ManagedSelector@61e45f87{STOPPING} id=0 keys=1 selected=0 updates=0 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=W,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[CLOSING],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@694bec6f{WRITING}->null 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@694bec6f{IDLE}->null:WRITING-->IDLE 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/0 selected 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 1 updates 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@61fcc0c8 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@61e45f87{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.110 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 waiting with 0 keys 17:17:40.110 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@76d2d6a5 on ManagedSelector@61e45f87{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.110 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@6eeb5215{l=/127.0.0.1:8899,r=/127.0.0.1:40156,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@61e45f87{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@6d5fa757{null} 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken with none selected 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=6 selected=0 updates=0 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 woken up from select, 0/0/0 selected 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@18eb0ce3 processing 0 keys, 1 updates 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@76d2d6a5 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@e8b60b7 startThread=0 17:17:40.111 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:40.111 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/5 selected 17:17:40.111 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@e8b60b7 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.111 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.111 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}@5711ebb5 waiting 17:17:40.111 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@6eeb5215{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@6eeb5215{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7376c571[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8aD\x8f\xDd\xDb\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@50784f18[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8aD\x8f\xDd\xDb\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:17:40.111 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:17:40.111 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@47df315a in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:40.111Z 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}] 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@25877bf4[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c9b78e3{s=1/2,p=0}] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@7c9b78e3{s=1/2,p=0} 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=0/2,p=0}@5711ebb5 offer STOP! 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@7c9b78e3{s=-1/2,p=0} 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@25877bf4[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=-1/2,p=0}@5711ebb5 task=STOP! 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c9b78e3{s=-1/2,p=0}@5711ebb5 Exited 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1970377948-37,5,main] for 14999 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe] 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7c9b78e3{s=-1/2,p=0}@5711ebb5 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe] 17:17:40.111 [WebSocketClient@1970377948-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-37,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1970377948-34,5,main] for 14999 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],behavior=SERVER,connection=WebSocketServerConnection@7c94bc4d::SocketChannelEndPoint@6eeb5215{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@7c94bc4d[s=ConnectionState@792cd77a[DISCONNECTED],f=Flusher@7376c571[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4d39ce5e[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@25877bf4[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@44d6d2fe],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.111 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@e8b60b7 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:40.111 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-35,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-36,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-38,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-34,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-40,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-39,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [WebSocketClient@1970377948-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1970377948-41,5,main] exited for QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1970377948-40,5,] for 14999 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@6fe46b62/SelectorProducer@591fd34d/IDLE/p=false/QueuedThreadPool[WebSocketClient@1970377948]@456be73c{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:40.111Z 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@61e45f87{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@4b6ac111{STOPPED} 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@5a865416{STOPPED} 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@757194dc{STOPPED} 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@6ce485f5[httpClient=HttpClient@757194dc{STOPPED},openSessions.size=0] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STARTED},openSessions.size=1] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STARTED},openSessions.size=1] 17:17:40.111 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@3bcd426c{STARTED} 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=79139/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]],remote=WebSocketRemoteEndpoint@3fa1fcab[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=79139/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[OPENED],f=Flusher@6e9bbd6b[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]],remote=WebSocketRemoteEndpoint@3fa1fcab[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@191b798d) 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@191b798d,OFF,null] to Flusher@6e9bbd6b[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@191b798d,OFF,null]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@191b798d,OFF,null]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@54c50ff4{IDLE}->null [DirectByteBuffer@27f0ce15[p=0,l=6,c=1024,r=6]={<<<\x88\x8a7\x8c\xD0\xFc>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@200da0a3[p=0,l=10,c=10,r=10]={<<<4e\x83\x94B\xF8\xB4\x93@\xE2>>>}] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{WRITING}->null:IDLE-->WRITING 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/5 selected 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=79139/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[CLOSING],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@54c50ff4{WRITING}->null 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@54c50ff4{IDLE}->null:WRITING-->IDLE 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@74433f85 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=79139/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=79139/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=79139/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]:runFillable:BLOCKING 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=58]@2021-11-11T17:17:40.112Z 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=58]@2021-11-11T17:17:40.112Z 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@675c66e1{l=/127.0.0.1:40158,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=58]@2021-11-11T17:17:40.112Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=79140/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b7d7790{AC.ReadCB@cc58174{WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=FI,flush=-,to=79140/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=73,f=null]]}} 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@4889610e{AC.ReadCB@1a8c8ed1{WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=0.0.0.0/0.0.0.0:40158,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]]}} 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x88\x8aD\x8f\xDd\xDb\x03\xE9S...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a7\x8c\xD0\xFc4e\x83\x94B\xF8\xB4\x93@\xE2>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a7\x8c\xD0\xFc4e\x83\x94B\xF8\xB4\x93@\xE2>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a7\x8c\xD0\xFc4e\x83\x94B\xF8\xB4\x93@\xE2>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=0.0.0.0/0.0.0.0:40158,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] onFillInterestedFailed {} 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@6ff37443{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@400a2df9 startThread=0 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@73b4db7a[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@23723aba[p=0,l=10,c=10,r=10]={<<<4e\x83\x94B\xF8\xB4\x93@\xE2>>>} 17:17:40.112 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@400a2df9 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:17:40.112 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=59]@2021-11-11T17:17:40.112Z 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@675c66e1{l=0.0.0.0/0.0.0.0:40158,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.112 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=59]@2021-11-11T17:17:40.112Z tryProduce true 17:17:40.112 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@675c66e1{l=0.0.0.0/0.0.0.0:40158,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6e9bbd6b[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.112 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.112 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:40.112 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.121 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.121 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[OPENED],f=Flusher@38a826a7[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.121 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 5 keys 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1f02e46) 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1f02e46,OFF,null] to Flusher@38a826a7[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1f02e46,OFF,null]] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1f02e46,OFF,null]] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6fe0fd75{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@5c04d94f[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{WRITING}->null:IDLE-->WRITING 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=W,to=8/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[CLOSING],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@6fe0fd75{WRITING}->null 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6fe0fd75{IDLE}->null:WRITING-->IDLE 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@49d5acac{l=/127.0.0.1:8899,r=/127.0.0.1:40158,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@1b7d7790{null} 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=5 selected=0 updates=0 17:17:40.121 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1bd18c42 startThread=0 17:17:40.121 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:40.121 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/4 selected 17:17:40.121 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:40.130 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.130 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.130 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:17:40.112 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=0.0.0.0/0.0.0.0:40158,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]] 17:17:40.113 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:17:40.134 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:17:40.121 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded] 17:17:40.121 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1bd18c42 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded] 17:17:40.134 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@49d5acac{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=12/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],behavior=CLIENT,connection=WebSocketClientConnection@1a8c8ed1::SocketChannelEndPoint@675c66e1{l=0.0.0.0/0.0.0.0:40158,r=null,CLOSED,fill=-,flush=-,to=22/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@1a8c8ed1[s=ConnectionState@68e0bc59[DISCONNECTED],f=Flusher@6e9bbd6b[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@101f5c6f[ExtensionStack,s=START,c=0,len=153,f=null]],remote=WebSocketRemoteEndpoint@3fa1fcab[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@37095ded],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@3bcd426c{STOPPED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@5f14a673{STARTED} 17:17:40.134 [qtp730923082-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=12/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@5dc3fcb7{STARTED,size=0,capacity=UNLIMITED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@5dc3fcb7{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@726a17c4{STARTED,size=0,capacity=UNLIMITED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@726a17c4{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@5f14a673{STOPPED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@5560bcdf{STARTED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@2ca6546f,queue=0,pool=DuplexConnectionPool@43826ec[c=0/0/64,a=0,i=0,q=0] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@76911385{STARTED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@76911385{STOPPED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@bb095[provider=null,keyStore=null,trustStore=null] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@bb095[provider=null,keyStore=null,trustStore=null] 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@b558294{STARTED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@160396db{STARTED} 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@6ff37443{STARTED} id=0 keys=0 selected=0 updates=0 17:17:40.134 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@21ff364 on ManagedSelector@6ff37443{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.122 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@49d5acac{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.134 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/0 selected 17:17:40.134 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@400a2df9 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=0/2,p=0}] 17:17:40.134 [qtp730923082-23] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 1 updates 17:17:40.140 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@38a826a7[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@21ff364 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@6ff37443{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.140 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a7\x8c\xD0\xFc\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.140 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca waiting with 0 keys 17:17:40.140 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:17:40.140 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@23be1554 on ManagedSelector@6ff37443{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.140 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=18/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@1bd79b2c[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.140 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3f5a14bf[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a7\x8c\xD0\xFc\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.140 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6ff37443{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.140 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken with none selected 17:17:40.140 [qtp730923082-23] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=18/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@1bd79b2c[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.140 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca woken up from select, 0/0/0 selected 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@702e6dca processing 0 keys, 1 updates 17:17:40.140 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@23be1554 17:17:40.140 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.140 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a] 17:17:40.140 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a] 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.140 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=1/2,p=0}@3fd48784 waiting 17:17:40.140 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],behavior=SERVER,connection=WebSocketServerConnection@cc58174::SocketChannelEndPoint@49d5acac{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=18/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@cc58174[s=ConnectionState@7afd1307[DISCONNECTED],f=Flusher@38a826a7[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@73b4db7a[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@1bd79b2c[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@5893680a],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.140 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:40.14Z 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}] 17:17:40.149 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1bd18c42 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@65cc8228{s=1/2,p=0}] 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@65cc8228{s=1/2,p=0} 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=0/2,p=0}@3fd48784 offer STOP! 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@65cc8228{s=-1/2,p=0} 17:17:40.149 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=-1/2,p=0}@3fd48784 task=STOP! 17:17:40.149 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@65cc8228{s=-1/2,p=0}@3fd48784 Exited 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1432403167-46,5,main] for 14999 17:17:40.149 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@65cc8228{s=-1/2,p=0}@3fd48784 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-48,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-47,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-49,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-45,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-46,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1432403167-45,5,] for 14999 17:17:40.149 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1432403167-50,5,main] for 14999 17:17:40.149 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-51,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.149 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.158 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.158 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.158 [WebSocketClient@1432403167-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-52,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.158 [WebSocketClient@1432403167-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1432403167-50,5,main] exited for QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.158 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1432403167-52,5,] for 14990 17:17:40.158 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.158 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@7a799159/SelectorProducer@40ab8a8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1432403167]@4c9e38{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:40.158Z 17:17:40.158 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@6ff37443{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:40.158 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@160396db{STOPPED} 17:17:40.158 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@b558294{STOPPED} 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@5560bcdf{STOPPED} 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@6302ee03[httpClient=HttpClient@5560bcdf{STOPPED},openSessions.size=0] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STARTED},openSessions.size=1] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STARTED},openSessions.size=1] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@415156bf{STARTED} 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=73488/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]],remote=WebSocketRemoteEndpoint@721b6d74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=73488/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[OPENED],f=Flusher@236cc38e[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]],remote=WebSocketRemoteEndpoint@721b6d74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@6e7ba138) 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@6e7ba138,OFF,null] to Flusher@236cc38e[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@236cc38e[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@6e7ba138,OFF,null]] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@6e7ba138,OFF,null]] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d549d98{IDLE}->null [DirectByteBuffer@7f8f3ceb[p=0,l=6,c=1024,r=6]={<<<\x88\x8a`\xDe\x9ar>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2f664ad[p=0,l=10,c=10,r=10]={<<>>}] 17:17:40.159 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d549d98{WRITING}->null:IDLE-->WRITING 17:17:40.165 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/4 selected 17:17:40.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=73495/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[CLOSING],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.165 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:40.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@1d549d98{WRITING}->null 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d549d98{IDLE}->null:WRITING-->IDLE 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@419a925 SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=73503/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]] 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=73503/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]] 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=73503/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]]:runFillable:BLOCKING 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=59]@2021-11-11T17:17:40.166Z 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=59]@2021-11-11T17:17:40.166Z 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@3875a715{l=/127.0.0.1:40164,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=59]@2021-11-11T17:17:40.166Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=73503/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@d4c6d66{AC.ReadCB@6fa98771{WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=FI,flush=-,to=73503/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]]}} 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:40.166 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=59]@2021-11-11T17:17:40.166Z 17:17:40.166 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:40.166 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@17a0ab1f{AC.ReadCB@573616b9{WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=0.0.0.0/0.0.0.0:40164,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]]}} 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7f30ee44[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x88\x8a7\x8c\xD0\xFc\x03\xE9S...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.166 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=60]@2021-11-11T17:17:40.166Z tryProduce true 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.173 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.173 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a`\xDe\x9arc7\xC9\x1a\x15\xAa\xFe\x1d\x17\xB0>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a`\xDe\x9arc7\xC9\x1a\x15\xAa\xFe\x1d\x17\xB0>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7f30ee44[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a`\xDe\x9arc7\xC9\x1a\x15\xAa\xFe\x1d\x17\xB0>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:17:40.173 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[OPENED],f=Flusher@25b17ed2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=47,f=null]] 17:17:40.173 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=0.0.0.0/0.0.0.0:40164,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] onFillInterestedFailed {} 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@2523dcbb[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:17:40.173 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 4 keys 17:17:40.173 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@55cff952{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@42eade4[p=0,l=10,c=10,r=10]={<<>>} 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:17:40.173 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5131d512 startThread=0 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:17:40.173 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5131d512 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:17:40.173 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken with none selected 17:17:40.173 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 0/0/0 selected 17:17:40.173 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 0 keys, 0 updates 17:17:40.173 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@3875a715{l=0.0.0.0/0.0.0.0:40164,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.173 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.173 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.173 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@3875a715{l=0.0.0.0/0.0.0.0:40164,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.173 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.173 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@56f80497) 17:17:40.173 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 0 keys 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@56f80497,OFF,null] to Flusher@25b17ed2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@25b17ed2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@56f80497,OFF,null]] 17:17:40.173 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=0.0.0.0/0.0.0.0:40164,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@56f80497,OFF,null]] 17:17:40.173 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a6fe3fe{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@42292bde[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a6fe3fe{WRITING}->null:IDLE-->WRITING 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=W,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[CLOSING],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.173 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@a6fe3fe{WRITING}->null 17:17:40.173 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a6fe3fe{IDLE}->null:WRITING-->IDLE 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69] 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69] 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],behavior=CLIENT,connection=WebSocketClientConnection@573616b9::SocketChannelEndPoint@3875a715{l=0.0.0.0/0.0.0.0:40164,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@573616b9[s=ConnectionState@3cba8581[DISCONNECTED],f=Flusher@236cc38e[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@44088a84[ExtensionStack,s=START,c=0,len=18,f=null]],remote=WebSocketRemoteEndpoint@721b6d74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@566d0c69],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@415156bf{STOPPED} 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@393881f0{STARTED} 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OSHUT,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.180 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5131d512 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=0/2,p=0}] 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@4158debd{STARTED,size=0,capacity=UNLIMITED} 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,OSHUT,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@4158debd{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@4af46df3{STARTED,size=0,capacity=UNLIMITED} 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@4af46df3{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@3e2bb4cb{l=/127.0.0.1:8899,r=/127.0.0.1:40164,CLOSED,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@393881f0{STOPPED} 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@5b22b970{STARTED} 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@d4c6d66{null} 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=4 selected=0 updates=0 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@177265f4 startThread=0 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:17:40.180 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@177265f4 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:40.180 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:40.180 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/3 selected 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@3e2bb4cb{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.180 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:40.187 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.180 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.180 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:17:40.187 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7f30ee44[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a`\xDe\x9ar\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.187 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.187 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:17:40.187 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7f30ee44[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a`\xDe\x9ar\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.187 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:17:40.187 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@2bcec6a6,queue=0,pool=DuplexConnectionPool@77a281fc[c=0/0/64,a=0,i=0,q=0] 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@773dab28{STARTED} 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@773dab28{STOPPED} 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@7df60067[provider=null,keyStore=null,trustStore=null] 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@7df60067[provider=null,keyStore=null,trustStore=null] 17:17:40.187 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@22d1886d{STARTED} 17:17:40.188 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@1965539b{STARTED} 17:17:40.188 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@55cff952{STARTED} id=0 keys=0 selected=0 updates=0 17:17:40.188 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@6270cc6d on ManagedSelector@55cff952{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.188 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@55cff952{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.180 [qtp730923082-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@3e2bb4cb{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken with none selected 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 0/0/0 selected 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 0 keys, 1 updates 17:17:40.187 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.188 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@6270cc6d 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@55cff952{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 waiting with 0 keys 17:17:40.188 [qtp730923082-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:40.188 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@641eccac on ManagedSelector@55cff952{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.188 [qtp730923082-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:17:40.188 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@55cff952{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken with none selected 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 woken up from select, 0/0/0 selected 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@42dad5a3 processing 0 keys, 1 updates 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@641eccac 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.188 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=1/2,p=0}@d2029b3 waiting 17:17:40.188 [qtp730923082-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@5026abf2[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.188 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:40.188Z 17:17:40.195 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}] 17:17:40.195 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@660591fb{s=1/2,p=0}] 17:17:40.195 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@660591fb{s=1/2,p=0} 17:17:40.195 [qtp730923082-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=21/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@5026abf2[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.195 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=0/2,p=0}@d2029b3 offer STOP! 17:17:40.195 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@660591fb{s=-1/2,p=0} 17:17:40.195 [qtp730923082-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.195 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=-1/2,p=0}@d2029b3 task=STOP! 17:17:40.195 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1529002352-82,5,main] for 14999 17:17:40.195 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@660591fb{s=-1/2,p=0}@d2029b3 Exited 17:17:40.195 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@660591fb{s=-1/2,p=0}@d2029b3 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-83,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [qtp730923082-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.195 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [qtp730923082-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed] 17:17:40.195 [WebSocketClient@1529002352-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-82,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-87,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-81,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [qtp730923082-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed] 17:17:40.202 [WebSocketClient@1529002352-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-86,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.202 [qtp730923082-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],behavior=SERVER,connection=WebSocketServerConnection@6fa98771::SocketChannelEndPoint@3e2bb4cb{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=29/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6fa98771[s=ConnectionState@2cab1640[DISCONNECTED],f=Flusher@25b17ed2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@2523dcbb[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@5026abf2[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@4ce34bed],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.202 [qtp730923082-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@177265f4 in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:40.195 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.202 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.202 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.195 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1529002352-84,5,main] for 14999 17:17:40.202 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.202 [WebSocketClient@1529002352-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-85,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.202 [WebSocketClient@1529002352-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-80,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.203 [WebSocketClient@1529002352-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1529002352-84,5,main] exited for QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1529002352-85,5,] for 14992 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@2fc07784/SelectorProducer@353efdbf/IDLE/p=false/QueuedThreadPool[WebSocketClient@1529002352]@7ca0863b{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:40.203Z 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@55cff952{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@1965539b{STOPPED} 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@22d1886d{STOPPED} 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@5b22b970{STOPPED} 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@142c04d8[httpClient=HttpClient@5b22b970{STOPPED},openSessions.size=0] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STARTED},openSessions.size=1] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STARTED},openSessions.size=1] 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@c27d163{STARTED} 17:17:40.203 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=72794/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]],remote=WebSocketRemoteEndpoint@21172d25[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.243 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=72835/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[OPENED],f=Flusher@3760750f[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]],remote=WebSocketRemoteEndpoint@21172d25[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.243 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@55fc1f8e) 17:17:40.243 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@55fc1f8e,OFF,null] to Flusher@3760750f[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.243 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.243 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@55fc1f8e,OFF,null]] 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@55fc1f8e,OFF,null]] 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4c756655{IDLE}->null [DirectByteBuffer@abac966[p=0,l=6,c=1024,r=6]={<<<\x88\x8a"\xFe\x1d\xBd>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6e4d6ff8[p=0,l=10,c=10,r=10]={<<>>}] 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{WRITING}->null:IDLE-->WRITING 17:17:40.244 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/3 selected 17:17:40.244 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=72835/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[CLOSING],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@4c756655{WRITING}->null 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4c756655{IDLE}->null:WRITING-->IDLE 17:17:40.244 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@133a2697 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=72836/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.244 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=72836/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]] 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.244 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=72836/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]:runFillable:BLOCKING 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.244 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.244 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=60]@2021-11-11T17:17:40.244Z 17:17:40.251 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=60]@2021-11-11T17:17:40.251Z 17:17:40.251 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@57a0f467{l=/127.0.0.1:40166,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=60]@2021-11-11T17:17:40.251Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=72843/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:40.251 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=60]@2021-11-11T17:17:40.251Z 17:17:40.251 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@7875e597{AC.ReadCB@7e3afcca{WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=0.0.0.0/0.0.0.0:40166,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]]}} 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@2590783c{AC.ReadCB@32a8442b{WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=FI,flush=-,to=72843/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=null]]}} 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:40.251 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=61]@2021-11-11T17:17:40.251Z tryProduce true 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x88\x8a`\xDe\x9ar\x03\xE9S...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.251 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.251 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.251 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=0.0.0.0/0.0.0.0:40166,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=6/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] onFillInterestedFailed {} 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a"\xFe\x1d\xBd!\x17N\xD5W\x8ay\xD2U\x90>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a"\xFe\x1d\xBd!\x17N\xD5W\x8ay\xD2U\x90>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.251 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@6a10b263{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a"\xFe\x1d\xBd!\x17N\xD5W\x8ay\xD2U\x90>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:17:40.251 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ca4b531 startThread=0 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@332d4875[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:17:40.251 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[OPENED],f=Flusher@7cbadf56[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=75,f=CLOSE[len=0,fin=true,rsv=...,masked=true]]] 17:17:40.251 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:17:40.251 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@2944c268[p=0,l=10,c=10,r=10]={<<>>} 17:17:40.251 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@57a0f467{l=0.0.0.0/0.0.0.0:40166,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.258 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:17:40.251 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ca4b531 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:17:40.258 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3760750f[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.258 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/0 selected 17:17:40.258 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 0 updates 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.258 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.258 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9] 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9] 17:17:40.258 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@57a0f467{l=0.0.0.0/0.0.0.0:40166,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],behavior=CLIENT,connection=WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=0.0.0.0/0.0.0.0:40166,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]],remote=WebSocketRemoteEndpoint@21172d25[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@f8f56b9],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@c27d163{STOPPED} 17:17:40.258 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@7e3afcca::SocketChannelEndPoint@57a0f467{l=0.0.0.0/0.0.0.0:40166,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7e3afcca[s=ConnectionState@4f0ec71a[DISCONNECTED],f=Flusher@3760750f[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@1e150385[ExtensionStack,s=START,c=0,len=162,f=null]] 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@57c88764{STARTED} 17:17:40.258 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@37fdfb05{STARTED,size=0,capacity=UNLIMITED} 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@37fdfb05{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@78faea5f{STARTED,size=0,capacity=UNLIMITED} 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@78faea5f{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@57c88764{STOPPED} 17:17:40.258 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ca4b531 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=0/2,p=0}] 17:17:40.258 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 3 keys 17:17:40.258 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:17:40.258 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 0 keys 17:17:40.258 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@3e850122{STARTED} 17:17:40.258 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@29465b18) 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@29465b18,OFF,null] to Flusher@7cbadf56[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@29465b18,OFF,null]] 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@4f186450,queue=0,pool=DuplexConnectionPool@7fab4be7[c=0/0/64,a=0,i=0,q=0] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@29465b18,OFF,null]] 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@1603dc2f{STARTED} 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4087b2e6{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@537221de[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@1603dc2f{STOPPED} 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@2b4c3c29[provider=null,keyStore=null,trustStore=null] 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{WRITING}->null:IDLE-->WRITING 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@2b4c3c29[provider=null,keyStore=null,trustStore=null] 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@27fde870{STARTED} 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@61799544{STARTED} 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@6a10b263{STARTED} id=0 keys=0 selected=0 updates=0 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@4911c544 on ManagedSelector@6a10b263{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=W,to=14/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[CLOSING],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@4087b2e6{WRITING}->null 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/0 selected 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 1 updates 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4087b2e6{IDLE}->null:WRITING-->IDLE 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@4911c544 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@6a10b263{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.265 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d waiting with 0 keys 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@15bcc4f9 on ManagedSelector@6a10b263{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.265 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.265 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a10b263{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken with none selected 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d woken up from select, 0/0/0 selected 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@57e07b3d processing 0 keys, 1 updates 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@15bcc4f9 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OSHUT,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,OSHUT,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=1/2,p=0}@181a858a waiting 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@775f25fe{l=/127.0.0.1:8899,r=/127.0.0.1:40166,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.273 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:40.273Z 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@2590783c{null} 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=3 selected=0 updates=0 17:17:40.273 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}] 17:17:40.273 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@476ec9d0{s=1/2,p=0}] 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4456046e startThread=0 17:17:40.273 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@476ec9d0{s=1/2,p=0} 17:17:40.273 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:40.273 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:17:40.273 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:40.273 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.273 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=0/2,p=0}@181a858a offer STOP! 17:17:40.273 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4456046e in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:40.273 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.273 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:40.273 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@476ec9d0{s=-1/2,p=0} 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=-1/2,p=0}@181a858a task=STOP! 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@476ec9d0{s=-1/2,p=0}@181a858a Exited 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@775f25fe{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.273 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1048903970-95,5,main] for 14999 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@476ec9d0{s=-1/2,p=0}@181a858a in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@7cbadf56[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a"\xFe\x1d\xBd\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.273 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.273 [WebSocketClient@1048903970-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-93,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [qtp730923082-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@775f25fe{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:40.273 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.280 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.280 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.281 [WebSocketClient@1048903970-92] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-92,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [WebSocketClient@1048903970-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-96,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [WebSocketClient@1048903970-91] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-91,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [qtp730923082-22] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:40.282 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:17:40.282 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.273 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [WebSocketClient@1048903970-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-95,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1048903970-92,5,] for 14991 17:17:40.282 [WebSocketClient@1048903970-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-97,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=16/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@4e40dc74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.280 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:17:40.282 [qtp730923082-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=16/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@4e40dc74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.281 [WebSocketClient@1048903970-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-94,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.282 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.287 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.282 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1048903970-97,5,main] for 14991 17:17:40.288 [WebSocketClient@1048903970-90] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1048903970-90,5,main] exited for QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1048903970-90,5,] for 14985 17:17:40.282 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@cb6316f[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a"\xFe\x1d\xBd\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.288 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.288 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:17:40.288 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c] 17:17:40.288 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c] 17:17:40.288 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.288 [qtp730923082-22] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],behavior=SERVER,connection=WebSocketServerConnection@32a8442b::SocketChannelEndPoint@775f25fe{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=22/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@32a8442b[s=ConnectionState@5a896519[DISCONNECTED],f=Flusher@7cbadf56[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@332d4875[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@4e40dc74[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@313f3a5c],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.288 [qtp730923082-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4456046e in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@78c1a023/SelectorProducer@70abf9b0/IDLE/p=false/QueuedThreadPool[WebSocketClient@1048903970]@4abf3f0{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:40.288Z 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@6a10b263{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@61799544{STOPPED} 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@27fde870{STOPPED} 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@3e850122{STOPPED} 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@97febf2f[httpClient=HttpClient@3e850122{STOPPED},openSessions.size=0] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STARTED},openSessions.size=1] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STARTED},openSessions.size=1] 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@49601f82{STARTED} 17:17:40.288 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=69616/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]],remote=WebSocketRemoteEndpoint@459f6aa7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=69623/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[OPENED],f=Flusher@14df77d8[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]],remote=WebSocketRemoteEndpoint@459f6aa7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@108b5b19) 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@108b5b19,OFF,null] to Flusher@14df77d8[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@108b5b19,OFF,null]] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@108b5b19,OFF,null]] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5af14c6a{IDLE}->null [DirectByteBuffer@495f6904[p=0,l=6,c=1024,r=6]={<<<\x88\x8a\xFd\xE5@\xBd>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@ea3ae8e[p=0,l=10,c=10,r=10]={<<<\xFe\x0c\x13\xD5\x88\x91$\xD2\x8a\x8b>>>}] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{WRITING}->null:IDLE-->WRITING 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=69623/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[CLOSING],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@5af14c6a{WRITING}->null 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@6c230691 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69624/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5af14c6a{IDLE}->null:WRITING-->IDLE 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69624/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69624/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]]:runFillable:BLOCKING 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=61]@2021-11-11T17:17:40.295Z 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=61]@2021-11-11T17:17:40.295Z 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=61]@2021-11-11T17:17:40.295Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69624/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:40.295 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@2b3a8ed3 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=61]@2021-11-11T17:17:40.295Z 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ca2553{AC.ReadCB@67457e1f{WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=FI,flush=-,to=69624/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]]}} 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.295 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=62]@2021-11-11T17:17:40.295Z tryProduce true 17:17:40.295 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:40.295 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.295 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@6e3b8fe1{l=/127.0.0.1:40168,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x88\x8a"\xFe\x1d\xBd\x03\xE9S...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.302 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xFd\xE5@\xBd\xFe\x0c\x13\xD5\x88\x91$\xD2\x8a\x8b>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xFd\xE5@\xBd\xFe\x0c\x13\xD5\x88\x91$\xD2\x8a\x8b>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xFd\xE5@\xBd\xFe\x0c\x13\xD5\x88\x91$\xD2\x8a\x8b>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:17:40.302 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[OPENED],f=Flusher@61e4d0e2[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=178,f=null]] 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@35548ee1[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:17:40.302 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@66c2ab73[p=0,l=10,c=10,r=10]={<<<\xFe\x0c\x13\xD5\x88\x91$\xD2\x8a\x8b>>>} 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:17:40.302 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@41ee9922{AC.ReadCB@60b2179a{WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=0.0.0.0/0.0.0.0:40168,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]]}} 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.302 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=0.0.0.0/0.0.0.0:40168,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] onFillInterestedFailed {} 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7008d780) 17:17:40.302 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@60e5272{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7008d780,OFF,null] to Flusher@61e4d0e2[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.302 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7dcb38af startThread=0 17:17:40.302 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7008d780,OFF,null]] 17:17:40.302 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/0 selected 17:17:40.302 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 0 updates 17:17:40.302 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7008d780,OFF,null]] 17:17:40.309 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.309 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.309 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 0 keys 17:17:40.302 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7dcb38af in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:17:40.302 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@6e3b8fe1{l=0.0.0.0/0.0.0.0:40168,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.309 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@641892e6{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7bf46584[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:17:40.309 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@6e3b8fe1{l=0.0.0.0/0.0.0.0:40168,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.309 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{WRITING}->null:IDLE-->WRITING 17:17:40.309 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@14df77d8[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.309 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=0.0.0.0/0.0.0.0:40168,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.309 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.309 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:17:40.309 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.309 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458] 17:17:40.309 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458] 17:17:40.309 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=W,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[CLOSING],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.309 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@641892e6{WRITING}->null 17:17:40.310 [qtp730923082-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@641892e6{IDLE}->null:WRITING-->IDLE 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],behavior=CLIENT,connection=WebSocketClientConnection@60b2179a::SocketChannelEndPoint@6e3b8fe1{l=0.0.0.0/0.0.0.0:40168,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@60b2179a[s=ConnectionState@1ca41098[DISCONNECTED],f=Flusher@14df77d8[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6421ac1e[ExtensionStack,s=START,c=0,len=125,f=null]],remote=WebSocketRemoteEndpoint@459f6aa7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@5bcde458],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@49601f82{STOPPED} 17:17:40.310 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@23e44287{STARTED} 17:17:40.310 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7dcb38af in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}] 17:17:40.310 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@6daf2337{STARTED,size=0,capacity=UNLIMITED} 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@6daf2337{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@2b8d084{STARTED,size=0,capacity=UNLIMITED} 17:17:40.310 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@2b8d084{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@23e44287{STOPPED} 17:17:40.310 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@7435a578{STARTED} 17:17:40.310 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OSHUT,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,OSHUT,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@1dbcd0bf{l=/127.0.0.1:8899,r=/127.0.0.1:40168,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@6ca2553{null} 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=2 selected=0 updates=0 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@77bd7fe7,queue=0,pool=DuplexConnectionPool@35d3ab60[c=0/0/64,a=0,i=0,q=0] 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@250b236d{STARTED} 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7f2df2cb startThread=0 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@250b236d{STOPPED} 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@13047d7d[provider=null,keyStore=null,trustStore=null] 17:17:40.317 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7f2df2cb in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@1dbcd0bf{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40168,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@61e4d0e2[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\xFd\xE5@\xBd\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.317 [qtp730923082-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@1dbcd0bf{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40168,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:40.317 [qtp730923082-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40168,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:40.317 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:17:40.317 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40168,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@157ba50f[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.317 [qtp730923082-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40168,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@157ba50f[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.317 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@13047d7d[provider=null,keyStore=null,trustStore=null] 17:17:40.317 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:17:40.340 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:40.346 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.346 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:40.346 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@6093d508{STARTED} 17:17:40.346 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.346 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6ec44ae3[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\xFd\xE5@\xBd\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.346 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae] 17:17:40.346 [qtp730923082-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:17:40.346 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:40.347 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae] 17:17:40.346 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@7551da2a{STARTED} 17:17:40.347 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.347 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.347 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:40.347 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@60e5272{STARTED} id=0 keys=0 selected=0 updates=0 17:17:40.347 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@3c127900 waiting 17:17:40.347 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@37d2e79c on ManagedSelector@60e5272{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.347 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.347 [qtp730923082-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],behavior=SERVER,connection=WebSocketServerConnection@67457e1f::SocketChannelEndPoint@1dbcd0bf{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=37/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@67457e1f[s=ConnectionState@39aa8ff0[DISCONNECTED],f=Flusher@61e4d0e2[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@35548ee1[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@157ba50f[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@1d03a8ae],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:17:40.347 [qtp730923082-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7f2df2cb in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/0 selected 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@37d2e79c 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@60e5272{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b waiting with 0 keys 17:17:40.347 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@5f7af2b on ManagedSelector@60e5272{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.347 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@60e5272{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken with none selected 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b woken up from select, 0/0/0 selected 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@53c63a2b processing 0 keys, 1 updates 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.347 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@5f7af2b 17:17:40.354 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@432034a/SelectorProducer@78de58ea/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:40.354Z 17:17:40.354 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=1/2,p=0}@1c3cd418 waiting 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}] 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d755813{s=1/2,p=0}] 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@7d755813{s=1/2,p=0} 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=0/2,p=0}@1c3cd418 offer STOP! 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@7d755813{s=-1/2,p=0} 17:17:40.354 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=-1/2,p=0}@1c3cd418 task=STOP! 17:17:40.354 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7d755813{s=-1/2,p=0}@1c3cd418 Exited 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1949672824-114,5,main] for 14999 17:17:40.354 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7d755813{s=-1/2,p=0}@1c3cd418 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-114] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-114,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-113] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-113,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-112] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-112,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-111] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-111,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1949672824-112,5,] for 14999 17:17:40.354 [WebSocketClient@1949672824-115] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-115,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-117] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-117,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1949672824-118,5,main] for 14999 17:17:40.354 [WebSocketClient@1949672824-116] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-116,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.354 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.361 [WebSocketClient@1949672824-118] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1949672824-118,5,main] exited for QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1949672824-116,5,] for 14993 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@432034a/SelectorProducer@78de58ea/IDLE/p=false/QueuedThreadPool[WebSocketClient@1949672824]@1bfe3203{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:40.361Z 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@60e5272{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@7551da2a{STOPPED} 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@6093d508{STOPPED} 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@7435a578{STOPPED} 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@3779ca58[httpClient=HttpClient@7435a578{STOPPED},openSessions.size=0] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STARTED},openSessions.size=1] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STARTED},openSessions.size=1] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - shutdown already commenced 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@5f13be1{STARTED} 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3385/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]],remote=WebSocketRemoteEndpoint@169782cf[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3385/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[OPENED],f=Flusher@47044c42[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]],remote=WebSocketRemoteEndpoint@169782cf[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1633b6c5) 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1633b6c5,OFF,null] to Flusher@47044c42[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1633b6c5,OFF,null]] 17:17:40.361 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@1633b6c5,OFF,null]] 17:17:40.362 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6897cc7f{IDLE}->null [DirectByteBuffer@3299eaec[p=0,l=6,c=1024,r=6]={<<<\x88\x8a\t\xAc\xF2\xAa>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@12570524[p=0,l=10,c=10,r=10]={<<<\nE\xA1\xC2|\xD8\x96\xC5~\xC2>>>}] 17:17:40.362 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{WRITING}->null:IDLE-->WRITING 17:17:40.362 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:17:40.362 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=3386/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[CLOSING],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@6897cc7f{WRITING}->null 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6897cc7f{IDLE}->null:WRITING-->IDLE 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@85d7598 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=3393/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]] 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=3393/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]] 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=3393/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]]:runFillable:BLOCKING 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0} tryExecute EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=62]@2021-11-11T17:17:40.368Z 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 offer EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/PRODUCING/p=false/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=62]@2021-11-11T17:17:40.368Z 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@33b9e586{l=/127.0.0.1:40176,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=62]@2021-11-11T17:17:40.368Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=3393/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:40.368 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=1/2,p=0}@3c127900 task=EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=62]@2021-11-11T17:17:40.368Z 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@40cbd282{AC.ReadCB@488cd011{WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=FI,flush=-,to=3393/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]]}} 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:40.368 [qtp730923082-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@f68f0dc/SelectorProducer@660acfb/IDLE/p=true/QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=63]@2021-11-11T17:17:40.368Z tryProduce true 17:17:40.375 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.375 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.368 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=0,c=4096,r=0]={<<<>>>\x88\x8a\xFd\xE5@\xBd\x03\xE9S...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.369 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@1c6ce8f5{AC.ReadCB@33bae593{WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=0.0.0.0/0.0.0.0:40176,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]]}} 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.375 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=3400/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[OPENED],f=Flusher@1c2b1760[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=177,f=null]] 17:17:40.375 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\t\xAc\xF2\xAa\nE\xA1\xC2|\xD8\x96\xC5~\xC2>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\t\xAc\xF2\xAa\nE\xA1\xC2|\xD8\x96\xC5~\xC2>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\t\xAc\xF2\xAa\nE\xA1\xC2|\xD8\x96\xC5~\xC2>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:17:40.375 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=0.0.0.0/0.0.0.0:40176,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] onFillInterestedFailed {} 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@4a8d8205[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:17:40.375 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@51827393{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@4b0ec90e[p=0,l=10,c=10,r=10]={<<<\nE\xA1\xC2|\xD8\x96\xC5~\xC2>>>} 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:17:40.375 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ae17eb2 startThread=0 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:17:40.375 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:17:40.375 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/0 selected 17:17:40.375 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ae17eb2 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}] 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:17:40.375 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@33b9e586{l=0.0.0.0/0.0.0.0:40176,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.375 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 0 updates 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:40.375 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@47044c42[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.375 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.375 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.375 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 0 keys 17:17:40.375 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.375 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@500bd5ec) 17:17:40.375 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@33b9e586{l=0.0.0.0/0.0.0.0:40176,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.382 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:40.382 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654] 17:17:40.382 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654] 17:17:40.382 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@500bd5ec,OFF,null] to Flusher@1c2b1760[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@500bd5ec,OFF,null]] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],behavior=CLIENT,connection=WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=0.0.0.0/0.0.0.0:40176,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]],remote=WebSocketRemoteEndpoint@169782cf[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.ws.test.WsServiceTestClient@652ce654],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:40.383 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@33bae593::SocketChannelEndPoint@33b9e586{l=0.0.0.0/0.0.0.0:40176,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@33bae593[s=ConnectionState@5ba0c022[DISCONNECTED],f=Flusher@47044c42[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@23f6af4c[ExtensionStack,s=START,c=0,len=125,f=null]] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@5f13be1{STOPPED} 17:17:40.383 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@5f303ecd{STARTED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@25a73de1{STARTED,size=0,capacity=UNLIMITED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@25a73de1{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@50d3bf39{STARTED,size=0,capacity=UNLIMITED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@50d3bf39{STOPPED,size=0,capacity=UNLIMITED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@5f303ecd{STOPPED} 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@500bd5ec,OFF,null]] 17:17:40.383 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ae17eb2 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@652ab8d9{STARTED} 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@209f002a{IDLE}->null [DirectByteBuffer@56c8404c[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@12b572e2[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{WRITING}->null:IDLE-->WRITING 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=W,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[CLOSING],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@209f002a{WRITING}->null 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@209f002a{IDLE}->null:WRITING-->IDLE 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@29c5ee1d,queue=0,pool=DuplexConnectionPool@15cea7b0[c=0/0/64,a=0,i=0,q=0] 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@771db12c{STARTED} 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@771db12c{STOPPED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@51e0301d[provider=null,keyStore=null,trustStore=null] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@51e0301d[provider=null,keyStore=null,trustStore=null] 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@14fc5d40{STARTED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@26ae880a{STARTED} 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@51827393{STARTED} id=0 keys=0 selected=0 updates=0 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@216f60b5 on ManagedSelector@51827393{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.383 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.383 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:40.383 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/0 selected 17:17:40.383 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:40.383 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.383 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@216f60b5 17:17:40.383 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@51827393{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.383 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@5c5c20fe on ManagedSelector@51827393{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@51827393{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab waiting with 0 keys 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,OSHUT,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken with none selected 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab woken up from select, 0/0/0 selected 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1ec737ab processing 0 keys, 1 updates 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@5c5c20fe 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@7705be41{l=/127.0.0.1:8899,r=/127.0.0.1:40176,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=2/2,p=0}@513dd038 size 2 > capacity 17:17:40.390 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@3be4f71{s=2/2,p=0}@513dd038 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}] 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@40cbd282{null} 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@700fb871{STARTED} id=0 keys=1 selected=0 updates=0 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:40.39Z 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@66b461ae startThread=0 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}] 17:17:40.390 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:40.390 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/0 selected 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=2/2,p=0}] 17:17:40.390 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:40.390 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:40.390 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@66b461ae in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=1/2,p=0}] 17:17:40.390 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:40.390 [qtp730923082-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 0 keys 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@3be4f71{s=2/2,p=0} 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@76e0cfdb offer STOP! 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@7705be41{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.390 [qtp730923082-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@7705be41{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@1c2b1760[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:40.390 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=1/2,p=0}@76e0cfdb task=STOP! 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=0}@39cf670c offer STOP! 17:17:40.390 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=0/2,p=0}@76e0cfdb Exited 17:17:40.390 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@3be4f71{s=-1/2,p=0} 17:17:40.390 [qtp730923082-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=7/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:40.390 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[READING] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\t\xAc\xF2\xAa\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.397 [qtp730923082-23] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:17:40.390 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@3be4f71{s=-1/2,p=0}@76e0cfdb in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be4f71{s=-1/2,p=0}] 17:17:40.397 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-146] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-146,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.390 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=-1/2,p=0}@39cf670c task=STOP! 17:17:40.397 [WebSocketClient@1697298649-142] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-142,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1697298649-142,5,main] for 14999 17:17:40.397 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:40.397 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1697298649-141,5,main] for 14999 17:17:40.397 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:17:40.397 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7917f406[EOF] getAction(DirectByteBuffer@5ebfbabf[p=16,l=16,c=4096,r=0]={\x88\x8a\t\xAc\xF2\xAa\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:40.397 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-143] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-143,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-141] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-141,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/2146338580@2e5a7327 in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-145] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-145,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-148] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-148,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be4f71{s=-1/2,p=0}@39cf670c Exited 17:17:40.398 [WebSocketClient@1697298649-144] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-144,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.397 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=14/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@12cb552e[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.397 [qtp730923082-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:17:40.397 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1697298649-143,5,] for 14999 17:17:40.398 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@3be4f71{s=-1/2,p=0}@39cf670c in QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.404 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1697298649-144,5,] for 14992 17:17:40.404 [WebSocketClient@1697298649-147] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1697298649-147,5,main] exited for QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.404 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1697298649-147,5,main] for 14992 17:17:40.404 [qtp730923082-23] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=21/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@12cb552e[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.404 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.404 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:40.404 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:40.405 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb] 17:17:40.404 [qtp730923082-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@548d708a{s=2/2,p=0}@2b3a8ed3 waiting 17:17:40.405 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb] 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@260f2144/SelectorProducer@3c017078/IDLE/p=false/QueuedThreadPool[WebSocketClient@1697298649]@1eb6e1c{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:40.405Z 17:17:40.405 [qtp730923082-23] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],behavior=SERVER,connection=WebSocketServerConnection@488cd011::SocketChannelEndPoint@7705be41{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=21/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@488cd011[s=ConnectionState@70b53ac6[DISCONNECTED],f=Flusher@1c2b1760[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@4a8d8205[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@12cb552e[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@3daca1fb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@51827393{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:40.405 [qtp730923082-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@66b461ae in QueuedThreadPool[qtp730923082]@2b91004a{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@548d708a{s=2/2,p=0}] 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@26ae880a{STOPPED} 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@14fc5d40{STOPPED} 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@652ab8d9{STOPPED} 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] 17:17:40.405 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@69b18a8f[httpClient=HttpClient@652ab8d9{STOPPED},openSessions.size=0] [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-access --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/rest-access/2.0-SNAPSHOT/rest-access-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/rest-access/2.0-SNAPSHOT/rest-access-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/rest-access/2.0-SNAPSHOT/rest-access-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.nthbnd:http-tools >----------- [INFO] Building sensiNact IoT Gateway - HTTP Forwarding and Callback Factories 2.0-SNAPSHOT [26/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http-tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http-tools --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ http-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ http-tools --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.nthbnd.http.callback, has 1, private references [org.eclipse.sensinact.gateway.nthbnd.http.callback.internal] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ http-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ http-tools --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ http-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ http-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ http-tools --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.http-tools;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ http-tools --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.http-tools;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' # startlevel: not handled # java.class.path /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.launcher/biz.aQute.launcher.pre.jar # inited runbundles=[/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar, /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar, /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar, /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar, /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar, /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar] activators=[] timeout=0 # version biz.aQute.launcher.pre;version=6.1.0.202111102045-SNAPSHOT, org.apache.felix.framework;version=6.0.3, biz.aQute.launcher;version=6.1.0.202111102045-SNAPSHOT # using working dir: /tmp/osgi.2782054118715199689.fw with keeping=false # deleting working dir /tmp/osgi.2782054118715199689.fw because not kept # system packages used: com.sun.net.httpserver,javax.net.ssl,javax.xml.parsers,javax.imageio,javax.management,javax.naming,javax.sql,javax.swing,javax.swing.border,javax.swing.event,javax.mail,javax.mail.internet,javax.management.modelmbean,javax.management.remote,javax.xml.parsers,javax.security.auth,javax.security.cert,junit.framework,junit.textui,org.w3c.dom,org.xml.sax,org.xml.sax.helpers,sun.misc,sun.security.action,sun.reflect,org.osgi.framework;version="1.9",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource",org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework",org.osgi.dto;version="1.1" # using META-INF/services # framework instance org.apache.felix.framework [0] # inited system bundle org.apache.felix.framework [0] # registered launcher with arguments for syncing # start embedded activators # Updating framework with [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar, /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar, /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar, /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar, /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar, /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar] # installing /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar # installing /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar # installing /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar # installing /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar # installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar # installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar # installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar # installing /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar # installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar # installing /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar # installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar # installing /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar # installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar # installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar # installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar # system bundle started ok # Waiting for refresh to finish # Refresh is finished # bundles administered [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar, /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar, /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar, /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar, /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar, /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar, /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar, /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar, /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar] # Will start bundles: [ch.qos.logback.core [1], junit-jupiter-api [2], junit-jupiter-engine [3], junit-jupiter-params [4], junit-platform-commons [5], junit-platform-engine [6], junit-platform-launcher [7], log4j [8], org.apache.felix.http.jetty [9], org.apache.felix.http.servlet-api [10], org.apache.felix.scr [11], org.opentest4j [12], org.osgi.service.cm [13], org.osgi.service.log [14], org.osgi.test.common [15], org.osgi.test.junit5 [16], org.osgi.util.function [17], org.osgi.util.promise [18], org.osgi.util.pushstream [19], slf4j.api [20], org.eclipse.sensinact.gateway.nthbnd.http-tools [21], org.eclipse.sensinact.gateway.nthbnd.http-tools-tests [22], org.eclipse.sensinact.gateway.nthbnd.rest-access [23], org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access [24], org.eclipse.sensinact.gateway.protocol.http [25], org.eclipse.sensinact.gateway.sensinact-common [26], org.eclipse.sensinact.gateway.sensinact-core [27], org.eclipse.sensinact.gateway.sensinact-datastore-api [28], org.eclipse.sensinact.gateway.sensinact-generic [29], org.eclipse.sensinact.gateway.sensinact-signature-validator-api [30], org.eclipse.sensinact.gateway.sensinact-utils [31], org.eclipse.sensinact.gateway.simulated.devices.light [32], org.eclipse.sensinact.gateway.simulated.devices.slider [33], org.eclipse.sensinact.gateway.sensinact-security-none [34], org.eclipse.sensinact.gateway.sensinact-signature-validator-mock [35], org.apache.felix.framework.security [36], ch.qos.logback.classic [37], org.eclipse.jetty.util [38], org.eclipse.jetty.websocket.common [39], biz.aQute.tester.junit-platform [40]] # starting ch.qos.logback.core # started ch.qos.logback.core # starting junit-jupiter-api # started junit-jupiter-api # starting junit-jupiter-engine # started junit-jupiter-engine # starting junit-jupiter-params # started junit-jupiter-params # starting junit-platform-commons # started junit-platform-commons # starting junit-platform-engine # started junit-platform-engine # starting junit-platform-launcher # started junit-platform-launcher # starting log4j # started log4j # starting org.apache.felix.http.jetty 17:17:45.797 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:17:45.800 [main] INFO org.eclipse.jetty.util.log - Logging initialized @634ms to org.eclipse.jetty.util.log.Slf4jLog 17:17:45.806 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1912960603]@7205765b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4fb3ee4e,POJO} 17:17:45.809 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@74751b3{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp1912960603]@7205765b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:17:45.810 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@37d4349f[null] added {org.eclipse.jetty.security.DefaultIdentityService@434a63ab,POJO} 17:17:45.811 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@37d4349f[OSGi HTTP Service Realm] added {UserStore@6e0f5f7f{STOPPED},AUTO} 17:17:45.811 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@74751b3{STOPPED}[9.4.42.v20210604] added {HashLoginService@37d4349f[OSGi HTTP Service Realm],AUTO} 17:17:45.820 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@72e5a8e{/,null,STOPPED},[o.e.j.s.ServletContextHandler@72e5a8e{/,null,STOPPED}]}] 17:17:45.820 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@54e1c68b{STOPPED} added {o.e.j.s.ServletContextHandler@72e5a8e{/,null,STOPPED},AUTO} 17:17:45.822 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@5a45133e 17:17:45.826 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@72e5a8e{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=-1,MANAGED} 17:17:45.828 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=-1 added {ServletHandler@4145bad8{STOPPED},MANAGED} 17:17:45.828 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:17:45.829 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@298a5e20,UNMANAGED} 17:17:45.830 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4145bad8{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:17:45.831 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4145bad8{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23,POJO} 17:17:45.831 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@74751b3{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@54e1c68b{STOPPED},MANAGED} 17:17:45.831 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@74751b3{STOPPED}[9.4.42.v20210604] 17:17:45.832 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@74751b3{STARTING}[9.4.42.v20210604] added {ErrorHandler@8f2ef19{STOPPED},AUTO} 17:17:45.833 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:17:45.844 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@74751b3{STARTING}[9.4.42.v20210604] 17:17:45.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1912960603]@7205765b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:17:45.845 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=0} 17:17:45.845 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] added {ReservedThreadExecutor@712625fd{s=0/2,p=0},AUTO} 17:17:45.846 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@712625fd{s=0/2,p=0} 17:17:45.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @683ms ReservedThreadExecutor@712625fd{s=0/2,p=0} 17:17:45.850 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-16,5,main] 17:17:45.850 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-17,5,main] 17:17:45.850 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-18,5,main] 17:17:45.851 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-19,5,main] 17:17:45.851 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.851 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.851 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-20,5,main] 17:17:45.851 [qtp1912960603-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.851 [qtp1912960603-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.852 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-21,5,main] 17:17:45.853 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-22,5,main] 17:17:45.853 [qtp1912960603-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.853 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.853 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1912960603-23,5,main] 17:17:45.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @688ms QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.854 [qtp1912960603-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.854 [qtp1912960603-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@37d4349f[OSGi HTTP Service Realm] 17:17:45.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@6e0f5f7f{STOPPED} 17:17:45.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @688ms UserStore@6e0f5f7f{STARTED} 17:17:45.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @688ms HashLoginService@37d4349f[OSGi HTTP Service Realm] 17:17:45.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@54e1c68b{STOPPED} 17:17:45.854 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@54e1c68b{STARTING} 17:17:45.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@72e5a8e{/,null,STOPPED} 17:17:45.856 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:17:45.860 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@72e5a8e{/,null,STARTING} 17:17:45.860 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 17:17:45.862 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@7ce026d3[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:17:45.863 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@7ce026d3[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@6c284af[passivating=false,graceSec=3600],AUTO} 17:17:45.864 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@31ea9581{STOPPED}[worker=null] 17:17:45.864 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:17:45.864 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:17:45.865 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@31ea9581{STARTING}[worker=node0] added {HouseKeeper@183ec003{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:17:45.865 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@183ec003{STOPPED}[interval=600000, ownscheduler=false] 17:17:45.865 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@3e08ff24{STOPPED} 17:17:45.866 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @700ms ScheduledExecutorScheduler@3e08ff24{STARTED} 17:17:45.866 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:17:45.866 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:17:45.866 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @701ms HouseKeeper@183ec003{STARTED}[interval=600000, ownscheduler=true] 17:17:45.867 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @701ms DefaultSessionIdManager@31ea9581{STARTED}[worker=node0] 17:17:45.867 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@74751b3{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@31ea9581{STARTED}[worker=node0],MANAGED} 17:17:45.867 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 added {DefaultSessionIdManager@31ea9581{STARTED}[worker=node0],UNMANAGED} 17:17:45.867 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@6be968ce{STOPPED} 17:17:45.867 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @701ms ScheduledExecutorScheduler@6be968ce{STARTED} 17:17:45.868 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 17:17:45.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@4145bad8{STOPPED} 17:17:45.869 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23[EMBEDDED:null] 17:17:45.870 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:17:45.871 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:17:45.871 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:17:45.871 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:17:45.871 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:17:45.871 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:17:45.871 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@4145bad8{STARTING} 17:17:45.871 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4145bad8{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@b0d40348{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:17:45.871 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4145bad8{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6,POJO} 17:17:45.871 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23[EMBEDDED:null] 17:17:45.872 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6[EMBEDDED:null] 17:17:45.872 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@b0d40348{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@b0d40348{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23[EMBEDDED:null] 17:17:45.872 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:17:45.872 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6[EMBEDDED:null] 17:17:45.873 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@b0d40348{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:17:45.873 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:17:45.873 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:17:45.873 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:17:45.873 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:17:45.873 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@b0d40348{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:17:45.873 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@4145bad8{STARTING} 17:17:45.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @707ms ServletHandler@4145bad8{STARTED} 17:17:45.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@7ce026d3[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:17:45.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@6c284af[passivating=false,graceSec=3600] 17:17:45.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @708ms org.eclipse.jetty.server.session.NullSessionDataStore@6c284af[passivating=false,graceSec=3600] 17:17:45.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @708ms org.eclipse.jetty.server.session.DefaultSessionCache@7ce026d3[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:17:45.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @708ms org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 17:17:45.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:17:45.878 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @712ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:17:45.879 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23 17:17:45.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@b0d40348{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:17:45.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @714ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6f10d5b6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@b0d40348{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:17:45.880 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:45.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @714ms o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:45.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @715ms ContextHandlerCollection@54e1c68b{STARTED} 17:17:45.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@8f2ef19{STOPPED} 17:17:45.880 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@8f2ef19{STARTING} 17:17:45.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @715ms ErrorHandler@8f2ef19{STARTED} 17:17:45.881 [main] INFO org.eclipse.jetty.server.Server - Started @715ms 17:17:45.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @715ms Server@74751b3{STARTED}[9.4.42.v20210604] 17:17:45.881 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:17:45.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5b7a7f33[HTTP/1.1] added {HttpConfiguration@790da477{32768/8192,8192/8192,https://:0,[]},POJO} 17:17:45.892 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{null, ()}{0.0.0.0:0} added {Server@74751b3{STARTED}[9.4.42.v20210604],UNMANAGED} 17:17:45.892 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}],UNMANAGED} 17:17:45.892 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@69504ae9{STOPPED},AUTO} 17:17:45.892 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@387a8303,POJO} 17:17:45.892 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@5b7a7f33[HTTP/1.1],AUTO} 17:17:45.892 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@5b7a7f33[HTTP/1.1] 17:17:45.894 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:17:45.894 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@74751b3{STARTED}[9.4.42.v20210604] added {ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:17:45.894 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:45.899 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:17:45.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@69504ae9{STOPPED} 17:17:45.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @734ms ScheduledExecutorScheduler@69504ae9{STARTED} 17:17:45.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@5b7a7f33[HTTP/1.1] 17:17:45.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @734ms HttpConnectionFactory@5b7a7f33[HTTP/1.1] 17:17:45.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:45.944 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:45.942Z added {SelectorProducer@45385f75,POJO} 17:17:45.944 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:45.944Z added {QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}],UNMANAGED} 17:17:45.944 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:45.944Z created 17:17:45.945 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@565f390{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:45.944Z,MANAGED} 17:17:45.945 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@565f390{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:17:45.945 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@565f390{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:45.945 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:45.945Z 17:17:45.945 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @779ms EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:45.945Z 17:17:45.946 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/98826337@2fb0623e startThread=0 17:17:45.947 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/98826337@2fb0623e in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.947 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@49b2a47d on ManagedSelector@565f390{STARTING} id=0 keys=0 selected=0 updates=0 17:17:45.947 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:45.947Z tryProduce false 17:17:45.947 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:45.947 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@49b2a47d 17:17:45.947 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:45.947 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 0 keys 17:17:45.947 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @782ms ManagedSelector@565f390{STARTED} id=0 keys=0 selected=0 updates=0 17:17:45.947 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @782ms SelectorManager@ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:45.948 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@6d5620ce,POJO} 17:17:45.948 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@6d5620ce startThread=0 17:17:45.948 [qtp1912960603-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@6d5620ce in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:45.948 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:45.948 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @782ms ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8899 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:17:45.957 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@74751b3{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@7ac296f6,POJO} # started org.apache.felix.http.jetty # starting org.apache.felix.http.servlet-api # started org.apache.felix.http.servlet-api # starting org.apache.felix.scr # started org.apache.felix.scr # starting org.opentest4j # started org.opentest4j # starting org.osgi.service.cm # started org.osgi.service.cm # starting org.osgi.service.log # started org.osgi.service.log # starting org.osgi.test.common # started org.osgi.test.common # starting org.osgi.test.junit5 # started org.osgi.test.junit5 # starting org.osgi.util.function # started org.osgi.util.function # starting org.osgi.util.promise # started org.osgi.util.promise # starting org.osgi.util.pushstream # started org.osgi.util.pushstream # starting slf4j.api # started slf4j.api # starting org.eclipse.sensinact.gateway.nthbnd.http-tools # started org.eclipse.sensinact.gateway.nthbnd.http-tools # starting org.eclipse.sensinact.gateway.nthbnd.http-tools-tests # started org.eclipse.sensinact.gateway.nthbnd.http-tools-tests # starting org.eclipse.sensinact.gateway.nthbnd.rest-access 17:17:45.995 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - Starting introspection in bundle %s 17:17:46.001 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - The Echo servlet has been initialized, but we delay initialization until the first request so that a Jetty Context is available 17:17:46.002 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /ws/sensinact servlet registered 17:17:46.003 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.login servlet registered 17:17:46.004 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.register servlet registered 17:17:46.005 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact/* servlet registered # started org.eclipse.sensinact.gateway.nthbnd.rest-access # starting org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access # started org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access # starting org.eclipse.sensinact.gateway.protocol.http # started org.eclipse.sensinact.gateway.protocol.http # starting org.eclipse.sensinact.gateway.sensinact-common # started org.eclipse.sensinact.gateway.sensinact-common # starting org.eclipse.sensinact.gateway.sensinact-core # started org.eclipse.sensinact.gateway.sensinact-core # starting org.eclipse.sensinact.gateway.sensinact-datastore-api # started org.eclipse.sensinact.gateway.sensinact-datastore-api # starting org.eclipse.sensinact.gateway.sensinact-generic # started org.eclipse.sensinact.gateway.sensinact-generic # starting org.eclipse.sensinact.gateway.sensinact-signature-validator-api # started org.eclipse.sensinact.gateway.sensinact-signature-validator-api # starting org.eclipse.sensinact.gateway.sensinact-utils # started org.eclipse.sensinact.gateway.sensinact-utils # starting org.eclipse.sensinact.gateway.simulated.devices.light 17:17:46.017 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:17:46.097 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:46.101 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:17:46.101 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.patternEnd() 17:17:46.101 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:17:46.102 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:46.102 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:46.103 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:17:46.103 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:17:46.103 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:17:46.104 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:17:46.104 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:46.104 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:46.109 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:17:46.109 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:17:46.109 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:17:46.109 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:17:46.109 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:17:46.109 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:46.109 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:46.110 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:17:46.110 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:17:46.110 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:17:46.110 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:17:46.110 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:17:46.110 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:46.111 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:46.112 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.minInclusiveEnd() 17:17:46.112 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.maxInclusiveEnd() 17:17:46.113 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:17:46.113 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:17:46.113 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:17:46.113 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:17:46.113 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:17:46.113 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:17:46.113 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:46.114 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:17:46.114 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:17:46.114 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:17:46.114 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:17:46.119 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:17:46.162 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.163 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.164 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.164 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.166 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:17:46.169 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.170 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:46.171 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.172 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:46.173 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.173 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:46.178 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.178 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:46.180 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.180 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:46.182 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started # started org.eclipse.sensinact.gateway.simulated.devices.light # starting org.eclipse.sensinact.gateway.simulated.devices.slider 17:17:46.183 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:17:46.194 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:17:46.202 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:17:46.202 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:46.203 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:17:46.203 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:17:46.203 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:46.203 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:17:46.206 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:46.217 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.217 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.217 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.217 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.251 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:17:46.253 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:46.253 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:46.253 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:17:46.254 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:17:46.254 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done # started org.eclipse.sensinact.gateway.simulated.devices.slider # starting org.eclipse.sensinact.gateway.sensinact-security-none # started org.eclipse.sensinact.gateway.sensinact-security-none # starting org.eclipse.sensinact.gateway.sensinact-signature-validator-mock # started org.eclipse.sensinact.gateway.sensinact-signature-validator-mock # starting org.apache.felix.framework.security # started org.apache.felix.framework.security # starting ch.qos.logback.classic # started ch.qos.logback.classic # starting org.eclipse.jetty.util # started org.eclipse.jetty.util # starting org.eclipse.jetty.websocket.common # started org.eclipse.jetty.websocket.common # starting biz.aQute.tester.junit-platform # service event org.osgi.framework.ServiceEvent[source=[java.lang.Runnable]] # selected main thread org.osgi.framework.ServiceEvent[source=[java.lang.Runnable]] # started biz.aQute.tester.junit-platform ------------------------------- REPORT -------------------------- Framework class org.apache.felix.framework.Felix Framework type META-INF/services Storage null Keep false Security false Has StartLevels false Startlevel 1 Run bundles /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar /home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar Java Home /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Classpath /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.launcher/biz.aQute.launcher.pre.jar System Packages com.sun.net.httpserver javax.net.ssl javax.xml.parsers javax.imageio javax.management javax.naming javax.sql javax.swing javax.swing.border javax.swing.event javax.mail javax.mail.internet javax.management.modelmbean javax.management.remote javax.xml.parsers javax.security.auth javax.security.cert junit.framework junit.textui org.w3c.dom org.xml.sax org.xml.sax.helpers sun.misc sun.security.action sun.reflect org.osgi.framework;version="1.9" org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto" org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework" org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring" org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework" org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring" org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework" org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource" org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework" org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto" org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework org.osgi.resource" org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto org.osgi.resource.dto" org.osgi.resource;version="1.0" org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto" org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework" org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework" org.osgi.service.url;version="1.0" org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource" org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework" org.osgi.dto;version="1.1" Properties org.eclipse.sensinact.http.corsheader false launch.bundles /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar,/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar,/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar,/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar,/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar,/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar,/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar,/home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar,/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar,/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar,/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar,/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar,/home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar,/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar,/home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar,/home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar,/home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar,/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar,/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar,/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar,/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar,/home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar org.eclipse.sensina..y.location.latitude 45.2d tester.dir /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test-reports/tests launch.noreferences false org.eclipse.sensina..mulated.gui.enabled false tester.unresolved true org.apache.felix.http.jettyEnabled true launch.activation.eager false org.eclipse.sensina..curity.jks.filename /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/../../sensinact-security/cert/keystore.jks tester.trace true org.osgi.service.http.port 8899 launch.activators org.osgi.framework.storage.clean onFirstInit launch.timeout 0 launch.framework.restart false org.apache.felix.http.whiteboardEnabled true tester.continuous false launch.embedded false launch.system.packages com.sun.net.httpserver,javax.net.ssl,javax.xml.parsers,javax.imageio,javax.management,javax.naming,javax.sql,javax.swing,javax.swing.border,javax.swing.event,javax.mail,javax.mail.internet,javax.management.modelmbean,javax.management.remote,javax.xml.parsers,javax.security.auth,javax.security.cert,junit.framework,junit.textui,org.w3c.dom,org.xml.sax,org.xml.sax.helpers,sun.misc,sun.security.action,sun.reflect,org.osgi.framework;version="1.9",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource",org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework",org.osgi.dto;version="1.1" org.eclipse.sensina..curity.jks.password sensiNact_team launch.keep false org.osgi.framework.system.packages.extra com.sun.net.httpserver,javax.net.ssl,javax.xml.parsers,javax.imageio,javax.management,javax.naming,javax.sql,javax.swing,javax.swing.border,javax.swing.event,javax.mail,javax.mail.internet,javax.management.modelmbean,javax.management.remote,javax.xml.parsers,javax.security.auth,javax.security.cert,junit.framework,junit.textui,org.w3c.dom,org.xml.sax,org.xml.sax.helpers,sun.misc,sun.security.action,sun.reflect,org.osgi.framework;version="1.9",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.3";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.service.resolver;version="1.1";uses:="org.osgi.resource",org.osgi.util.tracker;version="1.5.2";uses:="org.osgi.framework",org.osgi.dto;version="1.1" launch.name tests.bndrun launch.trace true org.eclipse.sensina..urity.oauth2.config /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/src/test/resources/sensinact-security-oauth2.config launch.notificationPort -1 launch.services true org.eclipse.sensina...location.longitude 5.7d Id Levl State Modified Location 0 0 ACTIV <> System Bundle 1 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar 2 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.jar 3 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar 4 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.jar 5 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar 6 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar 7 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar 8 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar 9 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/4.1.10/org.apache.felix.http.jetty-4.1.10.jar 10 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/1.1.4/org.apache.felix.http.servlet-api-1.1.4.jar 11 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar 12 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar 13 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar 14 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar 15 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.0.1/org.osgi.test.common-1.0.1.jar 16 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.0.1/org.osgi.test.junit5-1.0.1.jar 17 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar 18 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar 19 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar 20 1 ACTIV 202111111714 reference:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar 21 1 ACTIV 202111111717 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar 22 1 RSLVD 202111111717 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar 23 1 ACTIV 202111111716 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar 24 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar 25 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar 26 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar 27 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar 28 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar 29 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar 30 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar 31 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar 32 1 ACTIV 202111111716 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar 33 1 ACTIV 202111111716 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar 34 1 ACTIV 202111111715 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar 35 1 ACTIV 202111111714 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar 36 1 RSLVD 202111111715 reference:file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.8.1/org.apache.felix.framework.security-2.8.1.jar 37 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar 38 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar 39 1 ACTIV 202111111715 reference:file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.42.v20210604/websocket-common-9.4.42.v20210604.jar 40 1 ACTIV 202111102045 reference:file:/home/jenkins/agent/workspace/gerrit%20validation/platform/northbound/http-tools/target/test/tmp/testing/tests/cnf/cache/6.1.0/bnd-cache/biz.aQute.tester.junit-platform/biz.aQute.tester.junit-platform-6.1.0.jar # framework=org.apache.felix.framework [0] # setting launcher service registration to launcher.ready=true # will call main # running in main thread # test cases filter set to null # run unresolved true # using /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test-reports/tests, path: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/test-reports/tests # automatic testing of all bundles with Test-Cases header # Opening BundleTracker for finding test bundles # starting queue # test will run # testing request org.junit.platform.launcher.core.DefaultDiscoveryRequest@459f7aa3 # TestPlan Execution Started: org.junit.platform.launcher.core.InternalTestPlan@17f9344b # Execution Started: Bnd JUnit Platform Bundle Engine - [engine:bnd-bundle-engine] # Execution Started: [21] org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717] # Execution Started: [22] org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717] # Execution Started: JUnit Jupiter - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter] # Execution Started: TestForwardingService - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService] # Execution Started: testForwarding(BundleContext) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService]/[method:testForwarding(org.osgi.framework.BundleContext)] 17:17:46.847 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.http.forward.internal.ForwardingFilter - Init with config [org.apache.felix.http.base.internal.handler.FilterConfigImpl@40620d8e] 17:17:46.858 [qtp1912960603-18-acceptor-0@6d5620ce-ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@28a98d95[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40178]] on ManagedSelector@565f390{STARTED} id=0 keys=0 selected=0 updates=0 17:17:46.858 [qtp1912960603-18-acceptor-0@6d5620ce-ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=0 selected=0 updates=1 17:17:46.858 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:46.858 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/0 selected 17:17:46.858 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:46.858 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:46.858 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@28a98d95[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40178]] 17:17:46.859 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@28a98d95[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40178]] startThread=0 17:17:46.859 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:46.859 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:46.859 [qtp1912960603-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@28a98d95[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40178]] in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:46.863 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 2 ms, remaining: 59998 ms 17:17:46.880 [qtp1912960603-19] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=19/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.885 [qtp1912960603-19] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=24/60000}{io=0/0,kio=0,kro=0}-> 17:17:46.886 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$486/184446485@2f146934 on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=0 17:17:46.886 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=25/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.886 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=25/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.887 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=26/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.887 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:46.887 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.887 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=1 17:17:46.887 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=2 17:17:46.887 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:46.887 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:46.887 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$486/184446485@2f146934 17:17:46.888 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a 17:17:46.888 [qtp1912960603-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@28a98d95[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40178]] in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}] 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.888 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:46.889 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:46.889Z 17:17:46.889 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=1} startReservedThread p=1 17:17:46.890 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@712625fd{s=0/2,p=1}@3c379b3 startThread=0 17:17:46.890 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:46.89Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:46.890 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:17:46.890 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:46.890 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:46.890 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.890 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:46.891 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@712625fd{s=0/2,p=1}@3c379b3 in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=1}] 17:17:46.891 [qtp1912960603-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=1}] 17:17:46.891 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=1}@3c379b3 started 17:17:46.891 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:46.891 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 waiting 17:17:46.891 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:46.894 [qtp1912960603-21] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:17:46.894 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 137 HeapByteBuffer@70c3f481[p=0,l=137,c=8192,r=137]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.894 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 137 HeapByteBuffer@70c3f481[p=0,l=137,c=8192,r=137]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.894 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=137,c=8192,r=137]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.895 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=137,c=8192,r=137]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.895 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:46.896 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:46.897 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:46.897 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:46.897 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:46.897 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/sensinact/providers on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers,age=0} GET //localhost:8899/sensinact/providers HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive 17:17:46.898 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:46.898 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers,age=1} 17:17:46.899 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/sensinact/providers HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers,age=2} 17:17:46.899 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.899 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=2} 17:17:46.900 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=3} 17:17:46.900 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.900 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.900 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:46.901 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:46.901 [qtp1912960603-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:46.901 [qtp1912960603-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:46.946 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.946 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.946 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=54/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=49} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=54/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=49} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=50} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=50} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=55/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=50} parsed false HttpParser{s=END,0 of -1} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=55/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=50} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.947 [qtp1912960603-21] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:17:46.954 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@764ff730[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>}) 17:17:46.954 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=83 null 17:17:46.954 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4f65e5ca[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:46.955 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=58} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:46 GMT X-Auth-Token: 80c513e7966c5a12d2f05b9ea629b35d60e43f72 Content-Type: application/json;charset=utf-8 Content-Length: 83 17:17:46.956 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d972f7f] (null,[p=0,l=83,c=83,r=83],true)@START 17:17:46.956 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=4,cl=83} last=true content=HeapByteBuffer@4f65e5ca[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>} 17:17:46.956 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:46 GMT X-Auth-Token: 80c513e7966c5a12d2f05b9ea629b35d60e43f72 Content-Type: application/json;charset=utf-8 Content-Length: 83 17:17:46.957 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:46.957 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d972f7f] ([p=0,l=178,c=16384,r=178],[p=0,l=83,c=83,r=83],true)@COMPLETING 17:17:46.957 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=178,c=16384,r=178]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4f65e5ca[p=0,l=83,c=83,r=83]={<<<{"providers":["slider","l...":"/","statusCode":200}>>>}] 17:17:46.957 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING 17:17:46.957 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 261 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=65/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=60} 17:17:46.957 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=261 remaining=0 WriteFlusher@6f219085{WRITING}->null 17:17:46.958 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:46.958 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d972f7f] ([p=178,l=178,c=16384,r=0],[p=83,l=83,c=83,r=0],true)@END 17:17:46.958 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:46.958 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:46.959 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=61} 17:17:46.959 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:17:46.959 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.959 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers,age=62} 1- {"providers":["slider","light"],"type":"PROVIDERS_LIST","uri":"/","statusCode":200} 17:17:46.960 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@239354a3) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:46.960 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.960 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.960 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.960 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:8899/sensinact/providers,age=63} 17:17:46.960 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers written=83 17:17:46.960 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 135 HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>\r\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 135 HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>\r\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>\r\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>\r\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.962 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> IN_VALUE 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> FIELD 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/forwardingTest1/0 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/0,age=0} GET //localhost:8899/forwardingTest1/0 HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/0,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:46.963 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/0,age=0} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/forwardingTest1/0 HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/0,age=1} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/forwardingTest1/0,age=1} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /forwardingTest1/0 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/forwardingTest1/0,age=1} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/forwardingTest1/0 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/forwardingTest1/0 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/forwardingTest1/0 -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:46.964 [qtp1912960603-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:46.968 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=6} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=6} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=6} 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=6} 17:17:46.969 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:17:46.970 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=7} parsed false HttpParser{s=END,0 of -1} 17:17:46.970 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=7} 17:17:46.970 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.970 [qtp1912960603-21] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a6d51a8[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>}) 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=18 null 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4695ff70[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:46 GMT Content-Type: application/json;charset=utf-8 Content-Length: 18 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e2bc9fe] (null,[p=0,l=18,c=18,r=18],true)@START 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=18} last=true content=HeapByteBuffer@4695ff70[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>} 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:46 GMT Content-Type: application/json;charset=utf-8 Content-Length: 18 17:17:46.971 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e2bc9fe] ([p=0,l=122,c=16384,r=122],[p=0,l=18,c=18,r=18],true)@COMPLETING 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=122,c=16384,r=122]={<<>>: applica...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4695ff70[p=0,l=18,c=18,r=18]={<<<["slider","light"]>>>}] 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING ["slider","light"] 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 140 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=9} 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=140 remaining=0 WriteFlusher@6f219085{WRITING}->null 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e2bc9fe] ([p=122,l=122,c=16384,r=0],[p=18,l=18,c=18,r=0],true)@END 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - close() s=CLOSED,api=BLOCKING,sc=false,e=null c=null b=null 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=FORWARD, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:46.972 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=9} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=10} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1d0b8332) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8899/sensinact/providers?rawDescribe=true,age=10} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers written=18 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.973 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.974 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.974 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.974 [qtp1912960603-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.974 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:46.974 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.975 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.975 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:46.975 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.975 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=0 17:17:46.975 [qtp1912960603-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=1 17:17:46.975 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:46.975 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:46.975 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:46.975 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:46.975 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a 17:17:46.975 [qtp1912960603-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:46.975 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:46.976 [qtp1912960603-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}] 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:46.976 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:46.976Z 17:17:46.977 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=0}@3c379b3 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:46.977Z 17:17:46.977 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=1} startReservedThread p=1 17:17:46.977 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@712625fd{s=0/2,p=1}@3c127900 startThread=0 17:17:46.977 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@712625fd{s=0/2,p=1}@3c127900 in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=1}] 17:17:46.977 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=1}@3c127900 started 17:17:46.977 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c127900 waiting 17:17:46.977 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:46.977Z 17:17:46.977 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:46.977Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:46.977 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:46.977Z tryProduce true 17:17:46.977 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:46.977 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:46.977 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:46.977 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:46.977 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.977 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:46.977 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 144 HeapByteBuffer@70c3f481[p=0,l=144,c=8192,r=144]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 144 HeapByteBuffer@70c3f481[p=0,l=144,c=8192,r=144]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=144,c=8192,r=144]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=144,c=8192,r=144]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> IN_VALUE 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> FIELD 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/sensinact/providers/slider on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers/slider,age=0} GET //localhost:8899/sensinact/providers/slider HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers/slider,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:46.978 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers/slider,age=0} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/sensinact/providers/slider HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8899/sensinact/providers/slider,age=0} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=1} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers/slider on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=1} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers/slider @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers/slider @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers/slider -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.979 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=1} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=2} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=2} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=2} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=2} parsed false HttpParser{s=END,0 of -1} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=2} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.980 [qtp1912960603-16] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:17:46.986 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a6933ee[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>}) 17:17:46.986 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=120 null 17:17:46.986 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@55ef3ff9[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:46.986 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:46 GMT Content-Type: application/json;charset=utf-8 Content-Length: 120 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d900d88] (null,[p=0,l=120,c=120,r=120],true)@START 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=120} last=true content=HeapByteBuffer@55ef3ff9[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:46 GMT Content-Type: application/json;charset=utf-8 Content-Length: 120 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d900d88] ([p=0,l=123,c=16384,r=123],[p=0,l=120,c=120,r=120],true)@COMPLETING 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@55ef3ff9[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>}] 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 243 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=9} {"response":{"name":"slider","services":["admin","cursor"]},"type":"DESCRIBE_PROVIDER","uri":"/slider","statusCode":200} 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=243 remaining=0 WriteFlusher@6f219085{WRITING}->null 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d900d88] ([p=123,l=123,c=16384,r=0],[p=120,l=120,c=120,r=0],true)@END 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=9} 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=9} 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4205b265) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:46.987 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//localhost:8899/sensinact/providers/slider,age=10} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider written=120 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 135 HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>alive\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 135 HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>alive\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>alive\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=135,c=8192,r=135]={<<>>alive\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> IN_VALUE 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> FIELD 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/forwardingTest1/1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/1,age=0} GET //localhost:8899/forwardingTest1/1 HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/1,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:46.988 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/1,age=0} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/forwardingTest1/1 HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8899/forwardingTest1/1,age=1} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/forwardingTest1/1,age=1} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /forwardingTest1/1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/forwardingTest1/1,age=1} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/forwardingTest1/1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/forwardingTest1/1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/forwardingTest1/1 -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:46.989 [qtp1912960603-16] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:47.040 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.040 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.040 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=52/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=52} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=52/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=52} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=53} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=53} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=53/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=53} parsed false HttpParser{s=END,0 of -1} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=53/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=53} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.041 [qtp1912960603-16] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d7ce6be[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>}) 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=120 null 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@dd4cd4[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers/slider on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=54} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:46 GMT Content-Type: application/json;charset=utf-8 Content-Length: 120 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6f245030] (null,[p=0,l=120,c=120,r=120],true)@START 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=120} last=true content=HeapByteBuffer@dd4cd4[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>} 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:46 GMT Content-Type: application/json;charset=utf-8 Content-Length: 120 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6f245030] ([p=0,l=123,c=16384,r=123],[p=0,l=120,c=120,r=120],true)@COMPLETING 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@dd4cd4[p=0,l=120,c=120,r=120]={<<<{"response":{"name":"slid...ider","statusCode":200}>>>}] 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING 17:17:47.042 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 243 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=54/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=54} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=243 remaining=0 WriteFlusher@6f219085{WRITING}->null {"response":{"name":"slider","services":["admin","cursor"]},"type":"DESCRIBE_PROVIDER","uri":"/slider","statusCode":200} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=120},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6f245030] ([p=123,l=123,c=16384,r=0],[p=120,l=120,c=120,r=0],true)@END 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - close() s=CLOSED,api=BLOCKING,sc=false,e=null c=null b=null 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=FORWARD, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=4,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=55} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=//localhost:8899/sensinact/providers/slider,age=55} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1ee9be13) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//localhost:8899/sensinact/providers/slider,age=55} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers/slider written=120 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.043 [qtp1912960603-16] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /forw...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a 17:17:47.044 [qtp1912960603-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/98826337@2fb0623e in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}] 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.044 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:47.048 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.http.forward.internal.ForwardingFilter - Destroyed filter 17:17:47.049 [main] INFO org.eclipse.sensinact.gateway.nthbnd.http.forward.internal.ForwardingFactory - Forwarding filter and servlet for '%s' pattern are unregistered # Execution Finished: testForwarding(BundleContext) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService]/[method:testForwarding(org.osgi.framework.BundleContext)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Started: testCallback(BundleContext) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService]/[method:testCallback(org.osgi.framework.BundleContext)] 17:17:47.059 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:17:47.059 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:47.059 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=14/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.059 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=15/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.059 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=15/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:47.059 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.059Z 17:17:47.060 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=0}@3c127900 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.06Z 17:17:47.060 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=1} startReservedThread p=1 17:17:47.060 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@712625fd{s=0/2,p=1}@68c14209 startThread=0 17:17:47.060 [qtp1912960603-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@712625fd{s=0/2,p=1}@68c14209 in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=1}] 17:17:47.060 [qtp1912960603-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=1}@68c14209 started 17:17:47.060 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=0/2,p=1}@3c127900 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.06Z 17:17:47.060 [qtp1912960603-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@68c14209 waiting 17:17:47.060 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.06Z tryProduce true 17:17:47.060 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.060 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.06Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=16/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:47.060 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.060 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=16/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.060 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=16/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.061 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:47.061 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=16/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.061 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 131 HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>\r\n\r\nalive...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.061 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 131 HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>\r\n\r\nalive...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.061 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>\r\n\r\nalive...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.061 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>\r\n\r\nalive...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.070 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:47.070 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> IN_VALUE 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> FIELD 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/callbackTest1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} GET //localhost:8899/callbackTest1 HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=10/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=10/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/callbackTest1 HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=0} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /callbackTest1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=0} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/callbackTest1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/callbackTest1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/callbackTest1 -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:47.071 [qtp1912960603-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14fcd196[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>}) 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=19 null 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@3d2a4e0d[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /callbackTest1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 19 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=19},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@fd0dd58] (null,[p=0,l=19,c=19,r=19],true)@START 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=19} last=true content=HeapByteBuffer@3d2a4e0d[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>} 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 19 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=19},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@fd0dd58] ([p=0,l=76,c=16384,r=76],[p=0,l=19,c=19,r=19],true)@COMPLETING 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=76,c=16384,r=76]={<<>>ion/json;...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3d2a4e0d[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>}] 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 95 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=12/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=2} [GET]/callbackTest1 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=95 remaining=0 WriteFlusher@6f219085{WRITING}->null 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=19},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@fd0dd58] ([p=76,l=76,c=16384,r=0],[p=19,l=19,c=19,r=0],true)@END 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=5,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1,age=2} 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1,age=2} 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5b0676f6) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.073 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=3} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /callbackTest1 written=19 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=3} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=3} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=3} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=3} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=3} parsed false HttpParser{s=END,0 of -1} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=3} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:47.074 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>GET /call...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.075 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.076 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.076 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.076 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.076 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.076 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0}@3c379b3 waiting 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=64/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:47.140 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=64/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.141 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=65/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.141 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=65/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:47.141 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:47.141Z 17:17:47.141 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:47.141Z 17:17:47.141 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:47.141Z 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:47.141Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=66/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:47.142 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:47.142Z tryProduce true 17:17:47.142 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.142 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=66/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.142 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=66/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.142 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=66/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 204 HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 204 HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:47.142 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> IN_VALUE 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> FIELD 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/callbackTest1/withContent on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=0} POST //localhost:8899/callbackTest1/withContent HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive Content-Length: 9 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of 9},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=0} parsed true HttpParser{s=CONTENT,0 of 9} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/callbackTest1/withContent HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=0} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=0} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /callbackTest1/withContent on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=0} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/callbackTest1/withContent @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/callbackTest1/withContent @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/callbackTest1/withContent -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:47.143 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@485ff4f2[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>}) 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=32 null 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@46981389[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /callbackTest1/withContent on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 32 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=32},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@42a79f82] (null,[p=0,l=32,c=32,r=32],true)@START 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=32} last=true content=HeapByteBuffer@46981389[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>} 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 32 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=32},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@42a79f82] ([p=0,l=76,c=16384,r=76],[p=0,l=32,c=32,r=32],true)@COMPLETING 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=76,c=16384,r=76]={<<>>ion/json;...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@46981389[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>}] 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of 9},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=1} 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@6f219085{WRITING}->null 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=32},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@42a79f82] ([p=76,l=76,c=16384,r=0],[p=32,l=32,c=32,r=0],true)@END 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=6,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=1} 17:17:47.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:17:47.145 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.145 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=2} 17:17:47.145 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@7a519b2) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null [POST]/callbackTest1/withContent 17:17:47.149 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=7} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /callbackTest1/withContent written=32 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of 9},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=7} parse HeapByteBuffer@70c3f481[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=7} Content@306a85d0{HeapByteBufferR@36e8dc0f[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent Content@306a85d0{HeapByteBufferR@36e8dc0f[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=7} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=7} 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:17:47.150 [main] INFO org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackFactory - Callback servlet '%s' unregistered 17:17:47.150 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,9 of 9},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=7} parsed false HttpParser{s=END,9 of 9} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,9 of 9},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=8} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,9 of 9} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} # Execution Finished: testCallback(BundleContext) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService]/[method:testCallback(org.osgi.framework.BundleContext)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.151 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} # Execution Started: testCallbackHttpAndWebSocket(BundleContext) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService]/[method:testCallbackHttpAndWebSocket(org.osgi.framework.BundleContext)] 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.159 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0}@3c127900 waiting 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.160 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:47.162 [main] INFO org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackFactory - The Echo servlet has been initialized, but we delay initialization until the first request so that a Jetty Context is available 17:17:47.162 [main] INFO org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackFactory - /ws/callbackTest1/* servlet registered 17:17:47.163 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/1 selected 17:17:47.163 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:47.163 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@1799ef3d SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=3/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.163 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.163 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:47.163 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:47.163Z 17:17:47.168 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c127900 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:47.168Z 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:47.169Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=10/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 131 HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>t: localh...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 131 HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>t: localh...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>t: localh...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=131,c=8192,r=131]={<<>>t: localh...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.169 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> IN_VALUE 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> FIELD 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/callbackTest1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} GET //localhost:8899/callbackTest1 HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} 17:17:47.170 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/callbackTest1 HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1,age=0} 17:17:47.170 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c127900 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:47.17Z 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=6} 17:17:47.176 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:47.176Z tryProduce true 17:17:47.176 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.176 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /callbackTest1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=6} 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/callbackTest1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/callbackTest1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/callbackTest1 -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:47.176 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=6} 17:17:47.176 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29046c61[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>}) 17:17:47.176 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=19 null 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@46b1156a[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /callbackTest1 on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=7} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 19 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=19},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4f822af9] (null,[p=0,l=19,c=19,r=19],true)@START 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=19} last=true content=HeapByteBuffer@46b1156a[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 19 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=19},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4f822af9] ([p=0,l=76,c=16384,r=76],[p=0,l=19,c=19,r=19],true)@COMPLETING 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=76,c=16384,r=76]={<<>>ion/json;...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@46b1156a[p=0,l=19,c=19,r=19]={<<<[GET]/callbackTest1>>>}] 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 95 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1,age=7} [GET]/callbackTest1 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=95 remaining=0 WriteFlusher@6f219085{WRITING}->null 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=19},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4f822af9] ([p=76,l=76,c=16384,r=0],[p=19,l=19,c=19,r=0],true)@END 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=7,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1,age=7} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1,age=7} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@275b4439) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=7} 17:17:47.177 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /callbackTest1 written=19 17:17:47.178 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 204 HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.178 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=8} filled 204 HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.178 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=8} parse HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.178 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.184 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=14} 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=15} 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,0 of -1},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1,age=15} parsed false HttpParser{s=END,0 of -1} 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:47.185 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=204,c=8192,r=204]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> IN_VALUE 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8899 --> FIELD 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:47.240 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8899/callbackTest1/withContent on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=0} POST //localhost:8899/callbackTest1/withContent HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8899 Connection: keep-alive Content-Length: 9 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=62/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of 9},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=0} parsed true HttpParser{s=CONTENT,0 of 9} 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8899/callbackTest1/withContent HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=1} 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=1} 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /callbackTest1/withContent on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=1} 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/callbackTest1/withContent @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/callbackTest1/withContent @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.241 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/callbackTest1/withContent -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d3653d7[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>}) 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=32 null 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6362195e[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>} complete=true committing=true callback=Blocker@469a7d61{null} 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /callbackTest1/withContent on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=7} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 32 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=32},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3d693229] (null,[p=0,l=32,c=32,r=32],true)@START 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=32} last=true content=HeapByteBuffer@6362195e[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>} 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:47 GMT Content-Length: 32 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=32},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3d693229] ([p=0,l=76,c=16384,r=76],[p=0,l=32,c=32,r=32],true)@COMPLETING 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6f219085{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=76,c=16384,r=76]={<<>>ion/json;...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6362195e[p=0,l=32,c=32,r=32]={<<<[POST]/callbackTest1/withContent>>>}] 17:17:47.247 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{WRITING}->null:IDLE-->WRITING 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=W,to=69/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of 9},g=HttpGenerator@67a7ba1e{s=COMPLETING}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=7} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@6f219085{WRITING}->null 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6f219085{IDLE}->null:WRITING-->IDLE 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@388a108e[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=32},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3d693229] ([p=76,l=76,c=16384,r=0],[p=32,l=32,c=32,r=0],true)@END 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=8,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=8} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=false/true,a=HANDLING,uri=//localhost:8899/callbackTest1/withContent,age=8} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@406ec331) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@b2491b2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@b2491b2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=8} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /callbackTest1/withContent written=32 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=CONTENT,0 of 9},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=8} parse HeapByteBuffer@70c3f481[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@70c3f481[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.248 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=8} Content@5fd98800{HeapByteBufferR@2c82c24c[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} [POST]/callbackTest1/withContent 17:17:47.255 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=0,[0]=null,s=STREAM] addContent Content@5fd98800{HeapByteBufferR@2c82c24c[p=195,l=204,c=8192,r=9]={POST /cal...: 9\r\n\r\n<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:17:47.255 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:47.255 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=15} 17:17:47.255 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:47.255 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=15} 17:17:47.255 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@437d9e50[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:17:47.255 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,9 of 9},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=15} parsed false HttpParser{s=END,9 of 9} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=END,9 of 9},g=HttpGenerator@67a7ba1e{s=END}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//localhost:8899/callbackTest1/withContent,age=16} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@b2491b2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,9 of 9} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=0,c=8192,r=0]={<<<>>>POST /cal...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.256 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.257 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6dc73101{AC.ReadCB@1399ba30{HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.257 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.257 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.262 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.262 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.262 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:47.262 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.262 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.262 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@1430646a 17:17:47.262 [qtp1912960603-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1399ba30::SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=5/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.262 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0}@3c379b3 waiting 17:17:47.262 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7d11747e{l=/127.0.0.1:8899,r=/127.0.0.1:40178,OPEN,fill=FI,flush=-,to=5/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1399ba30[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67a7ba1e{s=START}]=>HttpChannelOverHttp@6a9b57b6{s=HttpChannelState@b2491b2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.263 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.263 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:47.263 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STOPPED} added {HttpClientTransportOverHTTP@1a411233{STOPPED},AUTO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STOPPED} added {Client@4d847d32[provider=null,keyStore=null,trustStore=null],AUTO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@5f462e3b,POJO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@3d7fa3ae,POJO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1476812556]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@3605c4d3,POJO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STOPPED} added {QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@726a6b94,POJO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@250cba12[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] added {HttpClient@644abb8f{STOPPED},AUTO} 17:17:47.264 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@250cba12[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] added {SessionTracker@3ff57625{STOPPED},AUTO} 17:17:47.266 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@6569dded{STOPPED} added {InflaterPool@466d49f0{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:17:47.266 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@6569dded{STOPPED} added {DeflaterPool@710d7aff{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:17:47.266 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@6569dded{STOPPED},AUTO} 17:17:47.267 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] 17:17:47.267 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@644abb8f{STOPPED} 17:17:47.267 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STARTING} added {ScheduledExecutorScheduler@4917d36b{STOPPED},AUTO} 17:17:47.267 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@c3fa05a,POJO} 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@1a411233{STOPPED} 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@1a411233{STARTING} added {ClientSelectorManager@47c64cfe{STOPPED},AUTO} 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@47c64cfe{STOPPED} 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.271Z added {SelectorProducer@a567e72,POJO} 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.271Z added {QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.271Z created 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@1a5b8489{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.271Z,MANAGED} 17:17:47.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@47c64cfe{STARTING} added {ManagedSelector@1a5b8489{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@1a5b8489{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.272Z 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=0} 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] added {ReservedThreadExecutor@6f8f8a80{s=0/2,p=0},AUTO} 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@6f8f8a80{s=0/2,p=0} 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2106ms ReservedThreadExecutor@6f8f8a80{s=0/2,p=0} 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-34,5,main] 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-35,5,main] 17:17:47.272 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-36,5,main] 17:17:47.272 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.272 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-37,5,main] 17:17:47.273 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.274 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-38,5,main] 17:17:47.274 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-39,5,main] 17:17:47.274 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.274 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-40,5,main] 17:17:47.274 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.274 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1682619279-41,5,main] 17:17:47.274 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.274 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.274 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2109ms QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.274 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.275 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2109ms EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.274Z 17:17:47.275 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/98826337@71a3a190 startThread=0 17:17:47.275 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@588ffeb on ManagedSelector@1a5b8489{STARTING} id=0 keys=0 selected=0 updates=0 17:17:47.275 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/98826337@71a3a190 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.275 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.275Z tryProduce false 17:17:47.275 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.275 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@588ffeb 17:17:47.275 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.275 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 0 keys 17:17:47.275 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2109ms ManagedSelector@1a5b8489{STARTED} id=0 keys=0 selected=0 updates=0 17:17:47.275 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2109ms ClientSelectorManager@47c64cfe{STARTED} 17:17:47.275 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2109ms HttpClientTransportOverHTTP@1a411233{STARTED} 17:17:47.275 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@4d847d32[provider=null,keyStore=null,trustStore=null] 17:17:47.354 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:17:47.354 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:17:47.355 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 22fba58c[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms Client@4d847d32[provider=null,keyStore=null,trustStore=null] 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@4917d36b{STOPPED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms ScheduledExecutorScheduler@4917d36b{STARTED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms HttpClient@644abb8f{STARTED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@3ff57625{STOPPED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms SessionTracker@3ff57625{STARTED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@6569dded{STOPPED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@466d49f0{STOPPED,size=0,capacity=UNLIMITED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms InflaterPool@466d49f0{STARTED,size=0,capacity=UNLIMITED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@710d7aff{STOPPED,size=0,capacity=UNLIMITED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms DeflaterPool@710d7aff{STARTED,size=0,capacity=UNLIMITED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms WebSocketExtensionFactory@6569dded{STARTED} 17:17:47.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2191ms WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STARTED},openSessions.size=0] 17:17:47.359 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5 to ws://127.0.0.1:8899/ws/callbackTest1 17:17:47.366 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:17:47.367 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=null], class org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:17:47.367 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:17:47.368 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:17:47.369 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5, policy=WebSocketPolicy@5560bcdf[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:17:47.375 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@644abb8f{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=null,MANAGED} 17:17:47.375 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=null 17:17:47.377 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] added {Pool@79a1728c[size=0 closed=false],POJO} 17:17:47.377 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:17:47.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:47.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2212ms DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:47.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2212ms HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:47.378 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:47.379 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5] 17:17:47.379 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 for HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=1,pool=DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=1] 17:17:47.379 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=1] 17:17:47.379 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:17:47.379 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:17:47.379 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@14151bc5{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:17:47.380 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$551/614635686@4bb8855f startThread=0 17:17:47.380 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$551/614635686@4bb8855f in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.381 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:17:47.382 [qtp1912960603-18-acceptor-0@6d5620ce-ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@6dab16e4[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40180]] on ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.382 [qtp1912960603-18-acceptor-0@6d5620ce-ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@6dab16e4[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40180]] 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@6dab16e4[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40180]] startThread=0 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.382 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@6dab16e4[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40180]] in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}] 17:17:47.440 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@7797a8c2{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=1,pool=DuplexConnectionPool@6fca2a8f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@349d103d, client.connector=HttpClient@644abb8f{STARTED}}} on ManagedSelector@1a5b8489{STARTED} id=0 keys=0 selected=0 updates=0 17:17:47.440 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STARTED} id=0 keys=0 selected=0 updates=1 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/0 selected 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 1 updates 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.440 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$551/614635686@4bb8855f in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@7797a8c2{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=1,pool=DuplexConnectionPool@6fca2a8f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@349d103d, client.connector=HttpClient@644abb8f{STARTED}}} 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 1/1/1 selected 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 1 keys, 0 updates 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$486/184446485@15f64413 on ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=0 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@2d01375 Connect@7797a8c2{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=1,pool=DuplexConnectionPool@6fca2a8f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@349d103d, client.connector=HttpClient@644abb8f{STARTED}}} 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.440 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40180 remote=/127.0.0.1:8899] 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.440 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.441 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d355f5f{AC.ReadCB@6351be81{HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.441 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@6ef97f7{Connect@7797a8c2{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40180 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=1,pool=DuplexConnectionPool@6fca2a8f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@349d103d, client.connector=HttpClient@644abb8f{STARTED}}}} startThread=0 17:17:47.441 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@6ef97f7{Connect@7797a8c2{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40180 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=1,pool=DuplexConnectionPool@6fca2a8f[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@349d103d, client.connector=HttpClient@644abb8f{STARTED}}}} in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.441 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.441 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.441 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:47.441 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.441 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:17:47.441 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce on ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=1 17:17:47.441 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=2 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 2 updates 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$486/184446485@15f64413 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce 17:17:47.441 [qtp1912960603-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.441 [qtp1912960603-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@6dab16e4[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40180]] in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}] 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.441 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.446 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=8}-> 17:17:47.446 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$486/184446485@6accb2fe on ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.446 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.446 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.446 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@322c6ced{AC.ReadCB@14ee74bc{HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d on ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=2 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/1 selected 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 2 updates 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$486/184446485@6accb2fe 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@14151bc5{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.447 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@6fca2a8f[c=0/1/64,a=0,i=1,q=1] 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@14151bc5{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@79a1728c[size=1 closed=false] 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[PENDING/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]} on HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/1/64,a=1,i=0,q=0] 17:17:47.447 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 17:17:47.448 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[PENDING/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]} associated true to HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[PENDING/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.448 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 6hGm+6CdAON1CnUYnareLw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@c5806f0{s=START} 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/callbackTest1,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@421dfe44[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 6hGm+6CdAON1CnUYnareLw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (271 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@c5806f0{s=COMPLETING} 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@131b0afd{IDLE}->null [HeapByteBuffer@422fc995[p=0,l=271,c=4096,r=271]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@543b4ceb[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@421dfe44[p=0,l=0,c=0,r=0]={<<<>>>}] 17:17:47.449 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{WRITING}->null:IDLE-->WRITING 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 271 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=3/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[PENDING/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@c5806f0{s=COMPLETING}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=271 remaining=0 WriteFlusher@131b0afd{WRITING}->null 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{IDLE}->null:WRITING-->IDLE 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@48cd1edf SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=9/60000}{io=1/1,kio=1,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@c5806f0{s=END} 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:47.45Z 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]}, result: null 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:47.45Z 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.450 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@6ef97f7{Connect@7797a8c2{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40180 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@349d103d, client.connector=HttpClient@644abb8f{STARTED}}}} in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}] 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:47.45Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:17:47.450 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:47.45Z 17:17:47.450 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:47.45Z tryProduce true 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d355f5f{AC.ReadCB@6351be81{HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:17:47.450 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.450 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.450 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:17:47.450 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.450 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 271 HeapByteBuffer@70c3f481[p=0,l=271,c=8192,r=271]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 271 HeapByteBuffer@70c3f481[p=0,l=271,c=8192,r=271]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@70c3f481[p=0,l=271,c=8192,r=271]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@70c3f481[p=0,l=271,c=8192,r=271]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:17:47.451 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@3932c79a{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/callbackTest1 on HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/callbackTest1,age=0} GET //127.0.0.1:8899/ws/callbackTest1 HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 6hGm+6CdAON1CnUYnareLw== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/callbackTest1,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/callbackTest1,age=0} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/callbackTest1 HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/callbackTest1,age=0} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2653342f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=0} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/callbackTest1 on HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=0} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/callbackTest1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/callbackTest1 @ o.e.j.s.ServletContextHandler@72e5a8e{/,null,AVAILABLE} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 session=null 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/callbackTest1 -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-449a4f23==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@a070c04c{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:17:47.452 [qtp1912960603-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@406d426{STOPPED} added {InflaterPool@7d5db96d{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@406d426{STOPPED} added {DeflaterPool@6ea2ca63{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {ScheduledExecutorScheduler@7b9e3125{STOPPED},AUTO} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {org.eclipse.jetty.io.MappedByteBufferPool@ee66500,POJO} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {SessionTracker@4aa0b0dc{STOPPED},AUTO} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {WebSocketExtensionFactory@406d426{STOPPED},AUTO} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketPool] 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@44d3c5b1 17:17:47.457 [qtp1912960603-20] INFO org.eclipse.jetty.websocket.server.WebSocketServerFactory - No DecoratedObjectFactory provided, using new org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@7b9e3125{STOPPED} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2292ms ScheduledExecutorScheduler@7b9e3125{STARTED} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@4aa0b0dc{STOPPED} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2292ms SessionTracker@4aa0b0dc{STARTED} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@406d426{STOPPED} 17:17:47.457 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@7d5db96d{STOPPED,size=0,capacity=UNLIMITED} 17:17:47.458 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2292ms InflaterPool@7d5db96d{STARTED,size=0,capacity=UNLIMITED} 17:17:47.458 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@6ea2ca63{STOPPED,size=0,capacity=UNLIMITED} 17:17:47.458 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2292ms DeflaterPool@6ea2ca63{STARTED,size=0,capacity=UNLIMITED} 17:17:47.458 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2292ms WebSocketExtensionFactory@406d426{STARTED} 17:17:47.458 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2292ms WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketPool] 17:17:47.461 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet, public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:17:47.461 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=null], class org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet, public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:17:47.461 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet, public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:17:47.461 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet, public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:17:47.461 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280, policy=WebSocketPolicy@44d6d2fe[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:17:47.465 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:17:47.469 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=17} 17:17:47.469 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=17} 17:17:47.471 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Discovered default RemoteEndpointFactory: null 17:17:47.471 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=19},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=19}] 17:17:47.472 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=19},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=20}] added {WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=20},POJO} 17:17:47.472 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=20},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=20}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],AUTO} 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=25/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=24},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=25/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=24}] 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=26/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=25},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=26/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=25}] 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280] 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2311ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280] 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2311ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=26/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=25},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=26/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=25}] 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=26/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=25},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2311ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:47.477 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@591a28d8 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/callbackTest1 13 null WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=27/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=START}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=26} 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler33533830==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=26} 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2653342f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2653342f{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=26} 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3b8c6b1e) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@543b4ceb[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:47.478 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@543b4ceb[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@16c0b642 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/callbackTest1 on HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=35} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:17:47 GMT Connection: Upgrade Sec-WebSocket-Accept: j9ZQqnkcGbnnysR6cGh0kqIgPmk= Upgrade: WebSocket 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@6f64f879[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@7c853171] (null,[p=0,l=0,c=0,r=0],true)@START 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@543b4ceb[p=0,l=0,c=0,r=0]={<<<>>>} 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:17:47 GMT Connection: Upgrade Sec-WebSocket-Accept: j9ZQqnkcGbnnysR6cGh0kqIgPmk= Upgrade: WebSocket 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@6f64f879[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@7c853171] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5538b9ed{IDLE}->null [HeapByteBuffer@2f8699c0[p=0,l=166,c=16384,r=166]={<<>>ngth: 83\r...\x00\x00\x00\x00\x00\x00\x00}] 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{WRITING}->null:IDLE-->WRITING 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=W,to=37/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=COMPLETING}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/callbackTest1,age=36} 17:17:47.488 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 1/1/1 selected 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@5538b9ed{WRITING}->null 17:17:47.488 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 1 keys, 0 updates 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{IDLE}->null:WRITING-->IDLE 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@6f64f879[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@7c853171] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@3b8c6b1e w=false 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2653342f{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:47.488 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2d01375 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=38/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2653342f{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2653342f{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/callbackTest1,age=36} 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/callbackTest1 written=0 17:17:47.488 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=38/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.488 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=38/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=END}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/callbackTest1,age=36} to WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=END}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/callbackTest1,age=36} 17:17:47.488 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@2653342f{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:17:47.489 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=0} tryExecute EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.488Z 17:17:47.548 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=1} startReservedThread p=1 17:17:47.548 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@43ed194e startThread=0 17:17:47.549 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@43ed194e in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}] 17:17:47.549 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=END}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/callbackTest1,age=96} upgrading from HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=END}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/callbackTest1,age=96} to WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=END}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/callbackTest1,age=97} 17:17:47.549 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=1}@43ed194e started 17:17:47.549 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@43ed194e waiting 17:17:47.549 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6351be81[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5278fb73{s=END}]=>HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/callbackTest1,age=97} 17:17:47.549 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:47.549Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=99/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:17:47.549 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=99/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:17:47.549 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=60/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[HANDSHAKING],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.549 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.549 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.549 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=99/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}] 17:17:47.549 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:17:47.549 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:17:47.549 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@322c6ced{AC.ReadCB@14ee74bc{HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=99/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:17:47.549 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=99/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.559 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:47.550 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@39d6a6e7[batching=true] 17:17:47.559 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=71/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENING],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@39d6a6e7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:17:47.560 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:17:47.560 [qtp1912960603-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet - new websocket connection was open 17:17:47.560 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=71/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.560 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:47.560 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.560 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@396dd8b0{DirectByteBuffer@7ce3f625[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:17:47.560 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce on ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=0 17:17:47.560 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=1 17:17:47.560 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@7ce3f625[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.560 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.560 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce 17:17:47.560 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@7ce3f625[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.560 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.560 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@396dd8b0{DirectByteBuffer@7ce3f625[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[null 0 null]@371cf49c[PENDING/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.561 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@39b95bc3[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/callbackTest1] - STARTED +- WebSocketServerConnection@6852717e | +> SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280] - STARTED += ExtensionStack@3879682[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:17:47.570 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@7ce3f625[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.570 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2653342f{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:17:47.570 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:17:47.571 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:17:47.571 [qtp1912960603-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:17:47.571 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@226cb4ba{s=HttpChannelState@2653342f{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:17:47.571 [qtp1912960603-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6351be81::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@2653342f{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:17:47.571 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0}@3c127900 waiting 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5] 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:17:47.571 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c Date: Thu, 11 Nov 2021 17:17:47 GMT Connection: Upgrade Sec-WebSocket-Accept: j9ZQqnkcGbnnysR6cGh0kqIgPmk= Upgrade: WebSocket 17:17:47.572 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 > HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c] null 17:17:47.573 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c 17:17:47.574 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=14/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:47.582 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:17:47.582 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],AUTO} 17:17:47.591 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=30/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=31/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:47.592 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=31/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=31/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:47.592 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5] 17:17:47.592 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2426ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5] 17:17:47.592 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2426ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=31/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=31/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:17:47.593 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:17:47.593 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=33/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:17:47.594 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:47.594 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2428ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:47.594 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=33/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=33/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=34/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.594 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@396dd8b0{DirectByteBuffer@7ce3f625[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:17:47.597 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=37/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@14ee74bc(l:/127.0.0.1:40180 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@548ca3a8(exchange=HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]})[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=37/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[HANDSHAKING],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@7f44346d[batching=true] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=37/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENING],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@7f44346d[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=37/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d on ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@518dc5ff[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/callbackTest1] - STARTED +- WebSocketClientConnection@e62041c | +> SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5] - STARTED += ExtensionStack@a814dc8[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@6739d8a3{req=WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@548ca3a8(exchange=null)[send=HttpSenderOverHTTP@255296c(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@c5806f0{s=START}],recv=HttpReceiverOverHTTP@30c0ec7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@14151bc5{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@14ee74bc::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@79a1728c[size=0 closed=false] 17:17:47.598 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 > HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c] null, notifying [WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5] 17:17:47.599 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/callbackTest1 HTTP/1.1]@7a639ec5 > HttpResponse[HTTP/1.1 101 Switching Protocols]@371cf49c] null 17:17:47.599 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:17:47.640 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:47.640 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:17:47.644 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/1 selected 17:17:47.644 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 1 updates 17:17:47.644 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.644 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d 17:17:47.644 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=46/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.644 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.644 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:47.645 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@c706c6e[p=0,l=24,c=24,r=24]={<<<{"uri":"/callbackTest1"}>>>} 17:17:47.645 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:17:47.645 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=47/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}] 17:17:47.645 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=24,fin=true,rsv=...,masked=false] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=24,fin=true,rsv=...,masked=false] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=24,fin=true,rsv=...,masked=true], Flusher@637fa5b3[PROCESSING]) 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=24,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null] to Flusher@5bd58544[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=24,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null]] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null]] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=30 cap=32768] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@131b0afd{IDLE}->null [DirectByteBuffer@1f57b385[p=0,l=30,c=32768,r=30]={<<<\x81\x98'F\xDeR\\d\xAb Nd\xE4p\x08%\xBf>K$\xBf1L\x12\xBb!Sw\xFc/>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{WRITING}->null:IDLE-->WRITING 17:17:47.646 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 30 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=48/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=30,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.646 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:47.646 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=30 remaining=0 WriteFlusher@131b0afd{WRITING}->null 17:17:47.647 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{IDLE}->null:WRITING-->IDLE 17:17:47.647 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=30,terminated=null] 17:17:47.647 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=30,terminated=null] processing 0 entries: [] 17:17:47.647 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=30,terminated=null] auto flushing 17:17:47.647 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@48cd1edf SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.652 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=92/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.652 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=30,terminated=null] flushing 0 frames: [] 17:17:47.652 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=92/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:17:47.652 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:47.652 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:47.652Z 17:17:47.652 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c127900 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:47.652Z 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:47.652Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=92/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:47.653 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c127900 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:17:47.653Z 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=92/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:47.653 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:47.653Z tryProduce true 17:17:47.653 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.653 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:47.653 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=93/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.653 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 30 DirectByteBuffer@580e558f[p=0,l=30,c=4096,r=30]={<<<\x81\x98'F\xDeR\\d\xAb Nd\xE4p\x08%\xBf>K$\xBf1L\x12\xBb!Sw\xFc/>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 30 bytes - DirectByteBuffer@580e558f[p=0,l=30,c=4096,r=30]={<<<\x81\x98'F\xDeR\\d\xAb Nd\xE4p\x08%\xBf>K$\xBf1L\x12\xBb!Sw\xFc/>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=0,l=30,c=4096,r=30]={<<<\x81\x98'F\xDeR\\d\xAb Nd\xE4p\x08%\xBf>K$\xBf1L\x12\xBb!Sw\xFc/>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:47.653 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 30 bytes 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 24 - Parser@694bec6f[ExtensionStack,s=PAYLOAD_LEN,c=0,len=24,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@25d891a5[p=0,l=24,c=24,r=24]={<<<\\d\xAb Nd\xE4p\x08%\xBf>K$\xBf1L\x12\xBb!Sw\xFc/>>>} 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=24,fin=true,rsv=...,masked=true] 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=24,fin=true,rsv=...,masked=true]) 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=24,fin=true,rsv=...,masked=true]) - events.onFrame=null 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@25d891a5[p=0,l=24,c=24,r=24]={<<<{"uri":"/callbackTest1"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:47.654 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([24] "{"uri":"/callbackTest1"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendString with HeapByteBuffer@6e360fe5[p=0,l=25,c=25,r=25]={<<<[WEBSOCKET]/callbackTest1>>>} 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=25,fin=true,rsv=...,masked=false] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=25,fin=true,rsv=...,masked=false] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=25,fin=true,rsv=...,masked=false], Flusher@6aec481c[PROCESSING]) 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=25,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null] to Flusher@3c104c25[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=25,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null]] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null]] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:47.655 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=27 cap=32768] 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5538b9ed{IDLE}->null [DirectByteBuffer@347b3b83[p=0,l=27,c=32768,r=27]={<<<\x81\x19[WEBSOCKET]/callbackTest1>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{WRITING}->null:IDLE-->WRITING 17:17:47.659 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 1/1/1 selected 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 27 SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=W,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=27,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:17:47.659 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 1 keys, 0 updates 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=27 remaining=0 WriteFlusher@5538b9ed{WRITING}->null 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{IDLE}->null:WRITING-->IDLE 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=27,terminated=null] 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=27,terminated=null] processing 0 entries: [] 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=27,terminated=null] auto flushing 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=27,terminated=null] flushing 0 frames: [] 17:17:47.659 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2d01375 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=12/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.659 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=30,l=30,c=4096,r=0]={\x81\x98'F\xDeR{"u...Test1"}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.660 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=12/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@580e558f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x98'F\xDeR{"u...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.660 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=13/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]] 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]]}} 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]] 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce on ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=0 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=1 17:17:47.660 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0} tryExecute EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:47.66Z 17:17:47.660 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0}@3c379b3 waiting 17:17:47.660 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.660 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:17:47.660 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.660 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}@43ed194e offer EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:47.66Z 17:17:47.666 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.667 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=1} startReservedThread p=1 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@702d2670 startThread=0 17:17:47.667 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@702d2670 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}] 17:17:47.667 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]] 17:17:47.667 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=1}@702d2670 started 17:17:47.667 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.667 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@702d2670 waiting 17:17:47.667 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:47.667Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=20/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:47.667 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@43ed194e task=EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:17:47.667Z 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=20/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:17:47.667 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.667Z tryProduce true 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:47.667 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.667 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.667 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.667 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 27 DirectByteBuffer@72e4d8bb[p=0,l=27,c=4096,r=27]={<<<\x81\x19[WEBSOCKET]/callbackTest1>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 27 bytes - DirectByteBuffer@72e4d8bb[p=0,l=27,c=4096,r=27]={<<<\x81\x19[WEBSOCKET]/callbackTest1>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=27,c=4096,r=27]={<<<\x81\x19[WEBSOCKET]/callbackTest1>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 27 bytes 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 25 - Parser@5c2e074c[ExtensionStack,s=PAYLOAD_LEN,c=0,len=25,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:47.667 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@23c2e601[p=0,l=25,c=25,r=25]={<<<[WEBSOCKET]/callbackTest1>>>} 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=25,fin=true,rsv=...,masked=false] 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=25,fin=true,rsv=...,masked=false]) 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=25,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@23c2e601[p=0,l=25,c=25,r=25]={<<<[WEBSOCKET]/callbackTest1>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([25] "[WEBSOCKET]/callbackTest1") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=27,l=27,c=4096,r=0]={\x81\x19[WEBSOC...ckTest1<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.674 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@72e4d8bb[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x19[WEBSOC...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.675 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]] 17:17:47.675 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]]}} 17:17:47.675 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]] 17:17:47.675 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d on ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.675 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:47.675 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/98826337@71a3a190 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}] 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/1 selected 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 1 updates 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]] 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.675 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys [WEBSOCKET]/callbackTest1 17:17:47.852 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:17:47.852 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@11bdfe1[p=0,l=79,c=79,r=79]={<<<{"uri":"/callbackTest1/wi...uest\\":\\"MyContent\\"}"}>>>} 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=79,fin=true,rsv=...,masked=false] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=79,fin=true,rsv=...,masked=false] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=79,fin=true,rsv=...,masked=true], Flusher@637fa5b3[PROCESSING]) 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=79,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null] to Flusher@5bd58544[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=79,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null]] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null]] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=85 cap=32768] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@131b0afd{IDLE}->null [DirectByteBuffer@1f57b385[p=0,l=85,c=32768,r=85]={<<<\x81\xCf\xB0\x16\xF1l\xCb4\x84\x1e\xD94\xCbN\x9fu\x90\x00\xDct\x90\x0f\xDbB\x94...\xC5s\x82\x18\xEc4\xCb0\x92[\x88/\xDfx\x85\t\xDeb\xAdN\xCd4\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{WRITING}->null:IDLE-->WRITING 17:17:47.853 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:17:47.853 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 85 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=178/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=85,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=85 remaining=0 WriteFlusher@131b0afd{WRITING}->null 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{IDLE}->null:WRITING-->IDLE 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] processing 0 entries: [] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] auto flushing 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] flushing 0 frames: [] 17:17:47.853 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:47.853 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@48cd1edf SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=193/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]] 17:17:47.853 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=193/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]] 17:17:47.853 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=193/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]]:runFillable:BLOCKING 17:17:47.853 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:47.853Z 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:47.854Z 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:47.854Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=194/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:47.854 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c379b3 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:17:47.854Z 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=194/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]]}} 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:47.854 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:47.854Z tryProduce true 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:47.854 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.854 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x98'F\xDeR{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.854 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=194/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=24,f=null]] 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 85 DirectByteBuffer@580e558f[p=0,l=85,c=4096,r=85]={<<<\x81\xCf\xB0\x16\xF1l\xCb4\x84\x1e\xD94\xCbN\x9fu\x90\x00\xDct\x90\x0f\xDbB\x94...\xC5s\x82\x18\xEc4\xCb0\x92[\x88/\xDfx\x85\t\xDeb\xAdN\xCd4\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.854 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 85 bytes - DirectByteBuffer@580e558f[p=0,l=85,c=4096,r=85]={<<<\x81\xCf\xB0\x16\xF1l\xCb4\x84\x1e\xD94\xCbN\x9fu\x90\x00\xDct\x90\x0f\xDbB\x94...\xC5s\x82\x18\xEc4\xCb0\x92[\x88/\xDfx\x85\t\xDeb\xAdN\xCd4\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=0,l=85,c=4096,r=85]={<<<\x81\xCf\xB0\x16\xF1l\xCb4\x84\x1e\xD94\xCbN\x9fu\x90\x00\xDct\x90\x0f\xDbB\x94...\xC5s\x82\x18\xEc4\xCb0\x92[\x88/\xDfx\x85\t\xDeb\xAdN\xCd4\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 85 bytes 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 79 - Parser@694bec6f[ExtensionStack,s=PAYLOAD_LEN,c=0,len=79,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@25877bf4[p=0,l=79,c=79,r=79]={<<<\xCb4\x84\x1e\xD94\xCbN\x9fu\x90\x00\xDct\x90\x0f\xDbB\x94\x1f\xC4'\xDe\x1b\xD9...\xC5s\x82\x18\xEc4\xCb0\x92[\x88/\xDfx\x85\t\xDeb\xAdN\xCd4\x8c>>>} 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=79,fin=true,rsv=...,masked=true] 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=79,fin=true,rsv=...,masked=true]) 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=79,fin=true,rsv=...,masked=true]) - events.onFrame=null 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@25877bf4[p=0,l=79,c=79,r=79]={<<<{"uri":"/callbackTest1/wi...uest\\":\\"MyContent\\"}"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([79] "{"uri":"/callbackTes...eters":"{\"request\":\"MyContent\"}"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:47.854 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendString with HeapByteBuffer@29ea103d[p=0,l=37,c=37,r=37]={<<<[WEBSOCKET]/callbackTest1/withContent>>>} 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=37,fin=true,rsv=...,masked=false] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=37,fin=true,rsv=...,masked=false] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=37,fin=true,rsv=...,masked=false], Flusher@6aec481c[PROCESSING]) 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=37,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null] to Flusher@3c104c25[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=37,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null]] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null]] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=39 cap=32768] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5538b9ed{IDLE}->null [DirectByteBuffer@347b3b83[p=0,l=39,c=32768,r=39]={<<<\x81%[WEBSOCKET]/callbackTest1/withContent>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{WRITING}->null:IDLE-->WRITING 17:17:47.855 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 1/1/1 selected 17:17:47.855 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 1 keys, 0 updates 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 39 SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=W,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=39,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=39 remaining=0 WriteFlusher@5538b9ed{WRITING}->null 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{IDLE}->null:WRITING-->IDLE 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=39,terminated=null] 17:17:47.855 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2d01375 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=39,terminated=null] processing 0 entries: [] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=39,terminated=null] auto flushing 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=39,terminated=null] flushing 0 frames: [] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:47.855 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=85,l=85,c=4096,r=0]={\x81\xCf\xB0\x16\xF1l{"u...nt\\"}"}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.855 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]]:runFillable:BLOCKING 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@580e558f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCf\xB0\x16\xF1l{"u...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]]}} 17:17:47.855 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0} tryExecute EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.855Z 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]] 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce on ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=0 17:17:47.855 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=1 17:17:47.856 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0}@3c127900 waiting 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}@702d2670 offer EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.855Z 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=1} startReservedThread p=1 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@6fbecdc6 startThread=0 17:17:47.856 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@6fbecdc6 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}] 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]] 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.856 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=1}@6fbecdc6 started 17:17:47.856 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:47.856 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@6fbecdc6 waiting 17:17:47.856 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=1}@702d2670 task=EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.856Z 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.856Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:47.856 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:17:47.856Z tryProduce true 17:17:47.856 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:47.856 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]]}} 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:47.856 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=25,f=null]] 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x19[WEBSOC...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.856 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 39 DirectByteBuffer@72e4d8bb[p=0,l=39,c=4096,r=39]={<<<\x81%[WEBSOCKET]/callbackTest1/withContent>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 39 bytes - DirectByteBuffer@72e4d8bb[p=0,l=39,c=4096,r=39]={<<<\x81%[WEBSOCKET]/callbackTest1/withContent>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=39,c=4096,r=39]={<<<\x81%[WEBSOCKET]/callbackTest1/withContent>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 39 bytes 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 37 - Parser@5c2e074c[ExtensionStack,s=PAYLOAD_LEN,c=0,len=37,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@61793e41[p=0,l=37,c=37,r=37]={<<<[WEBSOCKET]/callbackTest1/withContent>>>} 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=37,fin=true,rsv=...,masked=false] 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=37,fin=true,rsv=...,masked=false]) 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=37,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@61793e41[p=0,l=37,c=37,r=37]={<<<[WEBSOCKET]/callbackTest1/withContent>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([37] "[WEBSOCKET]/callbackTest1/withContent") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=39,l=39,c=4096,r=0]={\x81%[WEBSOC...Content<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:47.856 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@72e4d8bb[p=0,l=0,c=4096,r=0]={<<<>>>\x81%[WEBSOC...\x00\x00\x00\x00\x00\x00\x00} 17:17:47.857 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]] 17:17:47.857 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]]}} 17:17:47.857 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]] 17:17:47.857 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d on ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=0 17:17:47.857 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=1 17:17:47.857 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}@43ed194e waiting 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/1 selected 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 1 updates 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]] 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:47.857 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys [WEBSOCKET]/callbackTest1/withContent 17:17:48.053 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@475b8a19[p=0,l=2,c=2,r=2]={<<<{}>>>} 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=2,fin=true,rsv=...,masked=false] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=2,fin=true,rsv=...,masked=false] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=2,fin=true,rsv=...,masked=true], Flusher@637fa5b3[PROCESSING]) 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=2,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null] to Flusher@5bd58544[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=2,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null]] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@637fa5b3[PROCESSING],AUTO,null]] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=8 cap=32768] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@131b0afd{IDLE}->null [DirectByteBuffer@1f57b385[p=0,l=8,c=32768,r=8]={<<<\x81\x82\xB2\xE3\x0fO\xC9\x9e>>>\x84\x1e\xD94\xCbN\x9fu\x90...\x00\x00\x00\x00\x00\x00\x00}] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{WRITING}->null:IDLE-->WRITING 17:17:48.054 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 1/1/2 selected 17:17:48.054 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 1 keys, 0 updates 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 8 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=197/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=8,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=8 remaining=0 WriteFlusher@131b0afd{WRITING}->null 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{IDLE}->null:WRITING-->IDLE 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=8,terminated=null] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=8,terminated=null] processing 0 entries: [] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=8,terminated=null] auto flushing 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=8,terminated=null] flushing 0 frames: [] 17:17:48.054 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@48cd1edf SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]] 17:17:48.054 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:48.054 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]] 17:17:48.054 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]]:runFillable:BLOCKING 17:17:48.054 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0} tryExecute EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:48.054Z 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c127900 offer EatWhatYouKill@38145825/SelectorProducer@45385f75/PRODUCING/p=false/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:48.055Z 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:48.055Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:48.055 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=1/2,p=0}@3c127900 task=EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:17:48.055Z 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]]}} 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:48.055 [qtp1912960603-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@38145825/SelectorProducer@45385f75/IDLE/p=true/QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:17:48.055Z tryProduce true 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xCf\xB0\x16\xF1l{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.055 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:48.055 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 8 DirectByteBuffer@580e558f[p=0,l=8,c=4096,r=8]={<<<\x81\x82\xB2\xE3\x0fO\xC9\x9e>>>uri":"/ca...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 8 bytes - DirectByteBuffer@580e558f[p=0,l=8,c=4096,r=8]={<<<\x81\x82\xB2\xE3\x0fO\xC9\x9e>>>uri":"/ca...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.055 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=79,f=null]] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=0,l=8,c=4096,r=8]={<<<\x81\x82\xB2\xE3\x0fO\xC9\x9e>>>uri":"/ca...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.055 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 8 bytes 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 2 - Parser@694bec6f[ExtensionStack,s=PAYLOAD_LEN,c=0,len=2,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@7e431536[p=0,l=2,c=2,r=2]={<<<\xC9\x9e>>>} 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=2,fin=true,rsv=...,masked=true] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=2,fin=true,rsv=...,masked=true]) 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=2,fin=true,rsv=...,masked=true]) - events.onFrame=null 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7e431536[p=0,l=2,c=2,r=2]={<<<{}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([2] "{}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendString with HeapByteBuffer@2e174c49[p=0,l=11,c=11,r=11]={<<<[WEBSOCKET]>>>} 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=11,fin=true,rsv=...,masked=false] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=11,fin=true,rsv=...,masked=false] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=11,fin=true,rsv=...,masked=false], Flusher@6aec481c[PROCESSING]) 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=11,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null] to Flusher@3c104c25[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.055 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=11,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null]] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@6aec481c[PROCESSING],AUTO,null]] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=13 cap=32768] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5538b9ed{IDLE}->null [DirectByteBuffer@347b3b83[p=0,l=13,c=32768,r=13]={<<<\x81\x0b[WEBSOCKET]>>>/callback...\x00\x00\x00\x00\x00\x00\x00}] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{WRITING}->null:IDLE-->WRITING 17:17:48.056 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 1/1/1 selected 17:17:48.056 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 1 keys, 0 updates 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 13 SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=W,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=13,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=13 remaining=0 WriteFlusher@5538b9ed{WRITING}->null 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{IDLE}->null:WRITING-->IDLE 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=13,terminated=null] 17:17:48.056 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2d01375 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=13,terminated=null] processing 0 entries: [] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=13,terminated=null] auto flushing 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=13,terminated=null] flushing 0 frames: [] 17:17:48.056 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6e4f72f4[READING] getAction(DirectByteBuffer@580e558f[p=8,l=8,c=4096,r=0]={\x81\x82\xB2\xE3\x0fO{}<<<>>>uri":"/ca...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:48.056 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]]:runFillable:BLOCKING 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@580e558f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x82\xB2\xE3\x0fO{}u...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.056 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=2/2,p=0} tryExecute EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:48.056Z 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]]}} 17:17:48.056 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@43ed194e offer EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:48.056Z 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce on ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=0 17:17:48.056 [qtp1912960603-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=1 17:17:48.056 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:48.057 [qtp1912960603-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@712625fd{s=2/2,p=0}@3c379b3 waiting 17:17:48.057 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/2 selected 17:17:48.057 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 1 updates 17:17:48.057 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:48.057 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@37e41ce 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:48.056Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@43ed194e task=EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:17:48.057Z 17:17:48.057 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]]}} 17:17:48.057 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:48.057 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 2 keys 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:48.057Z tryProduce true 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=0,c=4096,r=0]={<<<>>>\x81%[WEBSOC...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=37,f=null]] 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 13 DirectByteBuffer@72e4d8bb[p=0,l=13,c=4096,r=13]={<<<\x81\x0b[WEBSOCKET]>>>/callback...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 13 bytes - DirectByteBuffer@72e4d8bb[p=0,l=13,c=4096,r=13]={<<<\x81\x0b[WEBSOCKET]>>>/callback...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=13,c=4096,r=13]={<<<\x81\x0b[WEBSOCKET]>>>/callback...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 13 bytes 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 11 - Parser@5c2e074c[ExtensionStack,s=PAYLOAD_LEN,c=0,len=11,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@1d1bfc3a[p=0,l=11,c=11,r=11]={<<<[WEBSOCKET]>>>} 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=11,fin=true,rsv=...,masked=false] 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=11,fin=true,rsv=...,masked=false]) 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=11,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@1d1bfc3a[p=0,l=11,c=11,r=11]={<<<[WEBSOCKET]>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([11] "[WEBSOCKET]") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=13,l=13,c=4096,r=0]={\x81\x0b[WEBSOCKET]<<<>>>/callback...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@72e4d8bb[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x0b[WEBSOC...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]] 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]]}} 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]] 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d on ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=0 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=1 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:48.057 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}@702d2670 waiting 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/1 selected 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 1 updates 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$483/606065395@19993d8d 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]] 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.057 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys [WEBSOCKET] 17:17:48.141 [main] INFO org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackFactory - Callback servlet '%s' unregistered 17:17:48.142 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketPool] 17:17:48.142 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@4aa0b0dc{STARTED} 17:17:48.142 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=85/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]],remote=WebSocketRemoteEndpoint@39d6a6e7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:48.142 [main] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=85/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[OPENED],f=Flusher@3c104c25[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]],remote=WebSocketRemoteEndpoint@39d6a6e7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@3c89bb12) 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@3c89bb12,OFF,null] to Flusher@3c104c25[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@3c89bb12,OFF,null]] 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@3c89bb12,OFF,null]] 17:17:48.143 [main] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@5538b9ed{IDLE}->null [DirectByteBuffer@48c4245d[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3df978b9[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:17:48.143 [main] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{WRITING}->null:IDLE-->WRITING 17:17:48.143 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 1/1/1 selected 17:17:48.143 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 1 keys, 0 updates 17:17:48.143 [main] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=W,to=86/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[CLOSING],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.143 [main] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@5538b9ed{WRITING}->null 17:17:48.143 [main] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@5538b9ed{IDLE}->null:WRITING-->IDLE 17:17:48.143 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2d01375 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]] 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:48.143 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]] 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet,method=public void org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:48.143 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]]:runFillable:BLOCKING 17:17:48.143 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet - 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:17:48.143 [main] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:48.143 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=2/2,p=0} tryExecute EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:48.143Z 17:17:48.143 [main] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@702d2670 offer EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:48.143Z 17:17:48.144 [main] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.144 [main] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:48.144Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]]:runFillable:BLOCKING/BLOCKING 17:17:48.144 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@702d2670 task=EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:17:48.144Z 17:17:48.144 [main] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@2cab5f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40180,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@322c6ced{AC.ReadCB@e62041c{WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]]}} 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:17:48.144 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=true/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:48.144Z tryProduce true 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:17:48.144 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:48.144 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x0b[WEBSOC...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 12 DirectByteBuffer@72e4d8bb[p=0,l=12,c=4096,r=12]={<<<\x88\n\x03\xE9Shutdown>>>]/callbac...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 12 bytes - DirectByteBuffer@72e4d8bb[p=0,l=12,c=4096,r=12]={<<<\x88\n\x03\xE9Shutdown>>>]/callbac...\x00\x00\x00\x00\x00\x00\x00} 17:17:48.144 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[OPENED],f=Flusher@5bd58544[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=11,f=null]] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=0,l=12,c=4096,r=12]={<<<\x88\n\x03\xE9Shutdown>>>]/callbac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.144 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 1 keys 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 12 bytes 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode CLOSE, fin=true rsv=... 17:17:48.144 [main] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@6d355f5f{AC.ReadCB@6852717e{WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40180,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]]}} 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 10 - Parser@5c2e074c[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=false]] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@6546a6b6[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>} 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=false] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false]) 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:17:48.144 [main] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40180,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] onFillInterestedFailed {} 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2044347a) 17:17:48.144 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@565f390{STARTED} id=0 keys=2 selected=0 updates=0 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2044347a,OFF,null] to Flusher@5bd58544[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2044347a,OFF,null]] 17:17:48.144 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7906578e startThread=0 17:17:48.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken with none selected 17:17:48.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff woken up from select, 0/0/1 selected 17:17:48.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff processing 0 keys, 0 updates 17:17:48.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:48.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@2044347a,OFF,null]] 17:17:48.144 [qtp1912960603-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@364fc2ff waiting with 1 keys 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@131b0afd{IDLE}->null [DirectByteBuffer@390d0d49[p=0,l=6,c=1024,r=6]={<<<\x88\x8a\xD3\xE8\xB2\xC1>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@11aeb71f[p=0,l=10,c=10,r=10]={<<<\xD0\x01\xE1\xA9\xA6\x9c\xD6\xAe\xA4\x86>>>}] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{WRITING}->null:IDLE-->WRITING 17:17:48.144 [main] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2cab5f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.144 [main] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3c104c25[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:48.144 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=W,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[CLOSING],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=false]]] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@131b0afd{WRITING}->null 17:17:48.144 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@131b0afd{IDLE}->null:WRITING-->IDLE 17:17:48.144 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280] 17:17:48.144 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280] 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:17:48.144 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=false]]] 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],behavior=SERVER,connection=WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]],remote=WebSocketRemoteEndpoint@39d6a6e7[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketServlet@73804280],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@4aa0b0dc{STOPPED} 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=false]]] 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@406d426{STARTED} 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@6ea2ca63{STARTED,size=0,capacity=UNLIMITED} 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@6ea2ca63{STOPPED,size=0,capacity=UNLIMITED} 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=false]]] 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@7d5db96d{STARTED,size=0,capacity=UNLIMITED} 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@7d5db96d{STOPPED,size=0,capacity=UNLIMITED} 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@406d426{STOPPED} 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@7b9e3125{STARTED} 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@237d63d3{l=/127.0.0.1:40180,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=false]]] 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@322c6ced{null} 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@7b9e3125{STOPPED} 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@1a5b8489{STARTED} id=0 keys=1 selected=0 updates=0 17:17:48.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketServerFactory@37c15da5[defaultPolicy=WebSocketPolicy@2cf45128[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackWebSocketPool] 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@410dd08a startThread=0 17:17:48.145 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:48.145 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/0 selected 17:17:48.145 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 0 updates 17:17:48.145 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:17:48.145 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.145 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 0 keys 17:17:48.145 [main] INFO org.eclipse.sensinact.gateway.nthbnd.http.callback.internal.CallbackFactory - Callback servlet '%s' unregistered 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@237d63d3{l=0.0.0.0/0.0.0.0:40180,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=false]]] 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@5bd58544[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[READING] getAction(DirectByteBuffer@72e4d8bb[p=12,l=12,c=4096,r=0]={\x88\n\x03\xE9Shutdown<<<>>>]/callbac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@8ceb93f[EOF] getAction(DirectByteBuffer@72e4d8bb[p=12,l=12,c=4096,r=0]={\x88\n\x03\xE9Shutdown<<<>>>]/callbac...\x00\x00\x00\x00\x00\x00\x00}) 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:17:48.145 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}@43ed194e waiting 17:17:48.145 [qtp1912960603-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7906578e in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}] 17:17:48.145 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@2cab5f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.145 [qtp1912960603-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@6852717e::SocketChannelEndPoint@2cab5f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketServerConnection@6852717e[s=ConnectionState@747fd5e3[DISCONNECTED],f=Flusher@3c104c25[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@694bec6f[ExtensionStack,s=START,c=0,len=2,f=null]] 17:17:48.145 [qtp1912960603-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() # Execution Finished: testCallbackHttpAndWebSocket(BundleContext) - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService]/[method:testCallbackHttpAndWebSocket(org.osgi.framework.BundleContext)] - TestExecutionResult [status = SUCCESSFUL, throwable = null] 17:17:48.146 [qtp1912960603-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7906578e in QueuedThreadPool[qtp1912960603]@7205765b{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@712625fd{s=2/2,p=0}] 17:17:48.146 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@410dd08a in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}] # Execution Finished: TestForwardingService - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter]/[class:org.eclipse.sensinact.gateway.nthbnd.forward.test.TestForwardingService] - TestExecutionResult [status = SUCCESSFUL, throwable = null] 17:17:48.146 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@237d63d3{l=0.0.0.0/0.0.0.0:40180,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=null]] 17:17:48.146 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=0.0.0.0/0.0.0.0:40180,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=null]] # Execution Finished: JUnit Jupiter - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717]/[sub-engine:junit-jupiter] - TestExecutionResult [status = SUCCESSFUL, throwable = null] 17:17:48.146 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=0.0.0.0/0.0.0.0:40180,r=null,CLOSED,fill=-,flush=-,to=2/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@7f44346d[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=0.0.0.0/0.0.0.0:40180,r=null,CLOSED,fill=-,flush=-,to=2/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@7f44346d[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5] 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5] 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],behavior=CLIENT,connection=WebSocketClientConnection@e62041c::SocketChannelEndPoint@237d63d3{l=0.0.0.0/0.0.0.0:40180,r=null,CLOSED,fill=-,flush=-,to=2/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketClientConnection@e62041c[s=ConnectionState@55c40e9b[DISCONNECTED],f=Flusher@5bd58544[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@5c2e074c[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@7f44346d[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.forward.test.WsServiceTestClient@6079cf5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] # Execution Finished: [22] org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717]/[fragment:org.eclipse.sensinact.gateway.nthbnd.http-tools-tests;2.0.0.202111111717] - TestExecutionResult [status = SUCCESSFUL, throwable = null] 17:17:48.147 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@410dd08a in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}] # Execution Finished: [21] org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717 - [engine:bnd-bundle-engine]/[bundle:org.eclipse.sensinact.gateway.nthbnd.http-tools;2.0.0.202111111717] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # Execution Finished: Bnd JUnit Platform Bundle Engine - [engine:bnd-bundle-engine] - TestExecutionResult [status = SUCCESSFUL, throwable = null] # TestPlan Execution Finished: org.junit.platform.launcher.core.InternalTestPlan@17f9344b # Test run finished after 1378 ms [ 5 containers found ] [ 0 containers skipped ] [ 5 containers started ] [ 0 containers aborted ] [ 5 containers successful ] [ 0 containers failed ] [ 3 tests found ] [ 0 tests skipped ] [ 3 tests started ] [ 0 tests aborted ] [ 3 tests successful ] [ 0 tests failed ] # test ran # queue [] 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STARTED},openSessions.size=0] 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STARTED},openSessions.size=0] 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - shutdown already commenced 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@3ff57625{STARTED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@3ff57625{STOPPED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@6569dded{STARTED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@710d7aff{STARTED,size=0,capacity=UNLIMITED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@710d7aff{STOPPED,size=0,capacity=UNLIMITED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@466d49f0{STARTED,size=0,capacity=UNLIMITED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@466d49f0{STOPPED,size=0,capacity=UNLIMITED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@6569dded{STOPPED} 17:17:48.161 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@644abb8f{STARTED} 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@5d235104,queue=0,pool=DuplexConnectionPool@6fca2a8f[c=0/0/64,a=0,i=0,q=0] 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@4917d36b{STARTED} 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@4917d36b{STOPPED} 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@4d847d32[provider=null,keyStore=null,trustStore=null] 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@4d847d32[provider=null,keyStore=null,trustStore=null] 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@1a411233{STARTED} 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@47c64cfe{STARTED} 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@1a5b8489{STARTED} id=0 keys=0 selected=0 updates=0 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@49e04f1d on ManagedSelector@1a5b8489{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/0 selected 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 1 updates 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@49e04f1d 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@1a5b8489{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 waiting with 0 keys 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@ce2c845 on ManagedSelector@1a5b8489{STOPPING} id=0 keys=0 selected=0 updates=0 17:17:48.162 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@1a5b8489{STOPPING} id=0 keys=0 selected=0 updates=1 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken with none selected 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 woken up from select, 0/0/0 selected 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@c17fc87 processing 0 keys, 1 updates 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:48.162 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@ce2c845 17:17:48.164 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:48.164Z 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}] 17:17:48.164 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}@702d2670 size 2 > capacity 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}] 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@6f8f8a80{s=2/2,p=0} 17:17:48.164 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}@702d2670 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f8f8a80{s=2/2,p=0}] 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=1/2,p=0}@43ed194e offer STOP! 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}@6fbecdc6 offer STOP! 17:17:48.164 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=0/2,p=0}@43ed194e task=STOP! 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@6f8f8a80{s=-1/2,p=0} 17:17:48.164 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=-1/2,p=0}@43ed194e Exited 17:17:48.164 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=-1/2,p=0}@6fbecdc6 task=STOP! 17:17:48.164 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6f8f8a80{s=-1/2,p=0}@6fbecdc6 Exited 17:17:48.164 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@6f8f8a80{s=-1/2,p=0}@43ed194e in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=8<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@6f8f8a80{s=-1/2,p=0}@6fbecdc6 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1682619279-37,5,main] for 14999 17:17:48.164 [WebSocketClient@1682619279-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-38,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-40,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-36,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-35,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-37,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/800281454@2053db15 in QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-41,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-34,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [WebSocketClient@1682619279-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1682619279-39,5,main] exited for QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1682619279-39,5,] for 14999 17:17:48.164 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@6ce90bc5/SelectorProducer@a567e72/IDLE/p=false/QueuedThreadPool[WebSocketClient@1682619279]@58065f0c{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:17:48.164Z 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@1a5b8489{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@47c64cfe{STOPPED} 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@1a411233{STOPPED} 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@644abb8f{STOPPED} 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] 17:17:48.165 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@528acb14[httpClient=HttpClient@644abb8f{STOPPED},openSessions.size=0] [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http-tools --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-tools/2.0-SNAPSHOT/http-tools-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-tools/2.0-SNAPSHOT/http-tools-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-tools/2.0-SNAPSHOT/http-tools-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway:sensinact-mail-connector >------- [INFO] Building sensiNact IoT Gateway - EMail Account Connector 2.0-SNAPSHOT [27/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-mail-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-mail-connector --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-mail-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-mail-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-mail-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-mail-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-mail-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-mail-connector --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-mail-connector --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-mail-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/target/sensinact-mail-connector-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-mail-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/target/sensinact-mail-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-mail-connector --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-mail-connector --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-mail-connector --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/target/sensinact-mail-connector-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-mail-connector/2.0-SNAPSHOT/sensinact-mail-connector-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-mail-connector/2.0-SNAPSHOT/sensinact-mail-connector-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/target/sensinact-mail-connector-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-mail-connector/2.0-SNAPSHOT/sensinact-mail-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --------< org.eclipse.sensinact.gateway.simulated.devices:fan >--------- [INFO] Building sensiNact IoT Gateway - Simulated Fan 2.0-SNAPSHOT [28/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ fan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ fan --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ fan --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ fan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ fan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ fan --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.simulated.fan.swing, has 1, private references [org.eclipse.sensinact.gateway.simulated.fan.internal] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ fan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ fan --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ fan --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fan --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ fan --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/target/fan-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ fan --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/target/fan-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ fan --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/target/fan-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/fan/2.0-SNAPSHOT/fan-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/fan/2.0-SNAPSHOT/fan-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/target/fan-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/fan/2.0-SNAPSHOT/fan-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ fan --- [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -------< org.eclipse.sensinact.gateway.simulated.devices:button >------- [INFO] Building sensiNact IoT Gateway - Simulated Button 2.0-SNAPSHOT [29/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ button --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ button --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ button --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ button --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ button --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ button --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ button --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ button --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ button --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ button --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ button --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/target/button-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ button --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/target/button-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ button --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/target/button-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/button/2.0-SNAPSHOT/button-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/button/2.0-SNAPSHOT/button-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/target/button-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/button/2.0-SNAPSHOT/button-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ button --- [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -------< org.eclipse.sensinact.gateway:sensinact-security-core >-------- [INFO] Building sensiNact IoT Gateway - Security Core 2.0-SNAPSHOT [30/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-security-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-security-core --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-security-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-security-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-security-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/main/java/org/eclipse/sensinact/gateway/core/security/entity/SnaEntity.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/main/java/org/eclipse/sensinact/gateway/core/security/entity/SnaEntity.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/main/java/org/eclipse/sensinact/gateway/core/security/entity/SnaEntity.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-security-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-security-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-security-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/java/org/eclipse/sensinact/gateway/core/security/test/TestDAO.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/java/org/eclipse/sensinact/gateway/core/security/test/TestDAO.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/java/org/eclipse/sensinact/gateway/core/security/test/TestDAO.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-security-core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-security-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-security-core --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/sensinact-security-core-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-security-core --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/sensinact-security-core-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-security-core --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',net.bytebuddy.byte-buddy;version='[1.11.3,1.11.4)',net.bytebuddy.byte-buddy-agent;version='[1.11.3,1.11.4)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.mockito.mockito-core;version='[3.11.2,3.11.3)',org.objenesis;version='[3.2.0,3.2.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.component;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-core-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.button;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.fan;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.apache.felix.log;version='[1.2.2,1.2.3)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.nthbnd.http-tools;version='[2.0.0,2.0.1)',com.sun.mail.javax.mail;version='[1.6.2,1.6.3)',org.eclipse.sensinact.gateway.sensinact-mail-connector;version='[2.0.0,2.0.1)',org.osgi.util.converter;version='[1.0.8,1.0.9)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',javax.mail-api;version='[1.6.2,1.6.3)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-security-core --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',net.bytebuddy.byte-buddy;version='[1.11.3,1.11.4)',net.bytebuddy.byte-buddy-agent;version='[1.11.3,1.11.4)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.mockito.mockito-core;version='[3.11.2,3.11.3)',org.objenesis;version='[3.2.0,3.2.1)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.component;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-core-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.button;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.fan;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.apache.felix.log;version='[1.2.2,1.2.3)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.nthbnd.http-tools;version='[2.0.0,2.0.1)',com.sun.mail.javax.mail;version='[1.6.2,1.6.3)',org.eclipse.sensinact.gateway.sensinact-mail-connector;version='[2.0.0,2.0.1)',org.osgi.util.converter;version='[1.0.8,1.0.9)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',javax.mail-api;version='[1.6.2,1.6.3)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)' 17:17:57.262 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:17:57.344 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:57.348 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:17:57.348 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:17:57.348 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:57.349 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:17:57.349 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:17:57.349 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:17:57.349 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:17:57.356 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:17:57.395 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.396 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.397 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.397 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.400 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:17:57.402 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.402 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:57.403 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:17:57.405 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:17:57.416 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:57.416 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:17:57.418 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.patternEnd() 17:17:57.418 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:17:57.418 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:57.418 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:57.418 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:17:57.419 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:17:57.419 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:17:57.419 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:17:57.419 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:57.419 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:57.422 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:17:57.422 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:17:57.422 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:17:57.422 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:17:57.422 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:17:57.422 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:57.422 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:57.423 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:17:57.423 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:17:57.423 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:17:57.423 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:17:57.423 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:17:57.423 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:57.424 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.minInclusiveEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.maxInclusiveEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:17:57.432 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:57.433 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:17:57.433 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:17:57.433 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:17:57.433 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:17:57.433 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:17:57.449 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.449 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.449 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.450 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.450 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:17:57.452 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.453 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:57.454 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.455 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:57.456 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.456 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:57.461 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.461 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:57.463 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.463 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:57.465 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:17:57.466 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:17:57.474 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:17:57.475 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:17:57.475 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:17:57.476 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:17:57.476 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:17:57.476 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:17:57.477 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:17:57.479 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:17:57.489 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.490 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.490 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.490 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.491 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:17:57.491 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:17:57.491 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:17:57.492 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:17:57.492 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:17:57.492 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:17:57.587 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:17:57.589 [main] INFO org.eclipse.jetty.util.log - Logging initialized @899ms to org.eclipse.jetty.util.log.Slf4jLog 17:17:57.594 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1936550492]@736d6a5c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@bf1ec20,POJO} 17:17:57.597 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@5733f295{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp1936550492]@736d6a5c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:17:57.598 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@7096b474[null] added {org.eclipse.jetty.security.DefaultIdentityService@3e14c16d,POJO} 17:17:57.599 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@7096b474[OSGi HTTP Service Realm] added {UserStore@3c989952{STOPPED},AUTO} 17:17:57.599 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@5733f295{STOPPED}[9.4.42.v20210604] added {HashLoginService@7096b474[OSGi HTTP Service Realm],AUTO} 17:17:57.608 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@4b3a45f1{/,null,STOPPED},[o.e.j.s.ServletContextHandler@4b3a45f1{/,null,STOPPED}]}] 17:17:57.608 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@17a87e37{STOPPED} added {o.e.j.s.ServletContextHandler@4b3a45f1{/,null,STOPPED},AUTO} 17:17:57.609 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@78fbff54 17:17:57.640 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@4b3a45f1{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=-1,MANAGED} 17:17:57.643 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=-1 added {ServletHandler@6eeade6c{STOPPED},MANAGED} 17:17:57.643 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:17:57.644 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@57fd91c9,UNMANAGED} 17:17:57.645 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@6eeade6c{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:17:57.646 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@6eeade6c{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa,POJO} 17:17:57.646 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@5733f295{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@17a87e37{STOPPED},MANAGED} 17:17:57.646 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@5733f295{STOPPED}[9.4.42.v20210604] 17:17:57.647 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@5733f295{STARTING}[9.4.42.v20210604] added {ErrorHandler@4febb875{STOPPED},AUTO} 17:17:57.648 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:17:57.657 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@5733f295{STARTING}[9.4.42.v20210604] 17:17:57.657 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1936550492]@736d6a5c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:17:57.659 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@d8305c2{s=0/2,p=0} 17:17:57.659 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] added {ReservedThreadExecutor@d8305c2{s=0/2,p=0},AUTO} 17:17:57.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@d8305c2{s=0/2,p=0} 17:17:57.661 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @971ms ReservedThreadExecutor@d8305c2{s=0/2,p=0} 17:17:57.662 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-23,5,main] 17:17:57.662 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-24,5,main] 17:17:57.662 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-25,5,main] 17:17:57.662 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-26,5,main] 17:17:57.662 [qtp1936550492-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.662 [qtp1936550492-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.662 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-27,5,main] 17:17:57.662 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-28,5,main] 17:17:57.662 [qtp1936550492-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.662 [qtp1936550492-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.662 [qtp1936550492-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.663 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-29,5,main] 17:17:57.663 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1936550492-30,5,main] 17:17:57.663 [qtp1936550492-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.663 [qtp1936550492-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.663 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @974ms QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.663 [qtp1936550492-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.663 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@7096b474[OSGi HTTP Service Realm] 17:17:57.663 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@3c989952{STOPPED} 17:17:57.664 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @974ms UserStore@3c989952{STARTED} 17:17:57.664 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @974ms HashLoginService@7096b474[OSGi HTTP Service Realm] 17:17:57.664 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@17a87e37{STOPPED} 17:17:57.664 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@17a87e37{STARTING} 17:17:57.664 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@4b3a45f1{/,null,STOPPED} 17:17:57.665 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:17:57.670 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@4b3a45f1{/,null,STARTING} 17:17:57.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=0 17:17:57.672 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@2fea7088[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:17:57.673 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@2fea7088[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@6f2cb653[passivating=false,graceSec=3600],AUTO} 17:17:57.674 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@6b9ce1bf{STOPPED}[worker=null] 17:17:57.674 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:17:57.674 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:17:57.674 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@6b9ce1bf{STARTING}[worker=node0] added {HouseKeeper@4fc5e095{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:17:57.674 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@4fc5e095{STOPPED}[interval=600000, ownscheduler=false] 17:17:57.675 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@192d74fb{STOPPED} 17:17:57.675 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @986ms ScheduledExecutorScheduler@192d74fb{STARTED} 17:17:57.675 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:17:57.676 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:17:57.676 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @986ms HouseKeeper@4fc5e095{STARTED}[interval=660000, ownscheduler=true] 17:17:57.676 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @987ms DefaultSessionIdManager@6b9ce1bf{STARTED}[worker=node0] 17:17:57.676 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@5733f295{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@6b9ce1bf{STARTED}[worker=node0],MANAGED} 17:17:57.676 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=0 added {DefaultSessionIdManager@6b9ce1bf{STARTED}[worker=node0],UNMANAGED} 17:17:57.676 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@666b83a4{STOPPED} 17:17:57.677 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @987ms ScheduledExecutorScheduler@666b83a4{STARTED} 17:17:57.677 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=0 17:17:57.677 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@6eeade6c{STOPPED} 17:17:57.679 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa[EMBEDDED:null] 17:17:57.680 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:17:57.680 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:17:57.680 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:17:57.680 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:17:57.680 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:17:57.680 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:17:57.680 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@6eeade6c{STARTING} 17:17:57.681 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@6eeade6c{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2d2845ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:17:57.681 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@6eeade6c{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187,POJO} 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa[EMBEDDED:null] 17:17:57.681 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187[EMBEDDED:null] 17:17:57.681 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2d2845ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2d2845ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:17:57.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa[EMBEDDED:null] 17:17:57.682 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:17:57.682 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187[EMBEDDED:null] 17:17:57.682 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2d2845ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:17:57.682 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:17:57.682 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:17:57.682 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:17:57.682 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:17:57.682 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2d2845ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:17:57.682 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@6eeade6c{STARTING} 17:17:57.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @993ms ServletHandler@6eeade6c{STARTED} 17:17:57.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@2fea7088[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:17:57.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@6f2cb653[passivating=false,graceSec=3600] 17:17:57.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @993ms org.eclipse.jetty.server.session.NullSessionDataStore@6f2cb653[passivating=false,graceSec=3600] 17:17:57.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @993ms org.eclipse.jetty.server.session.DefaultSessionCache@2fea7088[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:17:57.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @993ms org.eclipse.jetty.server.session.SessionHandler713898436==dftMaxIdleSec=0 17:17:57.685 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:17:57.685 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @996ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@48f64be2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:17:57.686 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2b5825fa 17:17:57.686 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2d2845ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:17:57.686 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @997ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-3918c187==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2d2845ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:17:57.686 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4b3a45f1{/,null,AVAILABLE} 17:17:57.687 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @997ms o.e.j.s.ServletContextHandler@4b3a45f1{/,null,AVAILABLE} 17:17:57.687 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @997ms ContextHandlerCollection@17a87e37{STARTED} 17:17:57.687 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@4febb875{STOPPED} 17:17:57.687 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@4febb875{STARTING} 17:17:57.687 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @997ms ErrorHandler@4febb875{STARTED} 17:17:57.687 [main] INFO org.eclipse.jetty.server.Server - Started @997ms 17:17:57.687 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @997ms Server@5733f295{STARTED}[9.4.42.v20210604] 17:17:57.687 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:17:57.690 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@1bb1fde8[HTTP/1.1] added {HttpConfiguration@15eebbff{32768/8192,8192/8192,https://:0,[]},POJO} 17:17:57.697 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{null, ()}{0.0.0.0:0} added {Server@5733f295{STARTED}[9.4.42.v20210604],UNMANAGED} 17:17:57.697 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}],UNMANAGED} 17:17:57.697 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@4d098f9b{STOPPED},AUTO} 17:17:57.697 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@2dbf4cbd,POJO} 17:17:57.697 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1bb1fde8[HTTP/1.1],AUTO} 17:17:57.698 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1bb1fde8[HTTP/1.1] 17:17:57.699 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:17:57.699 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@5733f295{STARTED}[9.4.42.v20210604] added {ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:17:57.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:57.702 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:17:57.703 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@4d098f9b{STOPPED} 17:17:57.703 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1013ms ScheduledExecutorScheduler@4d098f9b{STARTED} 17:17:57.703 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@1bb1fde8[HTTP/1.1] 17:17:57.703 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1013ms HttpConnectionFactory@1bb1fde8[HTTP/1.1] 17:17:57.703 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:57.778 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@1c55f277/SelectorProducer@4275c20c/IDLE/p=false/QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:57.776Z added {SelectorProducer@4275c20c,POJO} 17:17:57.778 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@1c55f277/SelectorProducer@4275c20c/IDLE/p=false/QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:57.778Z added {QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}],UNMANAGED} 17:17:57.778 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1c55f277/SelectorProducer@4275c20c/IDLE/p=false/QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:57.778Z created 17:17:57.778 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@2c104774{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@1c55f277/SelectorProducer@4275c20c/IDLE/p=false/QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:57.778Z,MANAGED} 17:17:57.779 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@2c104774{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:17:57.779 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@2c104774{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:17:57.779 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@1c55f277/SelectorProducer@4275c20c/IDLE/p=false/QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:57.779Z 17:17:57.779 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1090ms EatWhatYouKill@1c55f277/SelectorProducer@4275c20c/IDLE/p=false/QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:57.779Z 17:17:57.781 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$78/1155757579@6a66a204 startThread=0 17:17:57.781 [qtp1936550492-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$78/1155757579@6a66a204 in QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.781 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@5860f3d7 on ManagedSelector@2c104774{STARTING} id=0 keys=0 selected=0 updates=0 17:17:57.782 [qtp1936550492-23] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1c55f277/SelectorProducer@4275c20c/IDLE/p=false/QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:17:57.781Z tryProduce false 17:17:57.782 [qtp1936550492-23] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:17:57.782 [qtp1936550492-23] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@5860f3d7 17:17:57.782 [qtp1936550492-23] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:17:57.783 [qtp1936550492-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@71ec353b waiting with 0 keys 17:17:57.783 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1094ms ManagedSelector@2c104774{STARTED} id=0 keys=0 selected=0 updates=0 17:17:57.783 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1094ms SelectorManager@ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:57.784 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@1ddae9b5,POJO} 17:17:57.784 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@1ddae9b5 startThread=0 17:17:57.784 [qtp1936550492-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@1ddae9b5 in QueuedThreadPool[qtp1936550492]@736d6a5c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@d8305c2{s=0/2,p=0}] 17:17:57.784 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:57.784 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1095ms ServerConnector@54227100{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:17:57.795 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@5733f295{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@1643d68f,POJO} orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite 17:17:58.422 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.431 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.439 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.445 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.455 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - %s %s record(s) deleted in the datastore orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite 17:17:58.506 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.512 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.524 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.531 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.539 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.546 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - %s %s record(s) deleted in the datastore orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite 17:17:58.598 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - new %s record in the datastore 17:17:58.606 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - %s %s record(s) updated in the datastore 17:17:58.614 [main] DEBUG org.eclipse.sensinact.gateway.core.security.dao.AbstractMutableSnaDAO - %s %s record(s) deleted in the datastore orignal - /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/src/test/resources/sensinact.sqlite [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-security-core --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/sensinact-security-core-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-core/2.0-SNAPSHOT/sensinact-security-core-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-core/2.0-SNAPSHOT/sensinact-security-core-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/sensinact-security-core-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-core/2.0-SNAPSHOT/sensinact-security-core-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------< org.eclipse.sensinact.gateway:sensinact-security-oauth2 >------- [INFO] Building sensiNact IoT Gateway - oAuth2 Security 2.0-SNAPSHOT [31/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.jar (475 kB at 5.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-security-oauth2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-security-oauth2 --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-security-oauth2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-security-oauth2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-security-oauth2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-security-oauth2 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-security-oauth2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-security-oauth2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-security-oauth2 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-security-oauth2 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-security-oauth2 --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/sensinact-security-oauth2-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-security-oauth2 --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/sensinact-security-oauth2-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-security-oauth2 --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/tests.bndrun: [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-oauth2;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-oauth2-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-security-oauth2 --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/tests.bndrun: [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-oauth2;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-oauth2-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' 17:18:02.702 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s java.net.ConnectException: Connection refused (Connection refused) at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.http.HttpClient.(HttpClient.java:242) at sun.net.www.http.HttpClient.New(HttpClient.java:339) at sun.net.www.http.HttpClient.New(HttpClient.java:357) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1199) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984) at org.eclipse.sensinact.gateway.protocol.http.client.ConnectionConfiguration$HttpURLConnectionBuilder.build(ConnectionConfiguration.java:202) at org.eclipse.sensinact.gateway.protocol.http.client.ConnectionConfigurationImpl.connect(ConnectionConfigurationImpl.java:250) at org.eclipse.sensinact.gateway.protocol.http.client.AbstractRequest.send(AbstractRequest.java:43) at org.eclipse.sensinact.gateway.security.oauth2.OpenIDServer.(OpenIDServer.java:89) at org.eclipse.sensinact.gateway.security.oauth2.osgi.Activator.doStart(Activator.java:43) at org.eclipse.sensinact.gateway.common.bundle.AbstractActivator.start(AbstractActivator.java:73) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:698) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2402) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998) at aQute.launcher.Launcher.start(Launcher.java:686) at aQute.launcher.Launcher.startBundles(Launcher.java:666) at aQute.launcher.Launcher.activate(Launcher.java:572) at aQute.launcher.Launcher.launch(Launcher.java:402) at aQute.launcher.Launcher.run(Launcher.java:184) at aQute.launcher.Launcher.main(Launcher.java:160) at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170) at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135) at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52) [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-security-oauth2 --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/sensinact-security-oauth2-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-oauth2/2.0-SNAPSHOT/sensinact-security-oauth2-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-oauth2/2.0-SNAPSHOT/sensinact-security-oauth2-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/sensinact-security-oauth2-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-oauth2/2.0-SNAPSHOT/sensinact-security-oauth2-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ----< org.eclipse.sensinact.gateway:sensinact-security-keybuilder >----- [INFO] Building sensiNact IoT Gateway - Security Core User Key Builder 2.0-SNAPSHOT [32/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-security-keybuilder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-security-keybuilder --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-security-keybuilder --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-security-keybuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-security-keybuilder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-security-keybuilder --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-security-keybuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-security-keybuilder --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-security-keybuilder --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/pom.xml [0:0]: Host sensinact-security-keybuilder= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named sensinact-security-keybuilder-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-security-keybuilder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-security-keybuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/target/sensinact-security-keybuilder-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-security-keybuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/target/sensinact-security-keybuilder-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-security-keybuilder --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-security-keybuilder --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-security-keybuilder --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/target/sensinact-security-keybuilder-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-keybuilder/2.0-SNAPSHOT/sensinact-security-keybuilder-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-keybuilder/2.0-SNAPSHOT/sensinact-security-keybuilder-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/target/sensinact-security-keybuilder-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-keybuilder/2.0-SNAPSHOT/sensinact-security-keybuilder-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway:sensinact-security-test >-------- [INFO] Building sensiNact IoT Gateway - Security Core Test 2.0-SNAPSHOT [33/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-security-test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-security-test --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-security-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-security-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-security-test --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-security-test --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named sensinact-security-test did not cause any content to be included, this is likely wrong [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-security-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-security-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/src/test/java/org/eclipse/sensinact/gateway/mail/connector/MailAccountConnectorMoke.java: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/src/test/java/org/eclipse/sensinact/gateway/mail/connector/MailAccountConnectorMoke.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/src/test/java/org/eclipse/sensinact/gateway/mail/connector/MailAccountConnectorMoke.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-security-test --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/tests.bnd [0:0]: tb.bnd: Unused -privatepackage instructions , no such package(s) on the class path: [org.eclipse.sensinact.gateway.mail.connector.tb.osgi, org.eclipse.sensinact.gateway.mail.connector.tb] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-security-test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-security-test --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/target/sensinact-security-test-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-security-test --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/target/sensinact-security-test-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-security-test --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.component;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.button;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.fan;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',com.fasterxml.jackson.core.jackson-annotations;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-core;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-databind;version='[2.10.0,2.10.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.sensinact-security-test-tests;version='[2.0.0,2.0.1)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.apache.felix.log;version='[1.2.2,1.2.3)',net.bytebuddy.byte-buddy;version='[1.11.3,1.11.4)',net.bytebuddy.byte-buddy-agent;version='[1.11.3,1.11.4)',org.mockito.mockito-core;version='[3.11.2,3.11.3)',org.objenesis;version='[3.2.0,3.2.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-security-test --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.component;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-sqlite-connector;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.button;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.fan;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',com.fasterxml.jackson.core.jackson-annotations;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-core;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-databind;version='[2.10.0,2.10.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.sensinact-security-test-tests;version='[2.0.0,2.0.1)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.apache.felix.log;version='[1.2.2,1.2.3)',net.bytebuddy.byte-buddy;version='[1.11.3,1.11.4)',net.bytebuddy.byte-buddy-agent;version='[1.11.3,1.11.4)',org.mockito.mockito-core;version='[3.11.2,3.11.3)',org.objenesis;version='[3.2.0,3.2.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)' 17:18:08.206 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:18:08.297 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:08.301 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:08.301 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:08.302 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:08.302 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:18:08.303 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:18:08.303 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:18:08.303 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:18:08.309 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:18:08.346 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.348 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.348 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.349 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.351 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:18:08.353 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.354 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:08.354 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:18:08.355 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:18:08.366 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:08.367 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:08.368 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.patternEnd() 17:18:08.368 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:08.369 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:08.369 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:08.370 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:08.370 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:18:08.370 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:18:08.370 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:08.370 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:08.370 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:08.373 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:18:08.373 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:18:08.373 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:18:08.373 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:18:08.373 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:18:08.373 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:08.373 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:08.374 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:18:08.374 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:18:08.374 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:18:08.374 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:18:08.374 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:18:08.374 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:08.374 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:08.376 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.minInclusiveEnd() 17:18:08.376 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.maxInclusiveEnd() 17:18:08.376 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:18:08.377 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:18:08.378 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:18:08.388 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.389 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.389 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.389 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.389 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:18:08.391 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.392 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:08.393 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.394 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:08.395 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.395 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:08.399 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.399 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:08.401 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.402 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:08.404 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:18:08.405 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:18:08.440 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:18:08.441 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:18:08.441 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:08.442 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:08.442 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:08.442 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:08.442 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:18:08.444 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:08.454 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.455 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.455 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.455 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.456 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:18:08.456 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:08.457 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:08.457 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:18:08.457 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:18:08.458 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:08.476 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:18:08.478 [main] INFO org.eclipse.jetty.util.log - Logging initialized @795ms to org.eclipse.jetty.util.log.Slf4jLog 17:18:08.483 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp489411441]@1d2bd371{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@293a5f75,POJO} 17:18:08.486 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@60975100{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp489411441]@1d2bd371{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:18:08.488 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@3668d4[null] added {org.eclipse.jetty.security.DefaultIdentityService@1c3b9394,POJO} 17:18:08.488 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@3668d4[OSGi HTTP Service Realm] added {UserStore@6f2cfcc2{STOPPED},AUTO} 17:18:08.488 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@60975100{STOPPED}[9.4.42.v20210604] added {HashLoginService@3668d4[OSGi HTTP Service Realm],AUTO} 17:18:08.505 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@3a1dd365{/,null,STOPPED},[o.e.j.s.ServletContextHandler@3a1dd365{/,null,STOPPED}]}] 17:18:08.505 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@395b56bb{STOPPED} added {o.e.j.s.ServletContextHandler@3a1dd365{/,null,STOPPED},AUTO} 17:18:08.542 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@18c5069b 17:18:08.547 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@3a1dd365{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=-1,MANAGED} 17:18:08.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=-1 added {ServletHandler@32811494{STOPPED},MANAGED} 17:18:08.550 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:18:08.551 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@6475472c,UNMANAGED} 17:18:08.552 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@32811494{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:18:08.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@32811494{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc,POJO} 17:18:08.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@60975100{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@395b56bb{STOPPED},MANAGED} 17:18:08.553 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@60975100{STOPPED}[9.4.42.v20210604] 17:18:08.554 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@60975100{STARTING}[9.4.42.v20210604] added {ErrorHandler@1d0d6318{STOPPED},AUTO} 17:18:08.555 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:18:08.567 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@60975100{STARTING}[9.4.42.v20210604] 17:18:08.567 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp489411441]@1d2bd371{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:18:08.568 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@4b3a45f1{s=0/2,p=0} 17:18:08.569 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] added {ReservedThreadExecutor@4b3a45f1{s=0/2,p=0},AUTO} 17:18:08.569 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@4b3a45f1{s=0/2,p=0} 17:18:08.571 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @888ms ReservedThreadExecutor@4b3a45f1{s=0/2,p=0} 17:18:08.571 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-21,5,main] 17:18:08.572 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-22,5,main] 17:18:08.572 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-23,5,main] 17:18:08.572 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-24,5,main] 17:18:08.572 [qtp489411441-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.572 [qtp489411441-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.572 [qtp489411441-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.573 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-25,5,main] 17:18:08.573 [qtp489411441-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.573 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-26,5,main] 17:18:08.574 [qtp489411441-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.574 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-27,5,main] 17:18:08.574 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp489411441-28,5,main] 17:18:08.574 [qtp489411441-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.574 [qtp489411441-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.575 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @892ms QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.575 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@3668d4[OSGi HTTP Service Realm] 17:18:08.575 [qtp489411441-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.575 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@6f2cfcc2{STOPPED} 17:18:08.575 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @892ms UserStore@6f2cfcc2{STARTED} 17:18:08.575 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @892ms HashLoginService@3668d4[OSGi HTTP Service Realm] 17:18:08.575 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@395b56bb{STOPPED} 17:18:08.575 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@395b56bb{STARTING} 17:18:08.575 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@3a1dd365{/,null,STOPPED} 17:18:08.577 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:18:08.580 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@3a1dd365{/,null,STARTING} 17:18:08.581 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=0 17:18:08.582 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@4b20ca2b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:18:08.583 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4b20ca2b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@72758afa[passivating=false,graceSec=3600],AUTO} 17:18:08.583 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@7fc6de5b{STOPPED}[worker=null] 17:18:08.584 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:18:08.584 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:18:08.584 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@7fc6de5b{STARTING}[worker=node0] added {HouseKeeper@60a2630a{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:18:08.584 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@60a2630a{STOPPED}[interval=600000, ownscheduler=false] 17:18:08.585 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@60641ec8{STOPPED} 17:18:08.585 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @903ms ScheduledExecutorScheduler@60641ec8{STARTED} 17:18:08.585 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:18:08.585 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:18:08.586 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @903ms HouseKeeper@60a2630a{STARTED}[interval=660000, ownscheduler=true] 17:18:08.586 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @903ms DefaultSessionIdManager@7fc6de5b{STARTED}[worker=node0] 17:18:08.586 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@60975100{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@7fc6de5b{STARTED}[worker=node0],MANAGED} 17:18:08.586 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=0 added {DefaultSessionIdManager@7fc6de5b{STARTED}[worker=node0],UNMANAGED} 17:18:08.586 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@2313052e{STOPPED} 17:18:08.586 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @903ms ScheduledExecutorScheduler@2313052e{STARTED} 17:18:08.586 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=0 17:18:08.586 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@32811494{STOPPED} 17:18:08.588 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc[EMBEDDED:null] 17:18:08.589 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:18:08.589 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:18:08.589 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:18:08.589 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:18:08.589 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:18:08.589 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:18:08.589 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@32811494{STARTING} 17:18:08.589 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@32811494{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c758d246{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:18:08.589 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@32811494{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042,POJO} 17:18:08.589 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc[EMBEDDED:null] 17:18:08.590 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042[EMBEDDED:null] 17:18:08.590 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c758d246{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c758d246{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc[EMBEDDED:null] 17:18:08.590 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042[EMBEDDED:null] 17:18:08.590 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c758d246{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:18:08.590 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c758d246{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:18:08.590 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@32811494{STARTING} 17:18:08.590 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @908ms ServletHandler@32811494{STARTED} 17:18:08.591 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4b20ca2b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:18:08.591 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@72758afa[passivating=false,graceSec=3600] 17:18:08.591 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @908ms org.eclipse.jetty.server.session.NullSessionDataStore@72758afa[passivating=false,graceSec=3600] 17:18:08.591 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @908ms org.eclipse.jetty.server.session.DefaultSessionCache@4b20ca2b[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:18:08.591 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @908ms org.eclipse.jetty.server.session.SessionHandler192428201==dftMaxIdleSec=0 17:18:08.593 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:18:08.640 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @958ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@20be3dfb{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:18:08.642 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2f6e28bc 17:18:08.642 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c758d246{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:18:08.642 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @959ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2cae1042==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c758d246{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:18:08.642 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3a1dd365{/,null,AVAILABLE} 17:18:08.642 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @960ms o.e.j.s.ServletContextHandler@3a1dd365{/,null,AVAILABLE} 17:18:08.642 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @960ms ContextHandlerCollection@395b56bb{STARTED} 17:18:08.642 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@1d0d6318{STOPPED} 17:18:08.642 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@1d0d6318{STARTING} 17:18:08.643 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @960ms ErrorHandler@1d0d6318{STARTED} 17:18:08.643 [main] INFO org.eclipse.jetty.server.Server - Started @960ms 17:18:08.643 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @960ms Server@60975100{STARTED}[9.4.42.v20210604] 17:18:08.643 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:18:08.646 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@662f5666[HTTP/1.1] added {HttpConfiguration@fd8294b{32768/8192,8192/8192,https://:0,[]},POJO} 17:18:08.653 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{null, ()}{0.0.0.0:0} added {Server@60975100{STARTED}[9.4.42.v20210604],UNMANAGED} 17:18:08.653 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}],UNMANAGED} 17:18:08.653 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@4a3329b9{STOPPED},AUTO} 17:18:08.653 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@3dddefd8,POJO} 17:18:08.653 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@662f5666[HTTP/1.1],AUTO} 17:18:08.653 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@662f5666[HTTP/1.1] 17:18:08.655 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:18:08.655 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@60975100{STARTED}[9.4.42.v20210604] added {ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:18:08.655 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:08.658 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:18:08.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@4a3329b9{STOPPED} 17:18:08.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @976ms ScheduledExecutorScheduler@4a3329b9{STARTED} 17:18:08.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@662f5666[HTTP/1.1] 17:18:08.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @976ms HttpConnectionFactory@662f5666[HTTP/1.1] 17:18:08.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:08.665 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@56c9bbd8/SelectorProducer@24d4d7c9/IDLE/p=false/QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:08.664Z added {SelectorProducer@24d4d7c9,POJO} 17:18:08.665 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@56c9bbd8/SelectorProducer@24d4d7c9/IDLE/p=false/QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:08.665Z added {QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}],UNMANAGED} 17:18:08.666 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@56c9bbd8/SelectorProducer@24d4d7c9/IDLE/p=false/QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:08.666Z created 17:18:08.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@5357c287{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@56c9bbd8/SelectorProducer@24d4d7c9/IDLE/p=false/QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:08.666Z,MANAGED} 17:18:08.666 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@5357c287{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:18:08.666 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@5357c287{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:18:08.666 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@56c9bbd8/SelectorProducer@24d4d7c9/IDLE/p=false/QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:08.666Z 17:18:08.666 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @984ms EatWhatYouKill@56c9bbd8/SelectorProducer@24d4d7c9/IDLE/p=false/QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:08.666Z 17:18:08.668 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$78/1213871206@25748410 startThread=0 17:18:08.668 [qtp489411441-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$78/1213871206@25748410 in QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.668 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@2b43529a on ManagedSelector@5357c287{STARTING} id=0 keys=0 selected=0 updates=0 17:18:08.668 [qtp489411441-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@56c9bbd8/SelectorProducer@24d4d7c9/IDLE/p=false/QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:08.668Z tryProduce false 17:18:08.669 [qtp489411441-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:08.669 [qtp489411441-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@2b43529a 17:18:08.669 [qtp489411441-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:08.669 [qtp489411441-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@842fa82 waiting with 0 keys 17:18:08.669 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @987ms ManagedSelector@5357c287{STARTED} id=0 keys=0 selected=0 updates=0 17:18:08.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @987ms SelectorManager@ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:08.670 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@5ad10c1a,POJO} 17:18:08.670 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@5ad10c1a startThread=0 17:18:08.670 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:08.670 [qtp489411441-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@5ad10c1a in QueuedThreadPool[qtp489411441]@1d2bd371{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4b3a45f1{s=0/2,p=0}] 17:18:08.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @988ms ServerConnector@75ed9710{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8899 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:18:08.680 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@60975100{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@56276db8,POJO} [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-security-test --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/target/sensinact-security-test-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-test/2.0-SNAPSHOT/sensinact-security-test-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-test/2.0-SNAPSHOT/sensinact-security-test-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/target/sensinact-security-test-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-test/2.0-SNAPSHOT/sensinact-security-test-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --< org.eclipse.sensinact.gateway:sensinact-security-openid-keybuilder >-- [INFO] Building sensiNact IoT Gateway - Security Core OpenId User Key Builder 2.0-SNAPSHOT [34/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-security-openid-keybuilder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-security-openid-keybuilder --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-security-openid-keybuilder --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-security-openid-keybuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-security-openid-keybuilder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-security-openid-keybuilder --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-security-openid-keybuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-security-openid-keybuilder --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-security-openid-keybuilder --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/pom.xml [0:0]: Host sensinact-security-openid-keybuilder= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named sensinact-security-openid-keybuilder-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-security-openid-keybuilder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-security-openid-keybuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/target/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-security-openid-keybuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/target/sensinact-security-openid-keybuilder-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-security-openid-keybuilder --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-security-openid-keybuilder --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-security-openid-keybuilder --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/target/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-openid-keybuilder/2.0-SNAPSHOT/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-openid-keybuilder/2.0-SNAPSHOT/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/target/sensinact-security-openid-keybuilder-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-security-openid-keybuilder/2.0-SNAPSHOT/sensinact-security-openid-keybuilder-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --------< org.eclipse.sensinact.gateway:sensinact-historic-api >-------- [INFO] Building sensiNact IoT Gateway - sensiNact Historic API 2.0-SNAPSHOT [35/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-historic-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-historic-api --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-historic-api --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-historic-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-historic-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-historic-api --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-historic-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-historic-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-historic-api --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-historic-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-historic-api --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/target/sensinact-historic-api-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-historic-api --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/target/sensinact-historic-api-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-historic-api --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-historic-api --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-historic-api --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/target/sensinact-historic-api-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-historic-api/2.0-SNAPSHOT/sensinact-historic-api-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-historic-api/2.0-SNAPSHOT/sensinact-historic-api-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/target/sensinact-historic-api-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-historic-api/2.0-SNAPSHOT/sensinact-historic-api-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------< org.eclipse.sensinact.gateway:sensinact-historic-manager >------ [INFO] Building sensiNact IoT Gateway - sensiNact Historic Reader Manager 2.0-SNAPSHOT [36/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-historic-manager --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-historic-manager --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-historic-manager --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-historic-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-historic-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-historic-manager --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-historic-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-historic-manager --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-historic-manager --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-historic-manager --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-historic-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/target/sensinact-historic-manager-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-historic-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/target/sensinact-historic-manager-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-historic-manager --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-historic-manager --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-historic-manager --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/target/sensinact-historic-manager-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-historic-manager/2.0-SNAPSHOT/sensinact-historic-manager-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-historic-manager/2.0-SNAPSHOT/sensinact-historic-manager-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/target/sensinact-historic-manager-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-historic-manager/2.0-SNAPSHOT/sensinact-historic-manager-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.sthbnd:parent >------------- [INFO] Building sensiNact IoT Gateway - Southbound parent module 2.0-SNAPSHOT [37/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ parent --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ parent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ parent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.sthbnd.mqtt:parent >---------- [INFO] Building sensiNact IoT Gateway - MQTT Protocol Devices parent 2.0-SNAPSHOT [38/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ parent --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ parent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ parent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.sensinact.gateway.sthbnd.mqtt:mqtt-utils >-------- [INFO] Building sensiNact IoT Gateway - MQTT Utility bundle 2.0-SNAPSHOT [39/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-utils --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-utils --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mqtt-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mqtt-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mqtt-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mqtt-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mqtt-utils --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mqtt-utils --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mqtt-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mqtt-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/target/mqtt-utils-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mqtt-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/target/mqtt-utils-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt-utils --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mqtt-utils --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-utils --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/target/mqtt-utils-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/mqtt-utils/2.0-SNAPSHOT/mqtt-utils-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/mqtt-utils/2.0-SNAPSHOT/mqtt-utils-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/target/mqtt-utils-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/mqtt-utils/2.0-SNAPSHOT/mqtt-utils-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --------< org.eclipse.sensinact.gateway:sensinact-remote-osgi >--------- [INFO] Building sensiNact IoT Gateway - Remote OSGi 2.0-SNAPSHOT [40/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-remote-osgi --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-remote-osgi --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-remote-osgi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-remote-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-remote-osgi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-remote-osgi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-remote-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-remote-osgi --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-remote-osgi --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-remote-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-remote-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/target/sensinact-remote-osgi-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-remote-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/target/sensinact-remote-osgi-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-remote-osgi --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-remote-osgi --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-remote-osgi --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/target/sensinact-remote-osgi-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-remote-osgi/2.0-SNAPSHOT/sensinact-remote-osgi-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-remote-osgi/2.0-SNAPSHOT/sensinact-remote-osgi-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/target/sensinact-remote-osgi-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-remote-osgi/2.0-SNAPSHOT/sensinact-remote-osgi-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.protocol:ssdp >------------- [INFO] Building sensiNact IoT Gateway - SSDP 2.0-SNAPSHOT [41/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ssdp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ ssdp --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ ssdp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ssdp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ssdp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ ssdp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ssdp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ssdp --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ ssdp --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ssdp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ssdp --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/target/ssdp-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ ssdp --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/target/ssdp-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ ssdp --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ ssdp --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ssdp --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/target/ssdp-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/protocol/ssdp/2.0-SNAPSHOT/ssdp-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/protocol/ssdp/2.0-SNAPSHOT/ssdp-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/target/ssdp-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/protocol/ssdp/2.0-SNAPSHOT/ssdp-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -----------< org.eclipse.sensinact.gateway:sensinact-system >----------- [INFO] Building sensiNact IoT Gateway - System 2.0-SNAPSHOT [42/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-system --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-system --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-system --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-system --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-system --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-system --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-system --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-system --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-system --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/target/sensinact-system-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-system --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/target/sensinact-system-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-system --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-system --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-system --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/target/sensinact-system-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-system/2.0-SNAPSHOT/sensinact-system-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-system/2.0-SNAPSHOT/sensinact-system-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/target/sensinact-system-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-system/2.0-SNAPSHOT/sensinact-system-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ sensinact-system --- [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -----------< org.eclipse.sensinact.gateway:sensinact-shell >------------ [INFO] Building sensiNact IoT Gateway - Shell 2.0-SNAPSHOT [43/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-shell --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-shell --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-shell --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-shell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-shell --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.commands.gogo.osgi, has 1, private references [org.eclipse.sensinact.gateway.commands.gogo.internal.shell] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-shell --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-shell --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/target/sensinact-shell-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/target/sensinact-shell-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-shell --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-shell --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-shell --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/target/sensinact-shell-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-shell/2.0-SNAPSHOT/sensinact-shell-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-shell/2.0-SNAPSHOT/sensinact-shell-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/target/sensinact-shell-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-shell/2.0-SNAPSHOT/sensinact-shell-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --------< org.eclipse.sensinact.gateway:sensinact-application >--------- [INFO] Building sensiNact IoT AppManager - Parent 2.0-SNAPSHOT [44/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-application --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-application --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-application --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-application --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-application --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-application --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-application --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-application --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-application/2.0-SNAPSHOT/sensinact-application-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway:application-manager >---------- [INFO] Building sensiNact IoT AppManager - Core 2.0-SNAPSHOT [45/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ application-manager --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ application-manager --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ application-manager --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ application-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ application-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStopExecutor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStopExecutor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ application-manager --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ application-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ application-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestSubscription.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestSubscription.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppModelInstance.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppModelInstance.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ application-manager --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ application-manager --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ application-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/application-manager-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ application-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/application-manager-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ application-manager --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ application-manager --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ application-manager --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/application-manager-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/application-manager/2.0-SNAPSHOT/application-manager-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/application-manager/2.0-SNAPSHOT/application-manager-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/application-manager-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/application-manager/2.0-SNAPSHOT/application-manager-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ application-manager --- [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -------------< org.eclipse.sensinact.gateway:basic-plugin >------------- [INFO] Building sensiNact IoT AppManager - Basic Plugin 2.0-SNAPSHOT [46/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ basic-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ basic-plugin --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ basic-plugin --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ basic-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basic-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ basic-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ basic-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basic-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/test-classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/src/test/java/org/eclipse/sensinact/gateway/app/basic/test/TestMathFunction.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/src/test/java/org/eclipse/sensinact/gateway/app/basic/test/TestMathFunction.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ basic-plugin --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ basic-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ basic-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/basic-plugin-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ basic-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/basic-plugin-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ basic-plugin --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ basic-plugin --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ basic-plugin --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/basic-plugin-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/basic-plugin/2.0-SNAPSHOT/basic-plugin-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/basic-plugin/2.0-SNAPSHOT/basic-plugin-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/basic-plugin-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/basic-plugin/2.0-SNAPSHOT/basic-plugin-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway.sthbnd.mqtt:mqtt-device >-------- [INFO] Building sensiNact IoT Gateway - MQTT Protocol Device 2.0-SNAPSHOT [47/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mqtt-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mqtt-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mqtt-device --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mqtt-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mqtt-device --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mqtt-device --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mqtt-device --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mqtt-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/target/mqtt-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mqtt-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/target/mqtt-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt-device --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mqtt-device --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/target/mqtt-device-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/mqtt-device/2.0-SNAPSHOT/mqtt-device-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/mqtt-device/2.0-SNAPSHOT/mqtt-device-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/target/mqtt-device-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/mqtt-device/2.0-SNAPSHOT/mqtt-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ mqtt-device --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ----< org.eclipse.sensinact.gateway.sthbnd.mqtt:smart-topic-device >---- [INFO] Building sensiNact IoT Gateway - MQTT Smart Topic Device 2.0-SNAPSHOT [48/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smart-topic-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ smart-topic-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ smart-topic-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ smart-topic-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ smart-topic-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ smart-topic-device --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ smart-topic-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ smart-topic-device --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ smart-topic-device --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ smart-topic-device --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ smart-topic-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/target/smart-topic-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ smart-topic-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/target/smart-topic-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ smart-topic-device --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ smart-topic-device --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ smart-topic-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/target/smart-topic-device-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/smart-topic-device/2.0-SNAPSHOT/smart-topic-device-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/smart-topic-device/2.0-SNAPSHOT/smart-topic-device-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/target/smart-topic-device-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/smart-topic-device/2.0-SNAPSHOT/smart-topic-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ smart-topic-device --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] --< org.eclipse.sensinact.gateway.sthbnd.mqtt:thethingsnetwork-device >-- [INFO] Building sensiNact IoT Gateway - The Things Network Device 2.0-SNAPSHOT [49/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ thethingsnetwork-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ thethingsnetwork-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ thethingsnetwork-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ thethingsnetwork-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ thethingsnetwork-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ thethingsnetwork-device --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ thethingsnetwork-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ thethingsnetwork-device --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ thethingsnetwork-device --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ thethingsnetwork-device --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ thethingsnetwork-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/target/thethingsnetwork-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ thethingsnetwork-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/target/thethingsnetwork-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ thethingsnetwork-device --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ thethingsnetwork-device --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ thethingsnetwork-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/target/thethingsnetwork-device-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/thethingsnetwork-device/2.0-SNAPSHOT/thethingsnetwork-device-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/thethingsnetwork-device/2.0-SNAPSHOT/thethingsnetwork-device-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/target/thethingsnetwork-device-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/mqtt/thethingsnetwork-device/2.0-SNAPSHOT/thethingsnetwork-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ thethingsnetwork-device --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.sthbnd.http:parent >---------- [INFO] Building sensiNact IoT Gateway - HTTP Protocol Devices parent 2.0-SNAPSHOT [50/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ parent --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ parent --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ parent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ parent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.sthbnd.http:http-device >-------- [INFO] Building sensiNact IoT Gateway - HTTP Protocol Device 2.0-SNAPSHOT [51/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ http-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/src/main/java/org/eclipse/sensinact/gateway/sthbnd/http/HttpProtocolStackEndpoint.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/src/main/java/org/eclipse/sensinact/gateway/sthbnd/http/HttpProtocolStackEndpoint.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ http-device --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ http-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ http-device --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ http-device --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/http-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ http-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/http-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ http-device --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/tests.bndrun: [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',com.fasterxml.jackson.core.jackson-annotations;version='[2.10.0,2.10.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.util.ajax;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ http-device --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/tests.bndrun: [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',com.fasterxml.jackson.core.jackson-annotations;version='[2.10.0,2.10.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.util.ajax;version='[9.4.42,9.4.43)' 17:18:30.269 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:18:30.272 [main] INFO org.eclipse.jetty.util.log - Logging initialized @675ms to org.eclipse.jetty.util.log.Slf4jLog 17:18:30.277 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp574268151]@223aa2f7{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@24fcf36f,POJO} 17:18:30.281 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@14555e0a{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp574268151]@223aa2f7{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:18:30.283 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@67c33749[null] added {org.eclipse.jetty.security.DefaultIdentityService@fba92d3,POJO} 17:18:30.283 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@67c33749[OSGi HTTP Service Realm] added {UserStore@662b4c69{STOPPED},AUTO} 17:18:30.283 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@14555e0a{STOPPED}[9.4.42.v20210604] added {HashLoginService@67c33749[OSGi HTTP Service Realm],AUTO} 17:18:30.293 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@58d75e99{/,null,STOPPED},[o.e.j.s.ServletContextHandler@58d75e99{/,null,STOPPED}]}] 17:18:30.293 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@74751b3{STOPPED} added {o.e.j.s.ServletContextHandler@58d75e99{/,null,STOPPED},AUTO} 17:18:30.295 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@c88a337 17:18:30.299 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@58d75e99{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=-1,MANAGED} 17:18:30.301 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=-1 added {ServletHandler@4310d43{STOPPED},MANAGED} 17:18:30.301 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:18:30.302 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@4659191b,UNMANAGED} 17:18:30.303 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4310d43{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:18:30.304 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4310d43{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6,POJO} 17:18:30.304 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@14555e0a{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@74751b3{STOPPED},MANAGED} 17:18:30.304 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@14555e0a{STOPPED}[9.4.42.v20210604] 17:18:30.305 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@14555e0a{STARTING}[9.4.42.v20210604] added {ErrorHandler@3f6f6701{STOPPED},AUTO} 17:18:30.306 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:18:30.345 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@14555e0a{STARTING}[9.4.42.v20210604] 17:18:30.345 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp574268151]@223aa2f7{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:18:30.346 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6574a52c{s=0/2,p=0} 17:18:30.346 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] added {ReservedThreadExecutor@6574a52c{s=0/2,p=0},AUTO} 17:18:30.346 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@6574a52c{s=0/2,p=0} 17:18:30.350 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @754ms ReservedThreadExecutor@6574a52c{s=0/2,p=0} 17:18:30.351 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-17,5,main] 17:18:30.351 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-18,5,main] 17:18:30.352 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-19,5,main] 17:18:30.352 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-20,5,main] 17:18:30.352 [qtp574268151-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.352 [qtp574268151-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.353 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-21,5,main] 17:18:30.353 [qtp574268151-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.353 [qtp574268151-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.354 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-22,5,main] 17:18:30.354 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-23,5,main] 17:18:30.354 [qtp574268151-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.354 [qtp574268151-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.354 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp574268151-24,5,main] 17:18:30.355 [qtp574268151-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @758ms QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.355 [qtp574268151-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@67c33749[OSGi HTTP Service Realm] 17:18:30.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@662b4c69{STOPPED} 17:18:30.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @758ms UserStore@662b4c69{STARTED} 17:18:30.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @758ms HashLoginService@67c33749[OSGi HTTP Service Realm] 17:18:30.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@74751b3{STOPPED} 17:18:30.355 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@74751b3{STARTING} 17:18:30.355 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@58d75e99{/,null,STOPPED} 17:18:30.357 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:18:30.361 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@58d75e99{/,null,STARTING} 17:18:30.361 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=0 17:18:30.363 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@74ea2410[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:18:30.363 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@74ea2410[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@793f29ff[passivating=false,graceSec=3600],AUTO} 17:18:30.364 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@543295b0{STOPPED}[worker=null] 17:18:30.364 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:18:30.364 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:18:30.365 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@543295b0{STARTING}[worker=node0] added {HouseKeeper@3e27ba32{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:18:30.365 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@3e27ba32{STOPPED}[interval=600000, ownscheduler=false] 17:18:30.366 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@1ca3b418{STOPPED} 17:18:30.366 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @770ms ScheduledExecutorScheduler@1ca3b418{STARTED} 17:18:30.366 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:18:30.366 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:18:30.367 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @770ms HouseKeeper@3e27ba32{STARTED}[interval=600000, ownscheduler=true] 17:18:30.367 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @770ms DefaultSessionIdManager@543295b0{STARTED}[worker=node0] 17:18:30.367 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@14555e0a{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@543295b0{STARTED}[worker=node0],MANAGED} 17:18:30.367 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=0 added {DefaultSessionIdManager@543295b0{STARTED}[worker=node0],UNMANAGED} 17:18:30.367 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@19e4653c{STOPPED} 17:18:30.367 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @771ms ScheduledExecutorScheduler@19e4653c{STARTED} 17:18:30.368 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=0 17:18:30.368 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@4310d43{STOPPED} 17:18:30.370 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6[EMBEDDED:null] 17:18:30.371 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:18:30.371 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:18:30.371 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:18:30.371 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:18:30.371 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:18:30.371 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:18:30.371 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@4310d43{STARTING} 17:18:30.371 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4310d43{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@fac59e4{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:18:30.371 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4310d43{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2,POJO} 17:18:30.371 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6[EMBEDDED:null] 17:18:30.372 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2[EMBEDDED:null] 17:18:30.372 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@fac59e4{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@fac59e4{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6[EMBEDDED:null] 17:18:30.372 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2[EMBEDDED:null] 17:18:30.372 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@fac59e4{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:18:30.372 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:18:30.373 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@fac59e4{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:18:30.373 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@4310d43{STARTING} 17:18:30.373 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @776ms ServletHandler@4310d43{STARTED} 17:18:30.373 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@74ea2410[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:18:30.373 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@793f29ff[passivating=false,graceSec=3600] 17:18:30.373 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @776ms org.eclipse.jetty.server.session.NullSessionDataStore@793f29ff[passivating=false,graceSec=3600] 17:18:30.373 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @776ms org.eclipse.jetty.server.session.DefaultSessionCache@74ea2410[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:18:30.373 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @776ms org.eclipse.jetty.server.session.SessionHandler505021446==dftMaxIdleSec=0 17:18:30.375 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:18:30.376 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @779ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e1ecab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:18:30.377 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-52b1beb6 17:18:30.377 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@fac59e4{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:18:30.377 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @781ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4b29d1d2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@fac59e4{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:18:30.377 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@58d75e99{/,null,AVAILABLE} 17:18:30.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @781ms o.e.j.s.ServletContextHandler@58d75e99{/,null,AVAILABLE} 17:18:30.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @781ms ContextHandlerCollection@74751b3{STARTED} 17:18:30.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@3f6f6701{STOPPED} 17:18:30.378 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@3f6f6701{STARTING} 17:18:30.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @781ms ErrorHandler@3f6f6701{STARTED} 17:18:30.378 [main] INFO org.eclipse.jetty.server.Server - Started @781ms 17:18:30.378 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @781ms Server@14555e0a{STARTED}[9.4.42.v20210604] 17:18:30.378 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:18:30.381 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@303cf2ba[HTTP/1.1] added {HttpConfiguration@76494737{32768/8192,8192/8192,https://:0,[]},POJO} 17:18:30.442 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{null, ()}{0.0.0.0:0} added {Server@14555e0a{STARTED}[9.4.42.v20210604],UNMANAGED} 17:18:30.442 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}],UNMANAGED} 17:18:30.442 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@6cb107fd{STOPPED},AUTO} 17:18:30.443 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@710636b0,POJO} 17:18:30.443 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@303cf2ba[HTTP/1.1],AUTO} 17:18:30.443 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@303cf2ba[HTTP/1.1] 17:18:30.445 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:18:30.445 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@14555e0a{STARTED}[9.4.42.v20210604] added {ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898},UNMANAGED} 17:18:30.445 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:18:30.448 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8898],POJO} 17:18:30.448 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@6cb107fd{STOPPED} 17:18:30.449 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @852ms ScheduledExecutorScheduler@6cb107fd{STARTED} 17:18:30.449 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@303cf2ba[HTTP/1.1] 17:18:30.449 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @852ms HttpConnectionFactory@303cf2ba[HTTP/1.1] 17:18:30.449 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:18:30.455 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@d554c5f/SelectorProducer@7b4c50bc/IDLE/p=false/QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:30.454Z added {SelectorProducer@7b4c50bc,POJO} 17:18:30.455 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@d554c5f/SelectorProducer@7b4c50bc/IDLE/p=false/QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:30.455Z added {QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}],UNMANAGED} 17:18:30.458 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@d554c5f/SelectorProducer@7b4c50bc/IDLE/p=false/QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:30.455Z created 17:18:30.459 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@624ea235{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@d554c5f/SelectorProducer@7b4c50bc/IDLE/p=false/QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:30.459Z,MANAGED} 17:18:30.459 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {ManagedSelector@624ea235{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:18:30.459 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@624ea235{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:18:30.459 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@d554c5f/SelectorProducer@7b4c50bc/IDLE/p=false/QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:30.459Z 17:18:30.459 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @862ms EatWhatYouKill@d554c5f/SelectorProducer@7b4c50bc/IDLE/p=false/QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:30.459Z 17:18:30.461 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/603305436@34bde49d startThread=0 17:18:30.461 [qtp574268151-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/603305436@34bde49d in QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.461 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@1b1cfb87 on ManagedSelector@624ea235{STARTING} id=0 keys=0 selected=0 updates=0 17:18:30.461 [qtp574268151-18] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@d554c5f/SelectorProducer@7b4c50bc/IDLE/p=false/QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:30.461Z tryProduce false 17:18:30.462 [qtp574268151-18] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:30.462 [qtp574268151-18] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@1b1cfb87 17:18:30.462 [qtp574268151-18] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:30.462 [qtp574268151-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@76040ae6 waiting with 0 keys 17:18:30.462 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @865ms ManagedSelector@624ea235{STARTED} id=0 keys=0 selected=0 updates=0 17:18:30.462 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @865ms SelectorManager@ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:18:30.462 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {acceptor-0@5db6b9cd,POJO} 17:18:30.463 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@5db6b9cd startThread=0 17:18:30.463 [qtp574268151-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@5db6b9cd in QueuedThreadPool[qtp574268151]@223aa2f7{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6574a52c{s=0/2,p=0}] 17:18:30.463 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:18:30.463 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @866ms ServerConnector@66982506{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8898 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:18:30.473 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@14555e0a{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@1df8da7a,POJO} 17:18:31.162 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp118555812]@71104a4{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4985cbcb,POJO} 17:18:31.162 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@72f46e16{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp118555812]@71104a4{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:18:31.162 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@3c9168dc[HTTP/1.1] added {HttpConfiguration@332a7fce{32768/8192,8192/8192,https://:0,[]},POJO} 17:18:31.162 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{null, ()}{0.0.0.0:0} added {Server@72f46e16{STOPPED}[9.4.42.v20210604],UNMANAGED} 17:18:31.162 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp118555812]@71104a4{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:18:31.162 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@54361a9{STOPPED},AUTO} 17:18:31.162 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@32232e55,POJO} 17:18:31.163 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@3c9168dc[HTTP/1.1],AUTO} 17:18:31.163 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@3c9168dc[HTTP/1.1] 17:18:31.163 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:18:31.163 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@72f46e16{STOPPED}[9.4.42.v20210604] added {ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},AUTO} 17:18:31.163 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@72f46e16{STOPPED}[9.4.42.v20210604] added {AttributeContainerMap@5217f3d0{size=0},AUTO} 17:18:31.164 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@72e34f77{STOPPED} added {callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:18:31.164 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@72e34f77{STOPPED} added {[/]=>callbackServlet,POJO} 17:18:31.164 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@72f46e16{STOPPED}[9.4.42.v20210604] added {ServletHandler@72e34f77{STOPPED},MANAGED} 17:18:31.164 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@72f46e16{STOPPED}[9.4.42.v20210604] 17:18:31.164 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@72f46e16{STARTING}[9.4.42.v20210604] added {ErrorHandler@72cda233{STOPPED},AUTO} 17:18:31.165 [Thread-11] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@72f46e16{STARTING}[9.4.42.v20210604] 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp118555812]@71104a4{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=0} 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] added {ReservedThreadExecutor@7c0a521a{s=0/2,p=0},AUTO} 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@7c0a521a{s=0/2,p=0} 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1568ms ReservedThreadExecutor@7c0a521a{s=0/2,p=0} 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-30,5,main] 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-31,5,main] 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-32,5,main] 17:18:31.165 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.165 [qtp118555812-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.165 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-33,5,main] 17:18:31.166 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-34,5,main] 17:18:31.166 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.166 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-35,5,main] 17:18:31.166 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.166 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.166 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-36,5,main] 17:18:31.166 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.167 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp118555812-37,5,main] 17:18:31.167 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.170 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1574ms QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.170 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting AttributeContainerMap@5217f3d0{size=0} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1574ms AttributeContainerMap@5217f3d0{size=0} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@72e34f77{STOPPED} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=callbackServlet[EMBEDDED:null] 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={callbackServlet=callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1574ms callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for callbackServlet 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@72e34f77{STARTING} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1574ms ServletHandler@72e34f77{STARTED} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@72cda233{STOPPED} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@72cda233{STARTING} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1575ms ErrorHandler@72cda233{STARTED} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:18:31.171 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@54361a9{STOPPED} 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1575ms ScheduledExecutorScheduler@54361a9{STARTED} 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@3c9168dc[HTTP/1.1] 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1575ms HttpConnectionFactory@3c9168dc[HTTP/1.1] 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:31.172Z added {SelectorProducer@59569ed7,POJO} 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:31.172Z added {QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}],UNMANAGED} 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:31.172Z created 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@3df9537a{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:31.172Z,MANAGED} 17:18:31.172 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@3df9537a{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@3df9537a{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:31.173Z 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1576ms EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:31.173Z 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/603305436@48839a77 startThread=0 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@625686ce on ManagedSelector@3df9537a{STARTING} id=0 keys=0 selected=0 updates=0 17:18:31.173 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/603305436@48839a77 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.173 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:31.173Z tryProduce false 17:18:31.173 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:31.173 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@625686ce 17:18:31.173 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1577ms ManagedSelector@3df9537a{STARTED} id=0 keys=0 selected=0 updates=0 17:18:31.173 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 0 keys 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1577ms SelectorManager@ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@f9b1c75,POJO} 17:18:31.173 [Thread-11] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@f9b1c75 startThread=0 17:18:31.173 [qtp118555812-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@f9b1c75 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:31.173 [Thread-11] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:31.174 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1577ms ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:18:31.174 [Thread-11] INFO org.eclipse.jetty.server.Server - Started @1577ms 17:18:31.174 [Thread-11] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1577ms Server@72f46e16{STARTED}[9.4.42.v20210604] Setting entity for: TestForSensiNactGateway2 17:18:33.204 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:18:33.208 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:18:33.287 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:33.292 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:33.293 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.294 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.294 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.294 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.295 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.295 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.295 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.295 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.296 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:18:33.296 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:18:33.297 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:33.297 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:33.297 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:33.298 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:33.299 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.299 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.299 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.299 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.300 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.300 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.300 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:33.300 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:33.301 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:18:33.301 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:18:33.301 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:33.301 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:33.301 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:18:33.302 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:18:33.302 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:18:33.302 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:18:33.302 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:18:33.302 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:18:33.305 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:18:33.315 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:18:33.352 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:18:33.360 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:33.361 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:33.362 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:33.362 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:33.363 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:18:33.366 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:33.368 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:33.369 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:33.370 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:33.370 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:18:33.370 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:18:33.371 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:18:34.381 [qtp118555812-31-acceptor-0@f9b1c75-ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@2515b944[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40182]] on ManagedSelector@3df9537a{STARTED} id=0 keys=0 selected=0 updates=0 17:18:34.382 [qtp118555812-31-acceptor-0@f9b1c75-ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=0 selected=0 updates=1 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/0 selected 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@2515b944[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40182]] 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@2515b944[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40182]] startThread=0 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:34.382 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:34.383 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@2515b944[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40182]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:34.386 [qtp118555812-32] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 29999 ms 17:18:34.402 [qtp118555812-32] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=18/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:34.408 [qtp118555812-32] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=24/30000}{io=0/0,kio=0,kro=0}-> 17:18:34.409 [qtp118555812-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@406ac4e5 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:34.409 [qtp118555812-32] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=24/30000}{io=0/0,kio=0,kro=0}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.409 [qtp118555812-32] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=25/30000}{io=0/0,kio=0,kro=0}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.410 [qtp118555812-32] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=25/30000}{io=0/0,kio=0,kro=0}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.410 [qtp118555812-32] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:34.410 [qtp118555812-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.410 [qtp118555812-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:34.410 [qtp118555812-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=2 17:18:34.410 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:34.410 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:34.410 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 2 updates 17:18:34.410 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:18:34.410 [qtp118555812-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.410 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@406ac4e5 17:18:34.410 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:34.410 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@2515b944[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40182]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}] 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.411 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:34.412 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:34.412Z 17:18:34.412 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=1} startReservedThread p=1 17:18:34.413 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@7a595b9 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=1}] 17:18:34.413 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@7a595b9 startThread=0 17:18:34.413 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=1}@7a595b9 started 17:18:34.413 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 waiting 17:18:34.414 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:18:34.413Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:34.414 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:18:34.414 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:18:34.414 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:34.414 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:34.414 [qtp118555812-34] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:34.414 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.414 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:34.414 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:34.416 [qtp118555812-34] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:18:34.417 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.417 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.417 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:34.417 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.417 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:34.418 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:34.418 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:18:34.419 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:18:34.420 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:34.420 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:34.420 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:34.420 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:34.420 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:34.421 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:34.422 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:34.422 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:34.423 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:34.424 [qtp118555812-34] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=3} 17:18:34.424 [qtp118555812-34] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:34.424 [qtp118555812-34] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:34.425 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:34.426 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:34.426 [qtp118555812-34] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=6} 17:18:34.426 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:34.426 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:34.426 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=6} 17:18:34.426 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:34.427 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@192a2db7[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:34.427 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:34.428 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@14fc0bc8[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@c61a1b5[PROCESSING] 17:18:34.428 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:34 GMT Content-Type: application/json Content-Length: 108 17:18:34.429 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@443c5fa3] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:34.429 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@14fc0bc8[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:34.429 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:34 GMT Content-Type: application/json Content-Length: 108 17:18:34.429 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@443c5fa3] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HReaeptByutreniBnugf ffeorr@ 3g1e6t72:4 e{e["pr=e0s,olu=r14c2,ecI=d81"9:2,"rt=e1m4p2er]a=t{u4>,>"\sxe0r0v\ixc0e0I\dx"0:0"\sxe0r0v\ixc0e01\"x}00\ x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@14fc0bc8[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=15/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=10} 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@443c5fa3] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@c61a1b5[PROCESSING] 17:18:34.430 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:34.431 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:34.431 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:34.431 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:34.431 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=11} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@578ff22b) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=12} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=12} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=12} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=12} 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:34.432 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=12} 17:18:34.433 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:34.433 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=13} parsed false HttpParser{s=END,0 of -1} 17:18:34.433 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=13} 17:18:34.433 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:34.433 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:34.434 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:34.435 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=5/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:34.440 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:34.441 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:34.449 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done Setting entity for: TestForSensiNactGateway2 17:18:35.450 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:35.450 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:35.450 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1015/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.450 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1015/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.451 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1016/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:35.451 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:18:35.451Z 17:18:35.451 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:18:35.451Z 17:18:35.451 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=1} startReservedThread p=1 17:18:35.451 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@1bb31d93 startThread=0 17:18:35.451 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@1bb31d93 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=1}] 17:18:35.451 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=1}@1bb31d93 started 17:18:35.451 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 waiting 17:18:35.451 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:18:35.451Z 17:18:35.452 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:18:35.451Z tryProduce true 17:18:35.452 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:35.452 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:35.452 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:18:35.451Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1017/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:35.452 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1017/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.452 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:35.452 [qtp118555812-30] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1017/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:35.452 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1017/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttRpeCthuarnnnienlgS tfaotre @gf37e3at:5 e{{"sr=eIDsLoEu rcrse=IBdL"O:C"KtIeNmGp eorsa=tuOrPeE"N, "isse=rIvDiLcEe Parwop=vfiadlersIed "s:e"=TfeasltsFeo riS=ternuseiN aaclt=G0a}t,erw=a1y,2c"=,f"adlastea/"f:a2l5s,e",sae=rIvDiLcEe,Iudri"=:n"uslelr,vaigcee=10"}} on Fillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:35.452 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.452 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:35.453 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:35.454 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@165bd8ba[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@3782681f[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@1ca13b0b[PROCESSING] 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:35 GMT Content-Type: application/json Content-Length: 108 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ffde289] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@3782681f[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:35 GMT Content-Type: application/json Content-Length: 108 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ffde289] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3782681f[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:35.455 [qtp118555812-30] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:35.456 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ffde289] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@1ca13b0b[PROCESSING] 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=3} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@572b77c4) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:35.456 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.456 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=4} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=4} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=4} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=4} parsed false HttpParser{s=END,0 of -1} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=4} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.457 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.458 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.458 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:35.458 [qtp118555812-30] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:35.458 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:35.458 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.458 [qtp118555812-30] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.459 [qtp118555812-30] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:35.459 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.459 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:35.459 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:35.459 [qtp118555812-30] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:35.459 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/603305436@48839a77 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:35.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys Setting entity for: TestForSensiNactGateway2 17:18:36.458 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:36.458 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:36.458 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.458 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.458 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:36.458 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:18:36.458Z 17:18:36.459 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:18:36.459Z 17:18:36.459 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=1} startReservedThread p=1 17:18:36.459 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@25b995c8 startThread=0 17:18:36.459 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@25b995c8 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=1}] 17:18:36.459 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=1}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:18:36.459Z 17:18:36.459 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=1}@25b995c8 started 17:18:36.459 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@25b995c8 waiting 17:18:36.459 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253R/Seetluercntionrg Pfroodr ugceetr:@ 5{95"6r9eesdo7u/rIcDeLIEd"/:p"=ttermupee/rQauetuuerdeT"h,r"esaedrPvoiocle[Prqotvpi1d1e8r5I5d5"8:1"2T]e@s7t1F1o0r4Sae4n{sSiTNAaRcTtEGDa,t8eHttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:36.459 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:18:36.459Z tryProduce true 17:18:36.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:36.459 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:36.459 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:36.459 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:36.459 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.459 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:36.459 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:36.460 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@218615a7[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@64849ff3[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@3c54dd72[PROCESSING] 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:36 GMT Content-Type: application/json Content-Length: 108 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@55aa18e5] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@64849ff3[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:36 GMT Content-Type: application/json Content-Length: 108 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@55aa18e5] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@64849ff3[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:36.461 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@55aa18e5] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:36.462 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@3c54dd72[PROCESSING] 17:18:36.462 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:36.462 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:36.462 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:36.462 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:36.462 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:36.462 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@449004da) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:36.463 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parsed false HttpParser{s=END,0 of -1} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:36.463 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:36.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:36.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:36.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:36.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:36.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:36.464 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:36.465 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:36.465 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:36.465 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:37.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:37.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:37.464 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.465 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.465 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:37.465 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:18:37.465Z 17:18:37.465 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:18:37.465Z 17:18:37.465 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:18:37.465Z 17:18:37.465 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:18:37.465Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HtRtpeCtounrnniencgt fioorn g@e5tf: 8{3"freds9o7ur[cpe=IHd"t:"ttpePmpaerrsateurre{"s,"=sSerTvAicReTP,ro0v idoefr Id-"1:"}T,esgt=FHotrStepnGsieNnaectrGaatteowray@25"b,"bdaaatac"6:342{,s"s=eSrvTiAceRITd"}:]"=se>rHvtictep1C"}h annelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:37.466 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:18:37.466Z tryProduce true 17:18:37.466 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:37.466 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:37.466 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.466 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:37.466 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24ca9e71[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2a0d7498[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@2e32f501[PROCESSING] 17:18:37.467 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:37 GMT Content-Type: application/json Content-Length: 108 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b307ea3] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@2a0d7498[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:37 GMT Content-Type: application/json Content-Length: 108 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b307ea3] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2a0d7498[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:37.468 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b307ea3] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@2e32f501[PROCESSING] 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1bf95ca2) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:37.468 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.469 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parsed false HttpParser{s=END,0 of -1} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.469 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:37.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:37.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:37.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:37.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:37.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:37.470 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:37.471 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:37.471 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:37.471 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:38.469 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:38.469 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:38.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:38.470 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:18:38.47Z 17:18:38.470 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:18:38.47Z 17:18:38.470 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569edR7/eItDuLrEni/npg= tfroure /gQueetu:e d{T"hrreesaoduProcoelI[dq"t:p"1te18m5p5e5r8at1u2r]e@"71,1"0s4ear4v{icSTeAPRrToEvDi,d8erHttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:38.470 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:18:38.47Z 17:18:38.470 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:38.471 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:18:38.471Z tryProduce true 17:18:38.471 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:38.471 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.471 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.471 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:38.471 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ab60bc[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@1e8e8216[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@1b66dc12[PROCESSING] 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:38 GMT Content-Type: application/json Content-Length: 108 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f94ad70] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@1e8e8216[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:38 GMT Content-Type: application/json Content-Length: 108 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f94ad70] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@1e8e8216[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f94ad70] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@1b66dc12[PROCESSING] 17:18:38.472 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@e598be) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:38.472 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:38.473 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:38.473 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:38.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:39.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:39.473 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:39.474 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.474 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.474 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:39.474 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:18:39.474Z 17:18:39.474 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:18:39.474Z 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:18:39.475Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:39.475 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedTRhreetaudrPnoionlg [fqotr pg1e1t:8 5{5"5r8e1s2o]u@r7c1e1I0d4"a:"4{tSeTAmRTpEeDr,a8HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:39.475 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:39.475 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:39.475 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:39.475 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:39.475 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:39.476 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a1152f1[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@63322e4f[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@b1f81ec[PROCESSING] 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:39 GMT Content-Type: application/json Content-Length: 108 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a52c061] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@63322e4f[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:39 GMT Content-Type: application/json Content-Length: 108 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a52c061] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@63322e4f[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:39.477 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:39.478 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a52c061] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@b1f81ec[PROCESSING] 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@a848700) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.478 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:39.478 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:39.479 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:39.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:40.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:40.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:40.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.479 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.480 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:40.480 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:18:40.48Z 17:18:40.480 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:18:40.48Z 17:18:40.480 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:18:40.48Z 17:18:40.480 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:18:40.48Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kroR=1e}tur-n>inHgt tfpoCro ngneetc:t i{o"nr@e5sfo8u3rfcde9I7d["p:="HttetmppPearratsuerre{"s,"s=eSrTvAiRcTeP,r0o voifd e-r1I}d,"g:"=THetsttpFGoernSeernastioNra@c5tbGbaataecw6a4y{2s"=,S"TdAaRtTa}"]:=3>2H,"tsteprCvhiacnenIedl"O:v"esreHrvtitcpe@11"7}f9e 65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:40.481 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:18:40.48Z tryProduce true 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:40.481 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:40.481 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:40.481 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.481 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:40.481 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a113486[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@473af39a[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@3dbf3920[PROCESSING] 17:18:40.482 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:40 GMT Content-Type: application/json Content-Length: 108 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11b36641] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@473af39a[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:40 GMT Content-Type: application/json Content-Length: 108 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11b36641] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@473af39a[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11b36641] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@3dbf3920[PROCESSING] 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:40.483 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@72e5c5f5) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:40.483 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.484 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parsed false HttpParser{s=END,0 of -1} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.484 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:40.485 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:40.485 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:40.485 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:40.485 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:40.485 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:40.485 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:40.486 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:40.486 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:40.486 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:41.486 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:41.487 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:41.487 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.487 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.487 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:41.487 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:18:41.487Z 17:18:41.487 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:18:41.487Z 17:18:41.487 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71R10e4tau4r{nSiTnAgR TfEoDr, 8gHttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:41.488 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:18:41.487Z 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1002/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1002/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:41.488 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:18:41.488Z tryProduce true 17:18:41.488 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:41.488 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.488 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.488 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:41.488 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78368049[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@f517e42[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@434ce601[PROCESSING] 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:41 GMT Content-Type: application/json Content-Length: 108 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6d5ed5ef] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@f517e42[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:41 GMT Content-Type: application/json Content-Length: 108 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6d5ed5ef] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@f517e42[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6d5ed5ef] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@434ce601[PROCESSING] 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:41.489 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@21a634c5) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:41.489 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:41.490 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:41.490 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:41.491 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:41.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:42.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:42.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:42.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.491 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:18:42.492Z 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:18:42.492Z 17:18:42.492 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@7R1e1t0u4ran4i{nSg TfAoRrT EgDe,t8:< ={8"HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:42.492 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:18:42.492Z tryProduce true 17:18:42.492 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:42.492 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:42.492 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:42.492 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:42.492 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62534e10[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@26610d43[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@2ceae6a0[PROCESSING] 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:42 GMT Content-Type: application/json Content-Length: 108 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@707c44a5] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@26610d43[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:42 GMT Content-Type: application/json Content-Length: 108 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@707c44a5] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@26610d43[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:42.493 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@707c44a5] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@2ceae6a0[PROCESSING] 17:18:42.494 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@8a7a774) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:42.494 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parsed false HttpParser{s=END,0 of -1} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:42.494 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:42.495 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:42.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:43.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:43.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:43.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.495 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:18:43.496Z 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:18:43.496Z 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qRtept1ur1n8i5ng5 5f8o1r2 ]g@e71t1:0 4{a"4r{eSsToAuRrTcEeDI,d8"<:="8tHttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:43.496 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:18:43.496Z 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:43.496 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:18:43.496Z tryProduce true 17:18:43.496 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:43.496 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.496 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.496 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:43.496 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2581fddd[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@1d97b82[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@1a3337fb[PROCESSING] 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:43 GMT Content-Type: application/json Content-Length: 108 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@a233864] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@1d97b82[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:43 GMT Content-Type: application/json Content-Length: 108 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@a233864] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@1d97b82[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:43.497 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@a233864] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:43.498 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@1a3337fb[PROCESSING] 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@20e653e8) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:43.498 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:43.498 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:43.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:43.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:43.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:43.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:43.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:43.499 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:43.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:43.500 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:43.500 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:44.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:44.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:44.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.499 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:44.499 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:18:44.499Z 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1R/2,ept=u0}r]n[ipcn=g0, pfiorc =g0e,tp:e c{="1r,eseopurcc=e9I]@d2"0:2"1t-e1m1p-e1r1aTt1u7r:e1"8,:"4s4.e5rvZi c1e7P:1r8ov:4i4d.er5I00d "[:q"tTp1e1s85t5F5o8r12S-e33n]s iDENaBcUtGG aotreg.weacyl2i"p,s"ed.jaetttay".:ut3i2l,."tshreeravd.iscterIda"te:g"ys.eEratvWihcateY1o"u}Kill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:18:44.5Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:44.500 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:18:44.5Z 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:44.500 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:18:44.5Z tryProduce true 17:18:44.500 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:44.500 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:44.500 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.500 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:44.500 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2682a836[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@5d2685a0[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@4fedabcd[PROCESSING] 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:44 GMT Content-Type: application/json Content-Length: 108 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ac43943] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@5d2685a0[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:44 GMT Content-Type: application/json Content-Length: 108 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ac43943] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@5d2685a0[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=11,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ac43943] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@4fedabcd[PROCESSING] 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:44.501 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@49b4fd35) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:44.501 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:44.502 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=11,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.502 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:44.503 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:44.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:45.502 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:45.502 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:18:4R5.e5t0ur3nZi n1g 7f:o1r 8g:et4:5 .{"5r0es3o ur[cqetIdp"1:1"t8e5m5pe5r8a1t2u-r3e5"], "DsEeBrUvGi coerPgr.eocvliidpesreI.dj":e"tTteys.tuFtoriSle.ntshiNraecatdG.aRteeswearyv2e"d,T"hdraetaad"E:x32e,c"usteorrv i-c eRIeds":e"rsveerdvTihcree1a"d}Exe cutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:18:45.503Z 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:18:45.503Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:45.503 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:18:45.503Z 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:45.503 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:18:45.503Z tryProduce true 17:18:45.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=11,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:45.503 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:45.503 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6aa9391d[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6926575c[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@7a55a204[PROCESSING] 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:45 GMT Content-Type: application/json Content-Length: 108 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@683ed7b5] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@6926575c[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:45 GMT Content-Type: application/json Content-Length: 108 17:18:45.504 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@683ed7b5] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6926575c[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=12,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@683ed7b5] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@7a55a204[PROCESSING] 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:45.505 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4b7c7a7e) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:45.505 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parsed false HttpParser{s=END,0 of -1} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=12,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:45.506 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:45.506 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:45.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:46.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:46.506 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:46.507 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.507 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.507 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:46.507 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:18:46.507Z 17:18:46.507 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:18:46.507Z 17:18:46.507 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:18:46.507Z 17:18:46.507 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:18:46.507Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:4R01e8t2u,rOnPiEnNg, ffiolrl =gFeIt,:f l{u"srhe=s-o,utroc=e1I0d0"1:/"te3m0p0e0r0a}t{uiroe="1,/"0s,ekrivoi=c1e,Pkrroov=i1d}e-r>IHdt"t:p"CToensnteFcotriSenosni@N5afc8t3fGadt9e7w[apy=2H"t,t"pdPaatras"e:r3{2s,="SsTeArRvTi,0c eoIfd ":"-s1e}r,vgi=cHe1t"t}p Generator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:46.507 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:18:46.507Z tryProduce true 17:18:46.507 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:46.507 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:46.507 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:46.508 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:46.508 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=12,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:46.508 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20567a26[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2c71e22[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@59122118[PROCESSING] 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:46 GMT Content-Type: application/json Content-Length: 108 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@37a1225a] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@2c71e22[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:46 GMT Content-Type: application/json Content-Length: 108 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@37a1225a] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2c71e22[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=13,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@37a1225a] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@59122118[PROCESSING] 17:18:46.509 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:46.509 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2435f9c2) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.510 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.511 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parsed false HttpParser{s=END,0 of -1} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=13,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:46.511 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:46.512 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:46.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:47.511 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:47.511 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:47.511 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.511 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=999/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:18:47.512Z 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecuRteotru r-n ingR efsoerrv egdeTth:r e{a"drEesxoeucructeoIr@7dc"0:a"5t2e1map{esr=a1t/ur2e,"p=,0"s}e@r7vai5c9e5Pbr9o voifdfeerr IEda"t:W"hTaetsYtoFuoKriSleln@s4iN1aecdt6G2a5t3e/Swealye2"c,t"ordPartoad"u:c3e2r,"@s5e9r56v9iecedI7d/"P:"RsOeDrUvCiceI1N"G}/p= false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:18:47.512Z 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:18:47.512Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:47.512 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:18:47.512Z 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:47.512 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:18:47.512Z tryProduce true 17:18:47.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:47.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:47.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1000/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.512 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=13,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:47.512 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10bb48fa[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@47a99d6b[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@59347954[PROCESSING] 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:47 GMT Content-Type: application/json Content-Length: 108 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@71b34786] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@47a99d6b[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:47 GMT Content-Type: application/json Content-Length: 108 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@71b34786] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@47a99d6b[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:47.513 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=14,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@71b34786] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@59347954[PROCESSING] 17:18:47.514 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3b053dd2) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parsed false HttpParser{s=END,0 of -1} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=14,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:47.514 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:47.514 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:47.515 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:47.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:48.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:48.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:48.515 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.516 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.516 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:48.516 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:18:48.516Z 17:18:48.516 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:18:48.516Z 17:18:48.516 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:18:48.516Z m=EXECUTE_RPReOtDuUrCnEi_nCgO NfSoUrM Eg et=tC:E P{:"SroecskoeutrCcheIadn"n:e"ltEenmdperPaotiunrte@"3,a"cs1e69r1viec{elP=ro/v12id7e.r0I.d0".:1:"8T8e9s9t,Fro=r/Sen1s2i7N.a0c.t0G.a1t:e4w0a1y822",,O"PdEaNt,af"i:l3l2=,F"sIe,frlvuische=I-d,"t:"soe=r1v0i0c1e/13"0}000 }{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:48.516 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:18:48.516Z 17:18:48.517 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:18:48.517Z tryProduce true 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:48.517 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:48.517 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:48.517 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:48.517 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=14,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:48.517 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1eb9d568[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@566b2d46[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@68667623[PROCESSING] 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:48 GMT Content-Type: application/json Content-Length: 108 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63966904] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@566b2d46[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:48 GMT Content-Type: application/json Content-Length: 108 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:48.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63966904] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@566b2d46[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=15,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63966904] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:48.519 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@68667623[PROCESSING] 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3354e28b) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:48.520 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parsed false HttpParser{s=END,0 of -1} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=15,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:48.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.521 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.521 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:48.521 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.521 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:48.521 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:48.521 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:48.521 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:48.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:49.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:49.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:49.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:49.522 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:18:49.521Z 17:18:49.522 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:18:49.522Z 17:18:49.522 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:18:49.522Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:49.522 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:18:49.522Z 17:18:49.522 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:49.522 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedTRhreeatduProonli[qntgp 11f8o55r5 81g2e]t@7:1 1{04"ar4e{SsToAuRTrEcD,e8I<=d8"<:=2"0t0e,im=p4,err=a-1t,uqr=0e}"[R,e"sesreverdvThirceaedPErxeocvuitodre@7rcI0da5"2:1"a{Tse=s1/t2F,po=r0S}]e[npsc=i0N,apicct=0G,aptece=w1a,eyp2c"=1,5"]d@2a0t2a1-"1:13-121,T1"7s:e18r:v4i9.c5e2I2dZ "t:r"yPsreodruvcei cteru1e" }17:1 8:49.522 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:49.522 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:49.522 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:49.522 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.522 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:49.522 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.522 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=15,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:49.523 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a488c88[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@21ac7d30[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@33d53f7a[PROCESSING] 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:49 GMT Content-Type: application/json Content-Length: 108 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6624c051] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@21ac7d30[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:49 GMT Content-Type: application/json Content-Length: 108 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6624c051] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:49.524 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@21ac7d30[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=16,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6624c051] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@33d53f7a[PROCESSING] 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:49.525 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@68063cd1) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.525 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parsed false HttpParser{s=END,0 of -1} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=16,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:49.526 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.527 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.527 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:49.527 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.527 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:49.527 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:49.527 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:49.527 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:49.527 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:49.529 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:50.530 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:50.530 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:50.530 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1003/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.530 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1003/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.531 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1003/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:50.531 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:18:50.531Z 17:18:50.531 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:18:50.531Z 17:18:50.531 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:18:50.531Z m=EXECUTE_PRODUCE_CORNSeUtMuEr ntin=gC EfPo:rS ogcekte:t C{h"arnenseoluErncdePIodi"n:t"@t3eamcpe1r6a9t1uer{el"=,"/s1e2r7v.i0ce.P0r.o1v:i88d9er9I,dr"=:/"12T7e.s0t.F0o.r1S:e4n0s1i8N2a,cOtPGEaNtew,afyi2l"l,="dFaIt,a"f:l3u2,s"hse=r-v,icteoI=d"1:0"0se4r/vi3c0e01"0}0}{ io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:50.531 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=15]@2021-11-11T17:18:50.531Z 17:18:50.531 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:18:50.531Z tryProduce true 17:18:50.531 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:50.531 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1004/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:50.531 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:50.531 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1004/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.531 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1004/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:50.531 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:50.531 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=16,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:50.532 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cdae8ba[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6756566c[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@3758cdcb[PROCESSING] 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:50 GMT Content-Type: application/json Content-Length: 108 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@230c2111] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@6756566c[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:50 GMT Content-Type: application/json Content-Length: 108 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@230c2111] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6756566c[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=17,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:50.533 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@230c2111] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:50.534 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@3758cdcb[PROCESSING] 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@487892f2) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:50.534 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=17,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.535 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:50.535 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:50.536 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:50.536 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:50.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:51.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:51.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:51.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.536 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:51.536 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:18:51.536Z 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:18:51.536Z 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:18:51.537Z m=EXECUTE_PRODUCE_CORNSeUtMuEr nti=nCgE Pf:oSro cgkeett:C h{a"nrneesloEunrdcPeoIidn"t:@"3atecm1p6e9r1aet{ul=r/e1"2,7".s0e.r0vi.c1e:P8r8o9v9i,dre=r/I1d2"7:."0T.e0s.t1F:o4rS0e1n8s2i,NOaPcEtNG,afteiwlaly=2F"I,,"fdlautsah":=3-2,,t"os=e1r00v1ic/e3I0d0"0:0"}s{eirov=i1c/e01,"k}io= 1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:51.537 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=16]@2021-11-11T17:18:51.537Z 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:51.537 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:18:51.537Z tryProduce true 17:18:51.537 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:51.537 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:51.537 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.537 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=17,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:51.537 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a01991c[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@30354dc9[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@70d335d6[PROCESSING] 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:51 GMT Content-Type: application/json Content-Length: 108 17:18:51.538 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@29ea6fa9] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@30354dc9[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:51 GMT Content-Type: application/json Content-Length: 108 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@29ea6fa9] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@30354dc9[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=18,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@29ea6fa9] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@70d335d6[PROCESSING] 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:51.539 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@f85caf1) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.539 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} parsed false HttpParser{s=END,0 of -1} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=18,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=3} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.540 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:51.540 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:51.541 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:51.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:52.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:52.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:52.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.541 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:52.541 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:18:52.541Z 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:18:52.542Z 17:18:52.542 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:18:52.542Z 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=17]@2021-11-11T17:18:52.542Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:52.542 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=18]@2021-11-11T17:18:52.542Z tryProduce true 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:52.542 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:52.542 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:52.542 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:52.542 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=18,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:52.542 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d4848a7[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flusRh=ettruuren iansgy nfco=rt rgueet,: l{e"nr=e1s0o8u rncuelIld "1:7":t1e8m:p5e2r.a5t4u3r e["q,t"ps1e1r8v5i5c5e8P1r2o-v3i3de]r IDdE"B:U"GT eosrgt.FeoclriSpseen.sjieNtatcy.tsGearvetre.wHatyt2p"C,h"adnantael" :-3 2s,"esnedrRveiscpeoInds"e: "isnefrov=incuel1l" }c ontent=HeapByteBuffer@6c0ff850[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@2ec94869[PROCESSING] 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:52 GMT Content-Type: application/json Content-Length: 108 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@22aaa040] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@6c0ff850[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:52 GMT Content-Type: application/json Content-Length: 108 17:18:52.543 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@22aaa040] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6c0ff850[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=19,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=8} 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@22aaa040] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:52.550 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@2ec94869[PROCESSING] 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:52.550 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=8} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@7d78c9c2) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=9} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=9} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=9} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=9} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=9} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=9} parsed false HttpParser{s=END,0 of -1} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=19,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=9} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:52.551 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.551 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:52.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:52.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:52.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:52.552 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:52.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:52.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:52.553 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:18:52.553 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:52.553 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:53.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:53.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:53.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:18:53.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} 17:18:53.552 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1000/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:53.552 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@711R0e4tau4r{nSiTnAgR TfEoDr, 8gHttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1001/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=19,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:53.553 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:53.553 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=18]@2021-11-11T17:18:53.553Z 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15c495cd[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@7c506f26[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@63dc022[PROCESSING] 17:18:53.554 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:18:53.554Z tryProduce true 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:53 GMT Content-Type: application/json Content-Length: 108 17:18:53.554 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:53.554 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@27ce5056] (null,[p=0,l=108,c=108,r=108],true)@START 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@7c506f26[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:53 GMT Content-Type: application/json Content-Length: 108 17:18:53.554 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:53.554 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@27ce5056] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7c506f26[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=20,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@27ce5056] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@63dc022[PROCESSING] 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1695c39f) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:18:53.554 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.554 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=20,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:53.555 [pool-2-thread-2] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:53.555 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:53.555 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys Setting entity for: TestForSensiNactGateway2 17:18:56.457 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core 17:18:56.485 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:18:56.485 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:18:56.497 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:56.497 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:56.498 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.498 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.498 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.498 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.498 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.498 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.499 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.499 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.499 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:18:56.499 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:18:56.499 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:56.499 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:56.500 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:18:56.501 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:18:56.501 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.501 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.502 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.502 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.502 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.502 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:18:56.503 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:18:56.504 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:18:56.506 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:18:56.510 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:18:56.512 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:56.512 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:56.512 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:56.512 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:56.512 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:18:56.513 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:56.514 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:56.515 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:18:56.515 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:18:56.515 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started Setting entity for: TestForSensiNactGateway 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=2961/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=2961/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=2961/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:18:56.517Z 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:18:56.517Z 17:18:56.517 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:18:56.517Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocRketeCthuanrnneliEnndgP oifnotr@3 acg1e6t91:e {{l="/r1e27s.o0u.0r.c1e:I88d9"9:,"r=t/e1m27p.e0r.a0.t1u:r40e1"8,2,"OsPeENr,vfiilcle=PFIr,ofvluisdhe=-r,Itdo"=2:9"6T2e/3s0t0F0o0}r{Sieo=n1s/i0,Nkaico=t1G,akrtoe=w1a}-y>"H,t"tpdCaotnane"c:t2i4on,@"5sf8e3rfvdi97c[epI=dHt"t:pP"asreserrv{is=cSeT1A"RT},0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:56.518 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=19]@2021-11-11T17:18:56.517Z 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=2962/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:56.518 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:18:56.518Z tryProduce true 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2962/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:56.518 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:56.518 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.518 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=2962/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.518 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=20,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:56.518 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e267345[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=107 null 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@ac8e4e8[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@7d97fd51[PROCESSING] 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:56 GMT Content-Type: application/json Content-Length: 107 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=107},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@461a1df8] (null,[p=0,l=107,c=107,r=107],true)@START 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=107} last=true content=HeapByteBuffer@ac8e4e8[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:56 GMT Content-Type: application/json Content-Length: 107 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=107},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@461a1df8] ([p=0,l=142,c=8192,r=142],[p=0,l=107,c=107,r=107],true)@COMPLETING 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@ac8e4e8[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 249 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=21,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=249 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=107},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@461a1df8] ([p=142,l=142,c=8192,r=0],[p=107,l=107,c=107,r=0],true)@END 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@7d97fd51[PROCESSING] 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1b7be225) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:56.519 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:56.520 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=107 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5bbaac64{s=END}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=21,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:56.520 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.521 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:56.521 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:56.521 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:56.521 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:56.521 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:56.541 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=22/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=22/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=22/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:18:56.543Z 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:18:56.543Z 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:18:56.543Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=22/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:18:56.543 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=20]@2021-11-11T17:18:56.543Z 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=22/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:56.543 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=22/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:56.543 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:18:56.543Z tryProduce true 17:18:56.543 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:18:56.543 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 175 HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.544 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.544 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} filled 175 HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=21,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/set on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=//127.0.0.1:8899/set,age=0} POST //127.0.0.1:8899/set HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 13 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of 13},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=//127.0.0.1:8899/set,age=0} parsed true HttpParser{s=CONTENT,0 of 13} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/set HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=//127.0.0.1:8899/set,age=0} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=0} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /set on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=0} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/set|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@f373a5e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:18:56.544 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=0} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CONTENT,0 of 13},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} parse HeapByteBuffer@316724ee[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} Content@540eea6a{HeapByteBufferR@6c3f424f[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=0,[0]=null,s=STREAM] addContent Content@540eea6a{HeapByteBufferR@6c3f424f[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,13 of 13},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} parsed false HttpParser{s=END,13 of 13} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6e967802[c=13,q=1,[0]=EOF,s=STREAM] read 13 from Content@540eea6a{HeapByteBufferR@6c3f424f[p=175,l=175,c=8192,r=0]={POST /set...e": 25}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,13 of 13},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@f373a5e{s=HANDLING rs=ASYNC os=OPEN is=READY awp=false se=false i=false al=0} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETE os=OPEN is=READY awp=false se=false i=false al=0} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=1} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@23aa27b5) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} 17:18:56.545 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@54c410 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /set on HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:18:56 GMT 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@16efc36f] (null,[p=0,l=0,c=0,r=0],true)@START 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:18:56 GMT 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@16efc36f] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a33f2a3{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=108,c=8192,r=108]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00}] 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{WRITING}->null:IDLE-->WRITING 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=END,13 of 13},g=HttpGenerator@5bbaac64{s=COMPLETING}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=22,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=2} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@3a33f2a3{WRITING}->null 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a33f2a3{IDLE}->null:WRITING-->IDLE 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4a4b838a[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@16efc36f] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@23aa27b5 w=false 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@f373a5e{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@f373a5e{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:18:56.546 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=22,c=true/true,a=IDLE,uri=//127.0.0.1:8899/set,age=2} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /set written=0 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@f373a5e{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,13 of 13} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}}} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:18:56.546 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:18:56.547 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@193a094d 17:18:56.547 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:18:56.547 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.656 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:01.656 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:01.656 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3e9e6b6b SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=5109/30000}{io=1/1,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.656 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.656 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:19:01.657Z 17:19:01.657 [qtp118555812-31-acceptor-0@f9b1c75-ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@60173382[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40184]] on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=1 updates=0 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:19:01.657Z 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:19:01.657Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:01.657 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=21]@2021-11-11T17:19:01.657Z 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@716db130{AC.ReadCB@5f83fd97{HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=FI,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.657 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ResRerevteurdnTihnrg efaodr Egxeet:c u{"troerso@u7rcc0eIad5"2:"1taem{pse=ra1t/ur2e,"p,="s0e}r]v[ipcecP=ro0v,ipdeircI=d0",:p"Teecs=t1F,eoprcS=e2ns2i]N@a2ct0G2a1te-w1a1y"-,1"1daTt1a7"::2159,":s0e1rv.i6c5e7IdZ" :t"sreyrvPircoed1"u}c e true 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.657 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:01.657 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@60173382[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40184]] 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,OPEN,fill=-,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.657 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@60173382[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40184]] startThread=0 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:19:01.657 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.657 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@60173382[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40184]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,ISHUT,fill=-,flush=-,to=5111/30000}{io=1/0,kio=1,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.657 [qtp118555812-37] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:19:01.657 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,ISHUT,fill=-,flush=-,to=5111/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.657 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,ISHUT,fill=-,flush=-,to=5111/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 2 keys 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,ISHUT,fill=-,flush=-,to=5111/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@6f919e01 on ManagedSelector@3df9537a{STARTED} id=0 keys=2 selected=0 updates=0 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,ISHUT,fill=-,flush=-,to=5111/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@3ac1691e{l=/127.0.0.1:8899,r=/127.0.0.1:40182,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=0,kro=1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@716db130{null} 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@3df9537a{STARTED} id=0 keys=2 selected=0 updates=1 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5659aa06 startThread=0 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5659aa06 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:01.658 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@60173382[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40184]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:19:01.658 [qtp118555812-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@3ac1691e{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 2 updates 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@6f919e01 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 17:19:01.658 [qtp118555812-32] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@3ac1691e{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.658 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5659aa06 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:01.658 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@5f83fd97::SocketChannelEndPoint@3ac1691e{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5112/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@5f83fd97[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5bbaac64{s=START}]=>HttpChannelOverHttp@17f9e65{s=HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=22,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@f373a5e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.658 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7589d23 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:19:01.659Z 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:19:01.659Z 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:19:01.659Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:01.659 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=22]@2021-11-11T17:19:01.659Z 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.659 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:19:01.659Z tryProduce true 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.659 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:01.659 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.659 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.659 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:01.659 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b73eeb8[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=107 null 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@7881cd70[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@618ac597[PROCESSING] 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 107 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=107},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b31fcf0] (null,[p=0,l=107,c=107,r=107],true)@START 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=107} last=true content=HeapByteBuffer@7881cd70[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 107 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=107},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b31fcf0] ([p=0,l=142,c=8192,r=142],[p=0,l=107,c=107,r=107],true)@COMPLETING 17:19:01.660 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d2d56ab{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>ntent-Len...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7881cd70[p=0,l=107,c=107,r=107]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{WRITING}->null:IDLE-->WRITING 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 249 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=COMPLETING}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=249 remaining=0 WriteFlusher@1d2d56ab{WRITING}->null 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{IDLE}->null:WRITING-->IDLE 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=107},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b31fcf0] ([p=142,l=142,c=8192,r=0],[p=107,l=107,c=107,r=0],true)@END 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@618ac597[PROCESSING] 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2a3c9ee4) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.661 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=107 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} parsed false HttpParser{s=END,0 of -1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.661 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.661 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:01.662 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.662 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.662 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.685 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:19:01.686 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.699 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:01.741 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:01.741 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.742 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.742 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.742 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.742 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.742 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.742 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.742 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.743 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:01.743 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:01.743 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:01.743 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:01.743 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:01.744 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:01.744 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.744 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:01.745 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:19:01.746 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:19:01.746 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:01.752 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.757 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.758 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.758 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.758 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.759 [main] DEBUG org.eclipse.sensinact.gateway.coreS.Reetstoiunrg entity for: TestFocreSIemnpsli N-a c't%Gsa't erweasyo3urc e registered 17:19:01.759 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:01.760 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.760 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:01.761 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.761 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:01.761 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:01.761 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:01.762 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:01.764 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:01.764 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:01.764 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7589d23 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=102/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.764 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=102/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.764 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=102/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:19:01.765Z 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:19:01.765Z 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:19:01.765Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=103/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:01.765 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=23]@2021-11-11T17:19:01.765Z 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=103/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.765 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:19:01.765Z tryProduce true 17:19:01.765 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:01.765 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=103/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.765 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=103/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.765 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 143 HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 143 HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:01.765 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/json1 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json1,age=0} GET //127.0.0.1:8899/json1 HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json1,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json1,age=1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/json1 HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json1,age=1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json1,age=1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /json1 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json1,age=1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/json1|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json1,age=1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json1,age=1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call json1 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14e6b8e9[p=0,l=48,c=48,r=48]={<<<{"serviceProviderId":"TestForSensiNactGateway3"}>>>}) 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=48 null 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2059250[p=0,l=48,c=48,r=48]={<<<{"serviceProviderId":"TestForSensiNactGateway3"}>>>} complete=true committing=true callback=AsyncWrite@46ab32ff[PROCESSING] 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /json1 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json1,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 48 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=48},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5db9b9b6] (null,[p=0,l=48,c=48,r=48],true)@START 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=48} last=true content=HeapByteBuffer@2059250[p=0,l=48,c=48,r=48]={<<<{"serviceProviderId":"TestForSensiNactGateway3"}>>>} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 48 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=48},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5db9b9b6] ([p=0,l=141,c=8192,r=141],[p=0,l=48,c=48,r=48],true)@COMPLETING 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d2d56ab{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\r\ntent-Le...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2059250[p=0,l=48,c=48,r=48]={<<<{"serviceProviderId":"TestForSensiNactGateway3"}>>>}] 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{WRITING}->null:IDLE-->WRITING 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 189 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=COMPLETING}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json1,age=1} 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=189 remaining=0 WriteFlusher@1d2d56ab{WRITING}->null 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{IDLE}->null:WRITING-->IDLE 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=48},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5db9b9b6] ([p=141,l=141,c=8192,r=0],[p=48,l=48,c=48,r=0],true)@END 17:19:01.766 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@46ab32ff[PROCESSING] 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/json1,age=2} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@7cb97318) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json1,age=2} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /json1 written=48 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json1,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json1,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json1,age=2} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json1,age=2} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json1,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json1,age=2} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 143 HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 143 HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/json2 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json2,age=0} GET //127.0.0.1:8899/json2 HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json2,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json2,age=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/json2 HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json2,age=0} 17:19:01.767 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json2,age=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /json2 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/json2|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call json2 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5200e9cd[p=0,l=8,c=8,r=8]={<<>>}) 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=8 null 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4da305b8[p=0,l=8,c=8,r=8]={<<>>} complete=true committing=true callback=AsyncWrite@5dc771b3[PROCESSING] 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /json2 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json2,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: text/plain Content-Length: 8 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=8},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6ad1e8a0] (null,[p=0,l=8,c=8,r=8],true)@START 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=8} last=true content=HeapByteBuffer@4da305b8[p=0,l=8,c=8,r=8]={<<>>} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: text/plain Content-Length: 8 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=8},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6ad1e8a0] ([p=0,l=134,c=8192,r=134],[p=0,l=8,c=8,r=8],true)@COMPLETING 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d2d56ab{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=134,c=8192,r=134]={<<>>alive\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4da305b8[p=0,l=8,c=8,r=8]={<<>>}] 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{WRITING}->null:IDLE-->WRITING 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 142 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=W,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=COMPLETING}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=142 remaining=0 WriteFlusher@1d2d56ab{WRITING}->null 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{IDLE}->null:WRITING-->IDLE 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=8},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6ad1e8a0] ([p=134,l=134,c=8192,r=0],[p=8,l=8,c=8,r=0],true)@END 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@5dc771b3[PROCESSING] 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3f4a2ab6) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /json2 written=8 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json2,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json2,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.768 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json2,age=1} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json2,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json2,age=2} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 143 HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 143 HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=143,c=8192,r=143]={<<>>tent-Leng...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/json3 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json3,age=0} GET //127.0.0.1:8899/json3 HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json3,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json3,age=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899S/jseotnting entit3y fHotrt:p CTheasntnFeolrOSveenrsHitNtapc@t2Gaaft3ee7w0a3y{4s =aHdtmtipnC hsaenrnveice1 lsSetravtiec@e22e csce7r6v8i5c{es3= IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/json3,age=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json3,age=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /json3 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json3,age=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/json3|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json3,age=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json3,age=0} 17:19:01.769 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call json3 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a917622[p=0,l=18,c=18,r=18]={<<<["temperature",24]>>>}) 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=18 null 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@cbdc82a[p=0,l=18,c=18,r=18]={<<<["temperature",24]>>>} complete=true committing=true callback=AsyncWrite@69cca5f5[PROCESSING] 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /json3 on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json3,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 18 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73d2de0] (null,[p=0,l=18,c=18,r=18],true)@START 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=18} last=true content=HeapByteBuffer@cbdc82a[p=0,l=18,c=18,r=18]={<<<["temperature",24]>>>} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 18 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73d2de0] ([p=0,l=141,c=8192,r=141],[p=0,l=18,c=18,r=18],true)@COMPLETING 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d2d56ab{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>\r\ntent-Le...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@cbdc82a[p=0,l=18,c=18,r=18]={<<<["temperature",24]>>>}] 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{WRITING}->null:IDLE-->WRITING 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 159 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=COMPLETING}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/json3,age=1} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=159 remaining=0 WriteFlusher@1d2d56ab{WRITING}->null 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{IDLE}->null:WRITING-->IDLE 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=18},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73d2de0] ([p=141,l=141,c=8192,r=0],[p=18,l=18,c=18,r=0],true)@END 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@69cca5f5[PROCESSING] 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/json3,age=1} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@667c7b43) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json3,age=1} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /json3 written=18 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json3,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json3,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json3,age=1} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json3,age=1} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:01.770 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json3,age=1} parsed false HttpParser{s=END,0 of -1} 17:19:01.770 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.Returnin0g. 1f:or8 8g9et9:,r ={/"1r2e7s.o0u.0r.c1e:I4d0"18:4",tOePmEpN,efrialtlu=r-e,"f,l"suesrhvi=c-eP,rtoov=i0de/r3I0d0":"TestForSensiNactG0at0e}wa{yi4o",="0d/a0t,a"k:i24o,="0s,ekrvrioc=eI1d}"-:>"HstetrpvCiocnen1e"c}t ion@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/json3,age=1} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:01.771 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.771 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.771 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:01.772 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core 17:19:01.844 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:19:01.844 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.853 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:01.853 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:01.854 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:01.855 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:01.855 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:01.855 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:01.855 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:01.856 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.856 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.856 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.856 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.856 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.856 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:19:01.857 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:19:01.858 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:19:01.858 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:01.859 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.865 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.866 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.866 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.866 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.866 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7589d23 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=95/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=95/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=95/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:19:01.867Z 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:19:01.867Z 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:19:01.867Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=96/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:01.867 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=24]@2021-11-11T17:19:01.867Z 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=96/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=96/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.867 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:19:01.867Z tryProduce true 17:19:01.867 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:01.867 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 175 HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.867 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.867 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 175 HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:01.867 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get/TestForSensiNactGateway4/services on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} GET //127.0.0.1:8899/get/TestForSensiNactGateway4/services HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get/TestForSensiNactGateway4/services HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get/TestForSensiNactGateway4/services on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get/TestForSensiNactGateway4/services|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call services 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f202c34[p=0,l=94,c=94,r=94]={<<<{"serviceProviderId":"Tes..."service2","service3"]}>>>}) 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=94 null 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@684fb975[p=0,l=94,c=94,r=94]={<<<{"serviceProviderId":"Tes..."service2","service3"]}>>>} complete=true committing=true callback=AsyncWrite@264ad126[PROCESSING] 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get/TestForSensiNactGateway4/services on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=0} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 94 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=94},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49f9407c] (null,[p=0,l=94,c=94,r=94],true)@START 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=94} last=true content=HeapByteBuffer@684fb975[p=0,l=94,c=94,r=94]={<<<{"serviceProviderId":"Tes..."service2","service3"]}>>>} 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 94 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=94},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49f9407c] ([p=0,l=141,c=8192,r=141],[p=0,l=94,c=94,r=94],true)@COMPLETING 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d2d56ab{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@684fb975[p=0,l=94,c=94,r=94]={<<<{"serviceProviderId":"Tes..."service2","service3"]}>>>}] 17:19:01.868 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{WRITING}->null:IDLE-->WRITING 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 235 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=COMPLETING}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=235 remaining=0 WriteFlusher@1d2d56ab{WRITING}->null 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{IDLE}->null:WRITING-->IDLE 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=94},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49f9407c] ([p=141,l=141,c=8192,r=0],[p=94,l=94,c=94,r=0],true)@END 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@264ad126[PROCESSING] 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@57a684fb) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.869 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get/TestForSensiNactGateway4/services written=94 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} parsed false HttpParser{s=END,0 of -1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get/TestForSensiNactGateway4/services,age=1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:01.869 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.870 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.870 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:01.874 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:01.940 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:01.941 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=70/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.941 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:19:01.941 [main] ERROR org.eclipse.sensinact.gateway.generic.ExtModelInstanceBuilder - Model instance '%s' already exists 17:19:01.942 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=71/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.942 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.943 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.943 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:01.944 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:01.944 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:01.944 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:01.944 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:01.945 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7589d23 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=76/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=76/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=76/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:19:01.947Z 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:19:01.947Z 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:19:01.947Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=77/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:01.947 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=25]@2021-11-11T17:19:01.947Z 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=77/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:01.947 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:19:01.947Z tryProduce true 17:19:01.947 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=77/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:01.950 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:01.950 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:01.950 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.950 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.950 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=0} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:01.951 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=9} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=9} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e2033e[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@80dfd5a[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@66319396[PROCESSING] 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=9} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 108 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63924a70] (null,[p=0,l=108,c=108,r=108],true)@START 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@80dfd5a[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:01 GMT Content-Type: application/json Content-Length: 108 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63924a70] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d2d56ab{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>:8899\r\nCo...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@80dfd5a[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{WRITING}->null:IDLE-->WRITING 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=W,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=COMPLETING}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=9} 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@1d2d56ab{WRITING}->null 17:19:01.960 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{IDLE}->null:WRITING-->IDLE 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63924a70] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@66319396[PROCESSING] 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=10} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@77fd5ecf) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=10} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.961 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=10} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.961 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=18} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=18} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=18} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=18} parsed false HttpParser{s=END,0 of -1} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,0 of -1},g=HttpGenerator@5a6fa70f{s=END}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=18} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:01.969 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:01.970 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.970 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:01.970 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:01.970 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:02.040 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=70/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.040 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:02.040 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:02.040 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:02.040 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:02.040 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:02.040 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:02.040 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 17:19:02.040 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=70/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:02.040 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:19:02.040 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=70/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7589d23 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=71/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=71/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=71/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:19:02.041Z 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:19:02.041Z 17:19:02.041 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:19:02.041Z 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=26]@2021-11-11T17:19:02.041Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=71/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:02.041 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:19:02.041Z tryProduce true 17:19:02.041 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=71/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=78/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 175 HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 175 HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=175,c=8192,r=175]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:02.048 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/set on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/set,age=0} POST //127.0.0.1:8899/set HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 13 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of 13},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/set,age=0} parsed true HttpParser{s=CONTENT,0 of 13} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/set HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/set,age=0} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=0} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /set on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=0} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/set|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@2ecc7685{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=0} 17:19:02.049 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:02.041 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:02.057 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:19:02.057 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of 13},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} 17:19:02.057 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CONTENT,0 of 13},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} parse HeapByteBuffer@316724ee[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} Content@42b71b6b{HeapByteBufferR@320421fa[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=0,[0]=null,s=STREAM] addContent Content@42b71b6b{HeapByteBufferR@320421fa[p=162,l=175,c=8192,r=13]={POST /set... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,13 of 13},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} parsed false HttpParser{s=END,13 of 13} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@7b1299da[c=13,q=1,[0]=EOF,s=STREAM] read 13 from Content@42b71b6b{HeapByteBufferR@320421fa[p=175,l=175,c=8192,r=0]={POST /set...e": 25}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,13 of 13},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@2ecc7685{s=HANDLING rs=ASYNC os=OPEN is=READY awp=false se=false i=false al=0} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETE os=OPEN is=READY awp=false se=false i=false al=0} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@317d6d66) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@529fb6ee 17:19:02.057 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /set on HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=8} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:02 GMT 17:19:02.058 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@28899395] (null,[p=0,l=0,c=0,r=0],true)@START 17:19:02.058 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:02.058 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:02 GMT 17:19:02.058 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:02.058 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@28899395] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@1d2d56ab{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=108,c=8192,r=108]={<<>>1:8899\r\nC...\x00\x00\x00\x00\x00\x00\x00}] 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{WRITING}->null:IDLE-->WRITING 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=W,to=17/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=END,13 of 13},g=HttpGenerator@5a6fa70f{s=COMPLETING}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/set,age=17} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@1d2d56ab{WRITING}->null 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@1d2d56ab{IDLE}->null:WRITING-->IDLE 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@4f13dd84[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@28899395] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:19:02.066 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@317d6d66 w=false 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@2ecc7685{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/set,age=17} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /set written=0 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@2ecc7685{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,13 of 13} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:02.066 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@be11277 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:02.067 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:02.067 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.176 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:07.176 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:07.176 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@7589d23 SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=5109/30000}{io=1/1,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.176 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.176 [qtp118555812-31-acceptor-0@f9b1c75-ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@21aa31c6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40186]] on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=1 updates=0 17:19:07.176 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:07.176 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:19:07.176Z 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:19:07.177Z 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=27]@2021-11-11T17:19:07.177Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPRENe tiusr=nIinDgL Ef oar wpg=efta:l s{"er esseo=ufraclesIed "i:="ttermupee ral=0},r=7,c=falasteu/rfea",l"ssee,rav=iIcDeLPEr,ouvriid=enruIldl",:a"gTee=s0t}F:orruSneFnsiilNlaacbtlGea:tBeLwOayC4K"I,N"Gd/aBtaL"O:C2K5I,N"Gs e1r7v:i1c9e:I0d"7:."1s7e7r v[iqctep1"1}185 55812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@17da8a99{AC.ReadCB@6bceed38{HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=FI,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:19:07.177Z 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,OPEN,fill=-,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:19:07.177Z tryProduce true 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,ISHUT,fill=-,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@21aa31c6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40186]] 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,ISHUT,fill=-,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@21aa31c6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40186]] startThread=0 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.177 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@21aa31c6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40186]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,ISHUT,fill=-,flush=-,to=5110/30000}{io=1/0,kio=1,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.177 [qtp118555812-34] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,ISHUT,fill=-,flush=-,to=5110/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,ISHUT,fill=-,flush=-,to=5110/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.177 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 2 keys 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@24341df5{l=/127.0.0.1:8899,r=/127.0.0.1:40184,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=0,kro=1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.177 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@17da8a99{null} 17:19:07.177 [qtp118555812-34] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@3df9537a{STARTED} id=0 keys=2 selected=0 updates=0 17:19:07.177 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@472260a8 on ManagedSelector@3df9537a{STARTED} id=0 keys=2 selected=0 updates=0 17:19:07.177 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@10fd9a47 startThread=0 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:07.178 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@10fd9a47 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@472260a8 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.178 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40184,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:19:07.178 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@24341df5{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-30] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.178 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@10fd9a47 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@24341df5{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6bceed38::SocketChannelEndPoint@24341df5{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5111/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@6bceed38[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a6fa70f{s=START}]=>HttpChannelOverHttp@2af3e703{s=HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@2ecc7685{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:07.178 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 17:19:07.178 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@21aa31c6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40186]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3b116c8f SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:19:07.178Z 17:19:07.178 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:19:07.178Z 17:19:07.178 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:19:07.178Z 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:19:07.178Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:07.179 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=28]@2021-11-11T17:19:07.179Z tryProduce true 17:19:07.179 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:07.179 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.179 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.179 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 141 HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=141,c=8192,r=141]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/get on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} GET //127.0.0.1:8899/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:07.179 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/get HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/get,age=1} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /get on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61dd30d6[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4e5ad2c5[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@2a2be5a0[PROCESSING] 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /get on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:07 GMT Content-Type: application/json Content-Length: 108 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@12bd5965] (null,[p=0,l=108,c=108,r=108],true)@START 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@4e5ad2c5[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:07 GMT Content-Type: application/json Content-Length: 108 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@12bd5965] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a696d0d{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>ntent-Len...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4e5ad2c5[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a696d0d{WRITING}->null:IDLE-->WRITING 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=COMPLETING}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/get,age=1} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@a696d0d{WRITING}->null 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a696d0d{IDLE}->null:WRITING-->IDLE 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@12bd5965] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@2a2be5a0[PROCESSING] 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:07.180 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.180 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/get,age=2} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@7f9a8f05) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /get written=108 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@119114e9[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/get,age=2} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.181 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.182 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.182 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.182 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:07.182 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 17:19:07.182 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.182 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.182 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.208 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:19:07.209 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:07.220 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:07.240 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:07.241 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.241 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.241 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.241 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.241 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.242 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.242 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.242 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.242 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:07.242 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:07.242 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:07.242 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:07.243 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:07.243 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:07.244 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.244 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.244 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.244 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.244 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.244 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.245 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:19:07.245 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:19:07.245 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:07.245 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:07.245 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:07.245 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:07.246 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:07.246 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:07.246 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:07.246 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:19:07.247 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:19:07.247 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:19:07.247 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:07.248 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:07.255 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:07.256 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.257 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.257 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.257 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.257 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:07.258 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.259 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:07.260 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.260 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:07.260 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:07.261 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.261 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:07.262 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:07.262 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:07.262 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:07.263 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started Setting entity for: TestForSensiNactGateway5 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3b116c8f SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=82/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=82/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=82/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:19:07.264Z 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:19:07.264Z 17:19:07.264 [qtp118555812-33] DEBUG org.eclipse.jetRtye.tuutriln.ithnrge afd.osrtr agteegty:.E a{t"WrheatsYoouurKcilelI d-" E:a"ttWehamtpYeoruKaitllu@r4e1e"d,62"5s3e/SrevlieccteoPrrPorovidudceerr@I5d9"5:69"eTde7s/ItDFLoEr/Spe=tnrsuei/NQaucteGuaetdeTwhraeyad5P"o,o"l[dqattpa11"8:52545,81"2s]e@r7v11i0c4eaI4{dS"T:AR"TsEeDr,v8HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:07.264 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=29]@2021-11-11T17:19:07.264Z 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=83/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.265 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:19:07.265Z tryProduce true 17:19:07.265 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:07.265 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=83/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.265 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=83/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.265 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 191 HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 191 HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} GET //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /req/TestForSensiNactGateway5/service1/temperature/get on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/req/TestForSensiNactGateway5/service1/temperature/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:07.265 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a3a06ed[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@b8a1210[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@161c2e88[PROCESSING] 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /req/TestForSensiNactGateway5/service1/temperature/get on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:07 GMT Content-Type: application/json Content-Length: 108 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6a4fa1ae] (null,[p=0,l=108,c=108,r=108],true)@START 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@b8a1210[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:07 GMT Content-Type: application/json Content-Length: 108 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6a4fa1ae] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a696d0d{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\nHost: 12...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@b8a1210[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a696d0d{WRITING}->null:IDLE-->WRITING 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=COMPLETING}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@a696d0d{WRITING}->null 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a696d0d{IDLE}->null:WRITING-->IDLE 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6a4fa1ae] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@161c2e88[PROCESSING] 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@4068cf64) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.266 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /req/TestForSensiNactGateway5/service1/temperature/get written=108 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@119114e9[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:07.267 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=END,0 of -1},g=HttpGenerator@3cf324d6{s=END}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 17:19:07.267 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.267 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.268 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3b116c8f SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:19:07.269Z 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:19:07.269Z 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:19:07.269Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:07.269 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=30]@2021-11-11T17:19:07.269Z 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.269 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:19:07.269Z tryProduce true 17:19:07.269 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:07.269 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 225 HeapByteBuffer@316724ee[p=0,l=225,c=8192,r=225]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 225 HeapByteBuffer@316724ee[p=0,l=225,c=8192,r=225]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.269 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.269 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=225,c=8192,r=225]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=225,c=8192,r=225]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:07.269 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} POST //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 13 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of 13},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} parsed true HttpParser{s=CONTENT,0 of 13} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /req/TestForSensiNactGateway5/service1/temperature/set on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/req/TestForSensiNactGateway5/service1/temperature/set|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@3112ce7d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CONTENT,0 of 13},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} parse HeapByteBuffer@316724ee[p=212,l=225,c=8192,r=13]={POST /req... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=212,l=225,c=8192,r=13]={POST /req... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} Content@691f11cf{HeapByteBufferR@285f08e4[p=212,l=225,c=8192,r=13]={POST /req... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@119114e9[c=0,q=0,[0]=null,s=STREAM] addContent Content@691f11cf{HeapByteBufferR@285f08e4[p=212,l=225,c=8192,r=13]={POST /req... 13\r\n\r\n<<<{"value": 25}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@119114e9[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=END,13 of 13},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} parsed false HttpParser{s=END,13 of 13} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@119114e9[c=13,q=1,[0]=EOF,s=STREAM] read 13 from Content@691f11cf{HeapByteBufferR@285f08e4[p=225,l=225,c=8192,r=0]={POST /req...e": 25}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=END,13 of 13},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@3112ce7d{s=HANDLING rs=ASYNC os=OPEN is=READY awp=false se=false i=false al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETE os=OPEN is=READY awp=false se=false i=false al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0} 17:19:07.270 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=OPEN is=READY awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@396584d) s=CLOSING,api=PENDING,sc=false,e=null s=false e=null, c=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@1a39228a 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /req/TestForSensiNactGateway5/service1/temperature/set on HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:07 GMT 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@bb9d96b] (null,[p=0,l=0,c=0,r=0],true)@START 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=1,cl=-1} last=true content=HeapByteBuffer@183122eb[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:07 GMT 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@bb9d96b] ([p=0,l=108,c=8192,r=108],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@a696d0d{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=108,c=8192,r=108]={<<>>/plain\r\nU...\x00\x00\x00\x00\x00\x00\x00}] 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a696d0d{WRITING}->null:IDLE-->WRITING 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 108 SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=END,13 of 13},g=HttpGenerator@3cf324d6{s=COMPLETING}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMMITTED is=READY awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=1} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=108 remaining=0 WriteFlusher@a696d0d{WRITING}->null 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@a696d0d{IDLE}->null:WRITING-->IDLE 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@1a6e917e[PROCESSING][i=HTTP/1.1{s=200,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@bb9d96b] ([p=108,l=108,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@396584d w=false 17:19:07.271 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3112ce7d{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/set,age=1} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /req/TestForSensiNactGateway5/service1/temperature/set written=0 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@3112ce7d{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,13 of 13} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:07.271 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.272 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:07.272 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@61c8f605 17:19:07.272 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:07.272 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:07.272 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:12.380 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:12.380 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:12.380 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3b116c8f SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=5108/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.380 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=5108/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.380 [qtp118555812-31-acceptor-0@f9b1c75-ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@513d33bb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40188]] on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=1 updates=0 17:19:12.380 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=5108/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:19:12.38Z 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:19:12.381Z 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=31]@2021-11-11T17:19:12.381Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@1b357413{AC.ReadCB@7bb036f6{HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=FI,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IRDLeEt uarwnpi=nfga lfsoer sgee=tf:a l{s"er eiso=utrrcueeI da"l:="0t}e,mrp=e3r,act=ufrael"s,e"/sfearlvsiec,eaP=rIoDvLiEde,ruIrdi"=:n"uTll,aegset=F0o}r}S}en s1i7N:a1c9t:G1a2t.3e81w a[yq5t"p,1"1d8a5t5a5"8:1225-,3"5s]e rDvEiBcUeGI od"r:g".seercvliipcsee1."j}ett y.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:19:12.381Z 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,OPEN,fill=-,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:19:12.381 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:19:12.381Z tryProduce true 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,ISHUT,fill=-,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.381 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,ISHUT,fill=-,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.381 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@513d33bb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40188]] 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,ISHUT,fill=-,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,ISHUT,fill=-,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.381 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@513d33bb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40188]] startThread=0 17:19:12.381 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:12.381 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@513d33bb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40188]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,CLOSED,fill=-,flush=-,to=5109/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.381 [qtp118555812-37] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 17:19:12.381 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@18548f5f{l=/127.0.0.1:8899,r=/127.0.0.1:40186,CLOSED,fill=-,flush=-,to=5109/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.381 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 2 keys 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@1b357413{null} 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:12.381 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ba94feb startThread=0 17:19:12.381 [qtp118555812-37] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:12.382 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ba94feb in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 0 updates 17:19:12.382 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@781f3f52 on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:12.382 [qtp118555812-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@18548f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-32] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@18548f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ba94feb in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}] 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-33] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bb036f6::SocketChannelEndPoint@18548f5f{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5110/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7bb036f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cf324d6{s=START}]=>HttpChannelOverHttp@3719966c{s=HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@3112ce7d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:12.382 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 waiting 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@55564cef{AC.ReadCB@faf6d3f{HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@216415ef on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=2 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 2 updates 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:12.382 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@513d33bb[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40188]] in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$491/1647395289@781f3f52 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@216415ef 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 1/1/1 selected 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 1 keys, 0 updates 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5bf1e8d0 SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0} tryExecute EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:19:12.382Z 17:19:12.382 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 offer EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/PRODUCING/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:19:12.382Z 17:19:12.383 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@7a595b9 task=EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:19:12.383Z 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=32]@2021-11-11T17:19:12.382Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:12.383 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=true/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:19:12.383Z tryProduce true 17:19:12.383 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@55564cef{AC.ReadCB@faf6d3f{HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:12.383 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:12.383 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.383 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 191 HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 191 HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=191,c=8192,r=191]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get on HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} GET //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:12.383 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /req/TestForSensiNactGateway5/service1/temperature/get on HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=0} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet null|/req/TestForSensiNactGateway5/service1/temperature/get|null -> callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - startAsync HttpChannelState@cdea479{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - onWritePossible HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.Server - handled=true async=true committed=false on HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=true se=false i=true al=0} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) WRITE_CALLBACK HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action WRITE_CALLBACK HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWritePossible Call get 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a9487d3[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}) 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=PENDING,sc=false,e=null last=true agg=false flush=true async=true, len=108 null 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@396ad579[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} complete=true committing=true callback=AsyncWrite@7cdd31be[PROCESSING] 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /req/TestForSensiNactGateway5/service1/temperature/get on HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:12 GMT Content-Type: application/json Content-Length: 108 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@28bee19d[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@66da4146] (null,[p=0,l=108,c=108,r=108],true)@START 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=108} last=true content=HeapByteBuffer@396ad579[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:12 GMT Content-Type: application/json Content-Length: 108 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@28bee19d[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@66da4146] ([p=0,l=142,c=8192,r=142],[p=0,l=108,c=108,r=108],true)@COMPLETING 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@9f491f9{IDLE}->null [HeapByteBuffer@316724ee[p=0,l=142,c=8192,r=142]={<<>>\nHost: 12...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@396ad579[p=0,l=108,c=108,r=108]={<<<{"resourceId":"temperatur..."serviceId":"service1"}>>>}] 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@9f491f9{WRITING}->null:IDLE-->WRITING 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 250 SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=W,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cd2d860{s=COMPLETING}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=1} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=250 remaining=0 WriteFlusher@9f491f9{WRITING}->null 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@9f491f9{IDLE}->null:WRITING-->IDLE 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@28bee19d[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=108},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@66da4146] ([p=142,l=142,c=8192,r=0],[p=108,l=108,c=108,r=0],true)@END 17:19:12.384 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - EOF of AsyncWrite@7cdd31be[PROCESSING] 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=PENDING,sc=false,e=null->s=CLOSED,api=ASYNC,sc=false,e=null c=null cb=null w=false 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - complete HttpChannelState@cdea479{s=HANDLING rs=ASYNC os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@cdea479{s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:12.384 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@cdea479{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1c3111b8) s=CLOSED,api=ASYNC,sc=false,e=null s=true e=null, c=null 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@cdea479{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@cdea479{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /req/TestForSensiNactGateway5/service1/temperature/get written=108 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cd2d860{s=END}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cd2d860{s=END}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@43dca9aa[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2cd2d860{s=END}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2cd2d860{s=END}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/req/TestForSensiNactGateway5/service1/temperature/get,age=2} 17:19:12.385 [main] DEBUG org.eclipse.sensinact.gateway.core.SensiNact - closing sensiNact core 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@cdea479{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@316724ee[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.385 [qtp118555812-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.386 [qtp118555812-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@55564cef{AC.ReadCB@faf6d3f{HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:12.386 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.386 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@216415ef on ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:12.386 [qtp118555812-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=1 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$488/181371033@216415ef 17:19:12.386 [qtp118555812-35] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:12.386 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@1bb31d93 waiting 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:12.386 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:12.395 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Server@72f46e16{STARTED}[9.4.42.v20210604] 17:19:12.395 [main] DEBUG org.eclipse.jetty.server.Server - doStop Server@72f46e16{STOPPING}[9.4.42.v20210604] 17:19:12.396 [qtp118555812-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran qtp118555812-31-acceptor-0@f9b1c75-ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:12.396 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandlerContainer - Graceful shutdown Server@72f46e16{STOPPING}[9.4.42.v20210604] by 17:19:12.396 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:12.396 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SelectorManager@ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:12.396 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@3df9537a{STARTED} id=0 keys=1 selected=0 updates=0 17:19:12.396 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@6df7988f on ManagedSelector@3df9537a{STOPPING} id=0 keys=1 selected=0 updates=0 17:19:12.396 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STOPPING} id=0 keys=1 selected=0 updates=1 17:19:12.396 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:12.396 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/1 selected 17:19:12.396 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:12.396 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:12.397 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@6df7988f 17:19:12.397 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 1 connections on ManagedSelector@3df9537a{STOPPING} id=0 keys=1 selected=0 updates=0 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=12/30000}{io=1/1,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,OPEN,fill=FI,flush=-,to=12/30000}{io=1/1,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@6863e49c{l=/127.0.0.1:8899,r=/127.0.0.1:40188,CLOSED,fill=FI,flush=-,to=12/30000}{io=1/1,kio=1,kro=1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@55564cef{AC.ReadCB@faf6d3f{HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40188,CLOSED,fill=FI,flush=-,to=12/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@faf6d3f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - close HttpParser{s=START,0 of -1} 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSE 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.AbstractConnection - HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40188,CLOSED,fill=-,flush=-,to=12/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@faf6d3f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillInterestedFailed {} 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@3df9537a{STOPPING} id=0 keys=1 selected=0 updates=0 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e04b8c5 startThread=0 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:12.398 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b waiting with 1 keys 17:19:12.398 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e04b8c5 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:12.398 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@27b22f74 on ManagedSelector@3df9537a{STOPPING} id=0 keys=0 selected=0 updates=0 17:19:12.398 [qtp118555812-30] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@6863e49c{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40188,CLOSED,fill=-,flush=-,to=12/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@faf6d3f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.398 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@3df9537a{STOPPING} id=0 keys=0 selected=0 updates=1 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken with none selected 17:19:12.399 [qtp118555812-30] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@faf6d3f::SocketChannelEndPoint@6863e49c{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=12/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@faf6d3f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cd2d860{s=START}]=>HttpChannelOverHttp@4f137140{s=HttpChannelState@cdea479{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b woken up from select, 0/0/0 selected 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@3466001b processing 0 keys, 1 updates 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:12.399 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e04b8c5 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@27b22f74 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 size 2 > capacity 17:19:12.399 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7c0a521a{s=2/2,p=0}@7a595b9 in QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:19:12.399Z 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@41ed6253/SelectorProducer@59569ed7/IDLE/p=false/QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=33]@2021-11-11T17:19:12.399Z 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@3df9537a{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SelectorManager@ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpConnectionFactory@3c9168dc[HTTP/1.1] 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpConnectionFactory@3c9168dc[HTTP/1.1] 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@54361a9{STARTED} 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@54361a9{STOPPED} 17:19:12.399 [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServerConnector@549621f3{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:12.399 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping Server@72f46e16{STOPPING}[9.4.42.v20210604] 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ErrorHandler@72cda233{STARTED} 17:19:12.399 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ErrorHandler@72cda233{STOPPING} 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ErrorHandler@72cda233{STOPPED} 17:19:12.399 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServletHandler@72e34f77{STARTED} 17:19:12.399 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ServletHandler@72e34f77{STOPPING} 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED callbackServlet==org.eclipse.sensinact.gateway.sthbnd.http.test.JettyTestServer$JettyTestServerCallbackServlet@5d8d6240{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServletHandler@72e34f77{STOPPED} 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping AttributeContainerMap@5217f3d0{size=0} 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED AttributeContainerMap@5217f3d0{size=0} 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[qtp118555812]@71104a4{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7c0a521a{s=2/2,p=0}] 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@7c0a521a{s=2/2,p=0} 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=1/2,p=0}@1bb31d93 offer STOP! 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=0/2,p=0}@25b995c8 offer STOP! 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@7c0a521a{s=-1/2,p=0} 17:19:12.400 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=-1/2,p=0}@1bb31d93 task=STOP! 17:19:12.400 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=-1/2,p=0}@25b995c8 task=STOP! 17:19:12.400 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=-1/2,p=0}@1bb31d93 Exited 17:19:12.400 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@7c0a521a{s=-1/2,p=0}@25b995c8 Exited 17:19:12.400 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7c0a521a{s=-1/2,p=0}@25b995c8 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@7c0a521a{s=-1/2,p=0}@1bb31d93 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp118555812-30,5,main] for 14999 17:19:12.400 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-35,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-36,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-34,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-37,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-32,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-31,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1787079037@353bedb4 in QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-30,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [qtp118555812-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp118555812-33,5,main] exited for QueuedThreadPool[qtp118555812]@71104a4{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp118555812-31,5,] for 14999 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[qtp118555812]@71104a4{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:12.400 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Server@72f46e16{STOPPED}[9.4.42.v20210604] [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/http-device-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-device/2.0-SNAPSHOT/http-device-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-device/2.0-SNAPSHOT/http-device-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/http-device-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-device/2.0-SNAPSHOT/http-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway.sthbnd:sensinact-openhab >------- [INFO] Building sensiNact IoT Gateway - OpenHab Protocol Device 2.0-SNAPSHOT [52/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-openhab --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-openhab --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-openhab --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-openhab --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-openhab --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-openhab --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-openhab --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-openhab --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-openhab --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/sensinact-openhab-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-openhab --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/sensinact-openhab-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-openhab --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-openhab --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-openhab --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/sensinact-openhab-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/sensinact-openhab/2.0-SNAPSHOT/sensinact-openhab-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/sensinact-openhab/2.0-SNAPSHOT/sensinact-openhab-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/sensinact-openhab-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/sensinact-openhab/2.0-SNAPSHOT/sensinact-openhab-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ sensinact-openhab --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ---< org.eclipse.sensinact.gateway.sthbnd.http:http-device-factory >---- [INFO] Building sensiNact IoT Gateway - HTTP Protocol Device Factory 2.0-SNAPSHOT [53/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http-device-factory --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http-device-factory --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http-device-factory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ http-device-factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ http-device-factory --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ http-device-factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ http-device-factory --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ http-device-factory --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http-device-factory --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/http-device-factory-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ http-device-factory --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/http-device-factory-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ http-device-factory --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/tests.bndrun: [INFO] -runbundles: org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',com.fasterxml.jackson.core.jackson-annotations;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-core;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-databind;version='[2.10.0,2.10.1)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.eclipse.sensinact.gateway.sthbnd.http.http-device-factory;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device-factory-tests;version='[2.0.0,2.0.1)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ http-device-factory --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/tests.bndrun: [INFO] -runbundles: org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',com.fasterxml.jackson.core.jackson-annotations;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-core;version='[2.10.0,2.10.1)',com.fasterxml.jackson.core.jackson-databind;version='[2.10.0,2.10.1)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.eclipse.sensinact.gateway.sthbnd.http.http-device-factory;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device-factory-tests;version='[2.0.0,2.0.1)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' 17:19:20.858 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:19:20.861 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1089ms to org.eclipse.jetty.util.log.Slf4jLog 17:19:20.866 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp199657303]@be68757{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@3e6104fc,POJO} 17:19:20.869 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7a220c9a{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp199657303]@be68757{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:19:20.870 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@6cc558c6[null] added {org.eclipse.jetty.security.DefaultIdentityService@15713d56,POJO} 17:19:20.871 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@6cc558c6[OSGi HTTP Service Realm] added {UserStore@63f259c3{STOPPED},AUTO} 17:19:20.871 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7a220c9a{STOPPED}[9.4.42.v20210604] added {HashLoginService@6cc558c6[OSGi HTTP Service Realm],AUTO} 17:19:20.880 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@61544ae6{/,null,STOPPED},[o.e.j.s.ServletContextHandler@61544ae6{/,null,STOPPED}]}] 17:19:20.880 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@4b41dd5c{STOPPED} added {o.e.j.s.ServletContextHandler@61544ae6{/,null,STOPPED},AUTO} 17:19:20.882 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@3cdf2c61 17:19:20.886 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@61544ae6{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=-1,MANAGED} 17:19:20.888 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=-1 added {ServletHandler@d62fe5b{STOPPED},MANAGED} 17:19:20.888 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:19:20.889 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@7a1234bf,UNMANAGED} 17:19:20.890 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@d62fe5b{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:19:20.891 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@d62fe5b{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07,POJO} 17:19:20.891 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7a220c9a{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@4b41dd5c{STOPPED},MANAGED} 17:19:20.891 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@7a220c9a{STOPPED}[9.4.42.v20210604] 17:19:20.892 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7a220c9a{STARTING}[9.4.42.v20210604] added {ErrorHandler@34158c08{STOPPED},AUTO} 17:19:20.893 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:19:20.901 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@7a220c9a{STARTING}[9.4.42.v20210604] 17:19:20.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp199657303]@be68757{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:19:20.903 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=0} 17:19:20.903 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] added {ReservedThreadExecutor@19835e64{s=0/2,p=0},AUTO} 17:19:20.903 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@19835e64{s=0/2,p=0} 17:19:20.906 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1135ms ReservedThreadExecutor@19835e64{s=0/2,p=0} 17:19:20.907 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-21,5,main] 17:19:20.907 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-22,5,main] 17:19:20.908 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-23,5,main] 17:19:20.908 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-24,5,main] 17:19:20.908 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.908 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-25,5,main] 17:19:20.908 [qtp199657303-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.908 [qtp199657303-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.908 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-26,5,main] 17:19:20.908 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-27,5,main] 17:19:20.908 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.908 [qtp199657303-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.908 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.909 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp199657303-28,5,main] 17:19:20.909 [qtp199657303-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1138ms QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@6cc558c6[OSGi HTTP Service Realm] 17:19:20.909 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@63f259c3{STOPPED} 17:19:20.909 [qtp199657303-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:20.910 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1138ms UserStore@63f259c3{STARTED} 17:19:20.910 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1138ms HashLoginService@6cc558c6[OSGi HTTP Service Realm] 17:19:20.910 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@4b41dd5c{STOPPED} 17:19:20.910 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@4b41dd5c{STARTING} 17:19:20.910 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@61544ae6{/,null,STOPPED} 17:19:20.911 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:19:20.944 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@61544ae6{/,null,STARTING} 17:19:20.944 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 17:19:20.945 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@1afdd473[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:19:20.946 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@1afdd473[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@2f1de2d6[passivating=false,graceSec=3600],AUTO} 17:19:20.946 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@3a0baae5{STOPPED}[worker=null] 17:19:20.947 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:19:20.947 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:19:20.947 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@3a0baae5{STARTING}[worker=node0] added {HouseKeeper@5a18cd76{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:19:20.947 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@5a18cd76{STOPPED}[interval=600000, ownscheduler=false] 17:19:20.948 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@6995bf68{STOPPED} 17:19:20.948 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1177ms ScheduledExecutorScheduler@6995bf68{STARTED} 17:19:20.948 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:19:20.948 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:19:20.949 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1177ms HouseKeeper@5a18cd76{STARTED}[interval=600000, ownscheduler=true] 17:19:20.949 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1177ms DefaultSessionIdManager@3a0baae5{STARTED}[worker=node0] 17:19:20.949 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7a220c9a{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@3a0baae5{STARTED}[worker=node0],MANAGED} 17:19:20.949 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 added {DefaultSessionIdManager@3a0baae5{STARTED}[worker=node0],UNMANAGED} 17:19:20.949 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@1b835480{STOPPED} 17:19:20.949 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1178ms ScheduledExecutorScheduler@1b835480{STARTED} 17:19:20.950 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 17:19:20.950 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@d62fe5b{STOPPED} 17:19:20.952 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07[EMBEDDED:null] 17:19:20.953 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:20.953 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:20.953 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:20.953 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:20.953 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:19:20.955 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:20.956 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@d62fe5b{STARTING} 17:19:20.956 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@d62fe5b{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@250def02{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:19:20.956 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@d62fe5b{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99,POJO} 17:19:20.956 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07[EMBEDDED:null] 17:19:20.956 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:20.956 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99[EMBEDDED:null] 17:19:20.956 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@250def02{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@250def02{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07[EMBEDDED:null] 17:19:20.957 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99[EMBEDDED:null] 17:19:20.957 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@250def02{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:19:20.957 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@250def02{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:20.957 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@d62fe5b{STARTING} 17:19:20.957 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1186ms ServletHandler@d62fe5b{STARTED} 17:19:20.957 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@1afdd473[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:19:20.957 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@2f1de2d6[passivating=false,graceSec=3600] 17:19:20.957 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1186ms org.eclipse.jetty.server.session.NullSessionDataStore@2f1de2d6[passivating=false,graceSec=3600] 17:19:20.958 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1186ms org.eclipse.jetty.server.session.DefaultSessionCache@1afdd473[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:19:20.958 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1186ms org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 17:19:20.960 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:19:20.960 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1189ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:19:20.961 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07 17:19:20.961 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@250def02{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:19:20.961 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1190ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-421bba99==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@250def02{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:19:20.962 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:20.962 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1190ms o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:20.962 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1190ms ContextHandlerCollection@4b41dd5c{STARTED} 17:19:20.962 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@34158c08{STOPPED} 17:19:20.962 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@34158c08{STARTING} 17:19:20.962 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1190ms ErrorHandler@34158c08{STARTED} 17:19:20.962 [main] INFO org.eclipse.jetty.server.Server - Started @1190ms 17:19:20.962 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1190ms Server@7a220c9a{STARTED}[9.4.42.v20210604] 17:19:20.962 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:19:20.965 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@146587a2[HTTP/1.1] added {HttpConfiguration@5f0e9815{32768/8192,8192/8192,https://:0,[]},POJO} 17:19:20.973 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{null, ()}{0.0.0.0:0} added {Server@7a220c9a{STARTED}[9.4.42.v20210604],UNMANAGED} 17:19:20.973 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}],UNMANAGED} 17:19:20.973 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@6179e425{STOPPED},AUTO} 17:19:20.973 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@35f26e72,POJO} 17:19:20.974 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@146587a2[HTTP/1.1],AUTO} 17:19:20.974 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@146587a2[HTTP/1.1] 17:19:20.975 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:19:20.976 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7a220c9a{STARTED}[9.4.42.v20210604] added {ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898},UNMANAGED} 17:19:20.976 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:19:20.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8898],POJO} 17:19:20.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@6179e425{STOPPED} 17:19:20.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1208ms ScheduledExecutorScheduler@6179e425{STARTED} 17:19:20.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@146587a2[HTTP/1.1] 17:19:20.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1208ms HttpConnectionFactory@146587a2[HTTP/1.1] 17:19:20.980 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:19:21.043 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:21.041Z added {SelectorProducer@1d3ac898,POJO} 17:19:21.043 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:21.043Z added {QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}],UNMANAGED} 17:19:21.044 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:21.043Z created 17:19:21.044 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@63dd899{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:21.044Z,MANAGED} 17:19:21.044 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {ManagedSelector@63dd899{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:19:21.044 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@63dd899{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:21.045 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:21.044Z 17:19:21.045 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1273ms EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:21.045Z 17:19:21.047 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$41/867288517@5b202a3a startThread=0 17:19:21.047 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$41/867288517@5b202a3a in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:21.047 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@10b9db7b on ManagedSelector@63dd899{STARTING} id=0 keys=0 selected=0 updates=0 17:19:21.047 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:21.047Z tryProduce false 17:19:21.048 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:21.048 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@10b9db7b 17:19:21.048 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:21.048 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 0 keys 17:19:21.048 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1276ms ManagedSelector@63dd899{STARTED} id=0 keys=0 selected=0 updates=0 17:19:21.048 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1276ms SelectorManager@ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:19:21.049 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {acceptor-0@6ee660fb,POJO} 17:19:21.049 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@6ee660fb startThread=0 17:19:21.049 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:19:21.049 [qtp199657303-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@6ee660fb in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:21.049 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1277ms ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8898 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:19:21.059 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7a220c9a{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@41dd05a,POJO} 17:19:21.639 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:21.640 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:19:21.640 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:19:21.641 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - %s %s is valid? %s 17:19:21.645 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:22.163 [qtp199657303-22-acceptor-0@6ee660fb-ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@4f0b4dfa[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57064]] on ManagedSelector@63dd899{STARTED} id=0 keys=0 selected=0 updates=0 17:19:22.163 [qtp199657303-22-acceptor-0@6ee660fb-ServerConnector@4dd02341{HTTP/1.1, (http/1.1)}{0.0.0.0:8898}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=0 selected=0 updates=1 17:19:22.163 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:22.163 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/0 selected 17:19:22.163 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:22.163 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:22.164 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@4f0b4dfa[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57064]] 17:19:22.164 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@4f0b4dfa[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57064]] startThread=0 17:19:22.164 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:22.164 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:22.164 [qtp199657303-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@4f0b4dfa[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57064]] in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:22.168 [qtp199657303-23] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 59999 ms 17:19:22.183 [qtp199657303-23] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=17/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:22.187 [qtp199657303-23] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=21/60000}{io=0/0,kio=0,kro=0}-> 17:19:22.188 [qtp199657303-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$487/296929603@363974cc on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:22.188 [qtp199657303-23] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.189 [qtp199657303-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.189 [qtp199657303-23] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=23/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.189 [qtp199657303-23] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:22.189 [qtp199657303-23] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.190 [qtp199657303-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:22.190 [qtp199657303-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=2 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 2 updates 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$487/296929603@363974cc 17:19:22.190 [qtp199657303-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:22.190 [qtp199657303-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@4f0b4dfa[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8898 remote=/127.0.0.1:57064]] in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}] 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 1/1/1 selected 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 1 keys, 0 updates 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5429ce6b SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.190 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.191 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:22.191 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=0} tryExecute EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:22.191Z 17:19:22.191 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=1} startReservedThread p=1 17:19:22.192 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@19835e64{s=0/2,p=1}@63ce9c1a startThread=0 17:19:22.192 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@19835e64{s=0/2,p=1}@63ce9c1a in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=1}] 17:19:22.192 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=1}@63ce9c1a started 17:19:22.192 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:22.192Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:22.192 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@63ce9c1a waiting 17:19:22.192 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:19:22.192 [qtp199657303-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}] 17:19:22.192 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:22.192 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:22.192 [qtp199657303-25] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:22.192 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.192 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:22.193 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:22.195 [qtp199657303-25] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:19:22.195 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 191 HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.195 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 191 HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.195 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:22.195 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.195 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:22.196 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:22.196 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:22.196 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:22.197 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:22.198 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:22.198 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/http-factory-test-resources/test1/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=0} GET //localhost:8898/http-factory-test-resources/test1/response.json HTTP/1.1 Content-Type: text/plain Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8898 Connection: keep-alive 17:19:22.198 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:22.198 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=0} 17:19:22.199 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/http-factory-test-resources/test1/response.json HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=1} 17:19:22.199 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:22.200 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=2} 17:19:22.200 [qtp199657303-25] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /http-factory-test-resources/test1/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=2} 17:19:22.200 [qtp199657303-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/http-factory-test-resources/test1/response.json @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:22.200 [qtp199657303-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/http-factory-test-resources/test1/response.json @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:22.200 [qtp199657303-25] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:22.201 [qtp199657303-25] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 session=null 17:19:22.201 [qtp199657303-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/http-factory-test-resources/test1/response.json -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:22.201 [qtp199657303-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:22.205 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f1cf3ee[p=0,l=1,c=512,r=1]={<<<[>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1,c=24576,r=1]={<<<[>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74e1dca9[p=0,l=1,c=512,r=1]={<<<\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2,c=24576,r=2]={<<<[\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12c31d0d[p=0,l=100,c=512,r=100]={<<< {"Date":"20.10.2021","T...e":"3.4","Value":"94"},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=102,c=24576,r=102]={<<<[\n {"Date":"20.10.2021",...e":"3.4","Value":"94"},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b087061[p=0,l=1,c=512,r=1]={<<<\n>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=103,c=24576,r=103]={<<<[\n {"Date":"20.10.2021",...":"3.4","Value":"94"},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11d20cd2[p=0,l=99,c=512,r=99]={<<< {"Date":"20.10.2021","T...de":"7.8","Value":"28"}>>>,\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=202,c=24576,r=202]={<<<[\n {"Date":"20.10.2021",...de":"7.8","Value":"28"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bac8ed5[p=0,l=1,c=512,r=1]={<<<\n>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.206 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=203,c=24576,r=203]={<<<[\n {"Date":"20.10.2021",...e":"7.8","Value":"28"}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@618dcdd8[p=0,l=1,c=512,r=1]={<<<]>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=204,c=24576,r=204]={<<<[\n {"Date":"20.10.2021",...":"7.8","Value":"28"}\n]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19fe22f0[p=0,l=1,c=512,r=1]={<<<\n>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=205,c=24576,r=205]={<<<[\n {"Date":"20.10.2021",...:"7.8","Value":"28"}\n]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=9} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=9} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.207 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=10} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=10} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=10} 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=10} 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@184b0981[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=10} parsed false HttpParser{s=END,0 of -1} 17:19:22.208 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=15/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=10} 17:19:22.209 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@585197fc) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@7c6ad349[p=0,l=205,c=24576,r=205]={<<<[\n {"Date":"20.10.2021",...:"7.8","Value":"28"}\n]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.209 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=205,c=24576,r=205]={<<<[\n {"Date":"20.10.2021",...:"7.8","Value":"28"}\n]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@3e335d2d 17:19:22.209 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /http-factory-test-resources/test1/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=11} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:22 GMT Content-Type: application/json;charset=utf-8 17:19:22.210 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6d53cc1] (null,[p=0,l=205,c=24576,r=205],true)@START 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@7c6ad349[p=0,l=205,c=24576,r=205]={<<<[\n {"Date":"20.10.2021",...:"7.8","Value":"28"}\n]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:22 GMT Content-Type: application/json;charset=utf-8 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6d53cc1] ([p=0,l=123,c=16384,r=123],[p=0,l=205,c=24576,r=205],true)@COMPLETING 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@6e3e1123[p=0,l=123,c=16384,r=123]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=205,c=24576,r=205]={<<<[\n {"Date":"20.10.2021",...:"7.8","Value":"28"}\n]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 328 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=18/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=13} 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=328 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:22.211 [qtp199657303-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6d53cc1] ([p=123,l=123,c=16384,r=0],[p=205,l=205,c=24576,r=0],true)@END 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@585197fc w=false 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test1/response.json,age=14} 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /http-factory-test-resources/test1/response.json written=205 17:19:22.212 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:22.213 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:22.213 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:22.213 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - Determined Content-Type to be application/json 17:19:22.213 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:22.213 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.213 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.213 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:22.214 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.215 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:22.215 [qtp199657303-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:22.215 [qtp199657303-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:22.215 [qtp199657303-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}] 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:22.217 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:22.245 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:22.265 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:22.273 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.275 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.275 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.276 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.277 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:22.277 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test1_Foo 17:19:22.278 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.278 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:22.279 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:22.279 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:22.283 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:22.284 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.285 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.285 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.285 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.286 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:22.286 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test1_Bar 17:19:22.287 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:22.287 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:22.288 [pool-2-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:23.163 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:23.164 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:23.665 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 1/1/1 selected 17:19:23.665 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 1 keys, 0 updates 17:19:23.665 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5429ce6b SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1450/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:23.665 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1450/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:23.665 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1451/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:23.666 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0} tryExecute EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:23.666Z 17:19:23.666 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=0}@63ce9c1a offer EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:23.666Z 17:19:23.666 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=1} startReservedThread p=1 17:19:23.666 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@19835e64{s=0/2,p=1}@162e2c5c startThread=0 17:19:23.666 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@19835e64{s=0/2,p=1}@162e2c5c in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=1}] 17:19:23.666 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=1}@63ce9c1a task=EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:23.666Z 17:19:23.666 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=1}@162e2c5c started 17:19:23.666 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@162e2c5c waiting 17:19:23.666 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:23.666Z tryProduce true 17:19:23.666 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:23.666 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:23.666 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:23.666Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1451/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:23.666 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1452/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:23.666 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1452/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1452/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 191 HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 191 HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=191,c=8192,r=191]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:23.667 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> IN_VALUE 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> FIELD 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/http-factory-test-resources/test2/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=0} GET //localhost:8898/http-factory-test-resources/test2/response.json HTTP/1.1 Content-Type: text/plain Accept: application/json User-Agent: Java/1.8.0_202 Host: localhost:8898 Connection: keep-alive 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=0} 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/http-factory-test-resources/test2/response.json HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=0} 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:23.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=0} 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /http-factory-test-resources/test2/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=1} 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/http-factory-test-resources/test2/response.json @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/http-factory-test-resources/test2/response.json @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 session=null 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/http-factory-test-resources/test2/response.json -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@84adab2[p=0,l=1,c=512,r=1]={<<<{>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1,c=24576,r=1]={<<<{>>>\n {"Date...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fe15b2b[p=0,l=1,c=512,r=1]={<<<\n>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2,c=24576,r=2]={<<<{\n>>> {"Date"...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a89cdd3[p=0,l=13,c=512,r=13]={<<<\t"nhits": 51,>>>.10.2021"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15,c=24576,r=15]={<<<{\n\t"nhits": 51,>>>.10.2021"...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@38a09a63[p=0,l=1,c=512,r=1]={<<<\n>>>"nhits": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16,c=24576,r=16]={<<<{\n\t"nhits": 51,\n>>>10.2021",...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6661488f[p=0,l=16,c=512,r=16]={<<<\t"parameters": {>>>.2021","T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=32,c=24576,r=32]={<<<{\n\t"nhits": 51,\n\t"parameters": {>>>"18:14","...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3bc7f6b[p=0,l=1,c=512,r=1]={<<<\n>>>"paramete...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=33,c=24576,r=33]={<<<{\n\t"nhits": 51,\n\t"parameters": {\n>>>18:14","N...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77afdd9a[p=0,l=21,c=512,r=21]={<<<\t\t"dataset": "test2",>>>","Time":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=54,c=24576,r=54]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t"dataset": "test2",>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4be0228e[p=0,l=1,c=512,r=1]={<<<\n>>>\t"dataset...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=55,c=24576,r=55]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t"dataset": "test2",\n>>>atitude":...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27a93e4d[p=0,l=20,c=512,r=20]={<<<\t\t"timezone": "UTC",>>>,","Time"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=75,c=24576,r=75]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t"timezone": "UTC",>>>itude":"3...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@478e5af4[p=0,l=1,c=512,r=1]={<<<\n>>>\t"timezon...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=76,c=24576,r=76]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t"timezone": "UTC",\n>>>tude":"3....\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ec41c92[p=0,l=13,c=512,r=13]={<<<\t\t"rows": 51,>>> "UTC",,"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=89,c=24576,r=89]={<<<{\n\t"nhits": 51,\n\t"paramet...": "UTC",\n\t\t"rows": 51,>>>Value":"9...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.670 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47ab396[p=0,l=1,c=512,r=1]={<<<\n>>>\t"rows": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=90,c=24576,r=90]={<<<{\n\t"nhits": 51,\n\t"paramet...: "UTC",\n\t\t"rows": 51,\n>>>alue":"94...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a4fbe02[p=0,l=13,c=512,r=13]={<<<\t\t"start": 0,>>> "UTC",,"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=103,c=24576,r=103]={<<<{\n\t"nhits": 51,\n\t"paramet...ows": 51,\n\t\t"start": 0,>>> {"Date"...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f231045[p=0,l=1,c=512,r=1]={<<<\n>>>\t"start":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=104,c=24576,r=104]={<<<{\n\t"nhits": 51,\n\t"paramet...ws": 51,\n\t\t"start": 0,\n>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@316db7bf[p=0,l=19,c=512,r=19]={<<<\t\t"format": "json",>>>,,","Time...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=123,c=24576,r=123]={<<<{\n\t"nhits": 51,\n\t"paramet... 0,\n\t\t"format": "json",>>>1","Time"...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@605a5407[p=0,l=1,c=512,r=1]={<<<\n>>>\t"format"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=124,c=24576,r=124]={<<<{\n\t"nhits": 51,\n\t"paramet...0,\n\t\t"format": "json",\n>>>","Time":...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77f259a0[p=0,l=12,c=512,r=12]={<<<\t\t"facet": [>>>"json",,,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=136,c=24576,r=136]={<<<{\n\t"nhits": 51,\n\t"paramet...": "json",\n\t\t"facet": [>>>:17","Nam...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3014de23[p=0,l=1,c=512,r=1]={<<<\n>>>\t"facet":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=137,c=24576,r=137]={<<<{\n\t"nhits": 51,\n\t"paramet...: "json",\n\t\t"facet": [\n>>>17","Name...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c9857d1[p=0,l=10,c=512,r=10]={<<<\t\t\t"date",>>> ["json",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=147,c=24576,r=147]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"facet": [\n\t\t\t"date",>>>:"Bar","L...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e50dc29[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"date",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=148,c=24576,r=148]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"facet": [\n\t\t\t"date",\n>>>"Bar","La...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b0aa11a[p=0,l=10,c=512,r=10]={<<<\t\t\t"name",>>> ["json",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=158,c=24576,r=158]={<<<{\n\t"nhits": 51,\n\t"paramet...[\n\t\t\t"date",\n\t\t\t"name",>>>itude":"5...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2df9959e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"name",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=159,c=24576,r=159]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t"date",\n\t\t\t"name",\n>>>tude":"5....\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f1792f[p=0,l=10,c=512,r=10]={<<<\t\t\t"type",>>> ["json",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=169,c=24576,r=169]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t"name",\n\t\t\t"type",>>>","Longit...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b184cec[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"type",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=170,c=24576,r=170]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t"name",\n\t\t\t"type",\n>>>,"Longitu...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.671 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35f424e4[p=0,l=10,c=512,r=10]={<<<\t\t\t"value">>> ["json",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=180,c=24576,r=180]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t"type",\n\t\t\t"value">>>e":"7.8",...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54c012a1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"value"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=181,c=24576,r=181]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t"type",\n\t\t\t"value"\n>>>":"7.8","...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5cf02117[p=0,l=3,c=512,r=3]={<<<\t\t]>>>"value" [...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=184,c=24576,r=184]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"type",\n\t\t\t"value"\n\t\t]>>>7.8","Val...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45967949[p=0,l=1,c=512,r=1]={<<<\n>>>\t]"value"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=185,c=24576,r=185]={<<<{\n\t"nhits": 51,\n\t"paramet..."type",\n\t\t\t"value"\n\t\t]\n>>>.8","Valu...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51d1a61b[p=0,l=3,c=512,r=3]={<<<\t},>>>"value" [...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=188,c=24576,r=188]={<<<{\n\t"nhits": 51,\n\t"paramet...pe",\n\t\t\t"value"\n\t\t]\n\t},>>>,"Value":...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d0f39a[p=0,l=1,c=512,r=1]={<<<\n>>>},"value"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=189,c=24576,r=189]={<<<{\n\t"nhits": 51,\n\t"paramet...e",\n\t\t\t"value"\n\t\t]\n\t},\n>>>"Value":"...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58f582ae[p=0,l=13,c=512,r=13]={<<<\t"records": [>>>json",,,"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=202,c=24576,r=202]={<<<{\n\t"nhits": 51,\n\t"paramet..."\n\t\t]\n\t},\n\t"records": [>>>\n]\n\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e5fe4c8[p=0,l=1,c=512,r=1]={<<<\n>>>"records"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=203,c=24576,r=203]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t]\n\t},\n\t"records": [\n>>>]\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72e26e66[p=0,l=3,c=512,r=3]={<<<\t\t{>>>ecords": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=206,c=24576,r=206]={<<<{\n\t"nhits": 51,\n\t"paramet...]\n\t},\n\t"records": [\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70ac1f83[p=0,l=1,c=512,r=1]={<<<\n>>>\t{ecords"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=207,c=24576,r=207]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t},\n\t"records": [\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b813ca[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>Time":"18...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=231,c=24576,r=231]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5590ce31[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=232,c=24576,r=232]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34e00bbb[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "14a489fe9...13971d5b24e976f852eec",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=290,c=24576,r=290]={<<<{\n\t"nhits": 51,\n\t"paramet...13971d5b24e976f852eec",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24204aa3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=291,c=24576,r=291]={<<<{\n\t"nhits": 51,\n\t"paramet...3971d5b24e976f852eec",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60c22bae[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "14a489f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.672 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=305,c=24576,r=305]={<<<{\n\t"nhits": 51,\n\t"paramet...852eec",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33f090c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=306,c=24576,r=306]={<<<{\n\t"nhits": 51,\n\t"paramet...52eec",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f9f8d7[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor O",>>>e93443d9f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=329,c=24576,r=329]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor O",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21aacfd9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=330,c=24576,r=330]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor O",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50c41f19[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1452",>>>or O",e93...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=347,c=24576,r=347]={<<<{\n\t"nhits": 51,\n\t"paramet...r O",\n\t\t\t\t"id": "1452",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6705fb58[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=348,c=24576,r=348]={<<<{\n\t"nhits": 51,\n\t"paramet... O",\n\t\t\t\t"id": "1452",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f72982f[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>O",e93443...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=368,c=24576,r=368]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58515e1f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=369,c=24576,r=369]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@281dbedb[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>OSE",O",e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=384,c=24576,r=384]={<<<{\n\t"nhits": 51,\n\t"paramet...GOOSE",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@600a5fbb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=385,c=24576,r=385]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b821075[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>d5b24e976...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=425,c=24576,r=425]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9f10cbc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=426,c=24576,r=426]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cdf803f[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=438,c=24576,r=438]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e9ae998[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.673 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=439,c=24576,r=439]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35505f86[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.849577,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=454,c=24576,r=454]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.849577,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3445317c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=455,c=24576,r=455]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.849577,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ab91b3[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.350867>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=468,c=24576,r=468]={<<<{\n\t"nhits": 51,\n\t"paramet...8.849577,\n\t\t\t\t\t2.350867>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2dd46e97[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=469,c=24576,r=469]={<<<{\n\t"nhits": 51,\n\t"paramet....849577,\n\t\t\t\t\t2.350867\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a4fb8c4[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3508677...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=474,c=24576,r=474]={<<<{\n\t"nhits": 51,\n\t"paramet...77,\n\t\t\t\t\t2.350867\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79cb420[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=475,c=24576,r=475]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.350867\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fe28b69[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3508677...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=480,c=24576,r=480]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.350867\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@514ce6d4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=481,c=24576,r=481]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.350867\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3622eda1[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=497,c=24576,r=497]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@547d62f1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=498,c=24576,r=498]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f0f12d4[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=518,c=24576,r=518]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29c33da7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=519,c=24576,r=519]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8ad92db[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.674 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=539,c=24576,r=539]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@377813d5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=540,c=24576,r=540]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50062e5c[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.350867,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=554,c=24576,r=554]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.350867,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60180ffe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=555,c=24576,r=555]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.350867,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@447726c[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.849577>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=569,c=24576,r=569]={<<<{\n\t"nhits": 51,\n\t"paramet....350867,\n\t\t\t\t\t48.849577>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73d62f8a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=570,c=24576,r=570]={<<<{\n\t"nhits": 51,\n\t"paramet...350867,\n\t\t\t\t\t48.849577\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12c39b62[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.849577...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=575,c=24576,r=575]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t48.849577\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3204013b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=576,c=24576,r=576]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.849577\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@defd105[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.849577...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=581,c=24576,r=581]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.849577\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f87154d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=582,c=24576,r=582]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.849577\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41918f54[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:08.889000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=639,c=24576,r=639]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:08.889000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@530e5384[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=640,c=24576,r=640]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:08.889000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@209ad719[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=644,c=24576,r=644]={<<<{\n\t"nhits": 51,\n\t"paramet...9:08.889000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57c0833a[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=645,c=24576,r=645]={<<<{\n\t"nhits": 51,\n\t"paramet...:08.889000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ae64db9[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=648,c=24576,r=648]={<<<{\n\t"nhits": 51,\n\t"paramet....889000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3bd5bf12[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=649,c=24576,r=649]={<<<{\n\t"nhits": 51,\n\t"paramet...889000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d01856e[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=673,c=24576,r=673]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e8b16a7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=674,c=24576,r=674]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36a80b4a[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "69a8e6410...2e20a40f5987615088ca6",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=732,c=24576,r=732]={<<<{\n\t"nhits": 51,\n\t"paramet...2e20a40f5987615088ca6",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20130fa2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=733,c=24576,r=733]={<<<{\n\t"nhits": 51,\n\t"paramet...e20a40f5987615088ca6",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61f8c43b[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "69a8e64...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=747,c=24576,r=747]={<<<{\n\t"nhits": 51,\n\t"paramet...088ca6",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2700d88d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=748,c=24576,r=748]={<<<{\n\t"nhits": 51,\n\t"paramet...88ca6",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5184657c[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor R",>>>10e64b573...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=771,c=24576,r=771]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor R",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69d20ef1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=772,c=24576,r=772]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor R",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4eacd6ec[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1851",>>>or R",10e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=789,c=24576,r=789]={<<<{\n\t"nhits": 51,\n\t"paramet...r R",\n\t\t\t\t"id": "1851",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fc9ab04[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=790,c=24576,r=790]={<<<{\n\t"nhits": 51,\n\t"paramet... R",\n\t\t\t\t"id": "1851",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d949c04[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> R",10e64...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=809,c=24576,r=809]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6448bcc1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=810,c=24576,r=810]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c7b1d12[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 7,>>>CK", R",1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=825,c=24576,r=825]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 7,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e480e12[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=826,c=24576,r=826]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 7,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5785db63[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>40f598761...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=866,c=24576,r=866]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@760acbe6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=867,c=24576,r=867]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@620ddbb8[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=879,c=24576,r=879]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c9b6175[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=880,c=24576,r=880]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35bcf546[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.858396,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=895,c=24576,r=895]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.858396,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15c95dec[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=896,c=24576,r=896]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.858396,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@199594f6[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.350484>>>6,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=909,c=24576,r=909]={<<<{\n\t"nhits": 51,\n\t"paramet...8.858396,\n\t\t\t\t\t2.350484>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e92de78[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=910,c=24576,r=910]={<<<{\n\t"nhits": 51,\n\t"paramet....858396,\n\t\t\t\t\t2.350484\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c560c29[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3504846...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=915,c=24576,r=915]={<<<{\n\t"nhits": 51,\n\t"paramet...96,\n\t\t\t\t\t2.350484\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32f0c72[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=916,c=24576,r=916]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t2.350484\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36280ac5[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3504846...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=921,c=24576,r=921]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.350484\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ed16366[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=922,c=24576,r=922]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.350484\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@428a15d1[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=938,c=24576,r=938]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@393dcd6e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=939,c=24576,r=939]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fb586ae[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=959,c=24576,r=959]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ada166d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=960,c=24576,r=960]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78ecb27a[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=980,c=24576,r=980]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2fed46b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=981,c=24576,r=981]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c8e2511[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.350484,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=995,c=24576,r=995]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.350484,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76dd3b93[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=996,c=24576,r=996]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.350484,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b3f2850[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.858396>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1010,c=24576,r=1010]={<<<{\n\t"nhits": 51,\n\t"paramet....350484,\n\t\t\t\t\t48.858396>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e220b65[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1011,c=24576,r=1011]={<<<{\n\t"nhits": 51,\n\t"paramet...350484,\n\t\t\t\t\t48.858396\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13b9051d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.858396...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1016,c=24576,r=1016]={<<<{\n\t"nhits": 51,\n\t"paramet...4,\n\t\t\t\t\t48.858396\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c27a55a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.678 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1017,c=24576,r=1017]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.858396\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.681 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e486126[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.858396...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.681 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1022,c=24576,r=1022]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.858396\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.681 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@200f28a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1023,c=24576,r=1023]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.858396\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b454058[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:03.729000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1080,c=24576,r=1080]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:03.729000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4af9371f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1081,c=24576,r=1081]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:03.729000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17653e37[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1085,c=24576,r=1085]={<<<{\n\t"nhits": 51,\n\t"paramet...9:03.729000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ef61612[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1086,c=24576,r=1086]={<<<{\n\t"nhits": 51,\n\t"paramet...:03.729000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1fe0c814[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1089,c=24576,r=1089]={<<<{\n\t"nhits": 51,\n\t"paramet....729000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ca25538[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1090,c=24576,r=1090]={<<<{\n\t"nhits": 51,\n\t"paramet...729000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2208541d[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1114,c=24576,r=1114]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c3080c8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1115,c=24576,r=1115]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45095332[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "31d312d54...ade69387e2a392d1fd6a7",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1173,c=24576,r=1173]={<<<{\n\t"nhits": 51,\n\t"paramet...ade69387e2a392d1fd6a7",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b8cc53e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1174,c=24576,r=1174]={<<<{\n\t"nhits": 51,\n\t"paramet...de69387e2a392d1fd6a7",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2bc4c8ee[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "31d312d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1188,c=24576,r=1188]={<<<{\n\t"nhits": 51,\n\t"paramet...1fd6a7",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73aa3b9e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1189,c=24576,r=1189]={<<<{\n\t"nhits": 51,\n\t"paramet...fd6a7",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c35661a[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor C",>>>5482e3782...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1212,c=24576,r=1212]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor C",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@513df997[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1213,c=24576,r=1213]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor C",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5cb3d8e6[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1401",>>>or C",548...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1230,c=24576,r=1230]={<<<{\n\t"nhits": 51,\n\t"paramet...r C",\n\t\t\t\t"id": "1401",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ee77e25[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1231,c=24576,r=1231]={<<<{\n\t"nhits": 51,\n\t"paramet... C",\n\t\t\t\t"id": "1401",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2935d255[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>C",5482e3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1251,c=24576,r=1251]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17fa67a5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1252,c=24576,r=1252]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55ccf954[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 178,>>>E",C",548...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1269,c=24576,r=1269]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 178,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@101fb39e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1270,c=24576,r=1270]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 178,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@173f7cb2[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>387e2a392...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1310,c=24576,r=1310]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.692 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@533cf6bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1311,c=24576,r=1311]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6108b3d5[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1323,c=24576,r=1323]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ce66f29[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1324,c=24576,r=1324]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60d048eb[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.871505,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1339,c=24576,r=1339]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.871505,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@546dc340[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1340,c=24576,r=1340]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.871505,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@705f4403[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.333759>>>5,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1353,c=24576,r=1353]={<<<{\n\t"nhits": 51,\n\t"paramet...8.871505,\n\t\t\t\t\t2.333759>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f7fe206[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.693 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1354,c=24576,r=1354]={<<<{\n\t"nhits": 51,\n\t"paramet....871505,\n\t\t\t\t\t2.333759\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d0a6c12[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1359,c=24576,r=1359]={<<<{\n\t"nhits": 51,\n\t"paramet...05,\n\t\t\t\t\t2.333759\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1747cd30[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1360,c=24576,r=1360]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t2.333759\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d32fc87[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1365,c=24576,r=1365]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.333759\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ded52f5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1366,c=24576,r=1366]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.333759\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5379c1a6[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1382,c=24576,r=1382]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7afeb8b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1383,c=24576,r=1383]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7022a5a8[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1403,c=24576,r=1403]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@371f2ba3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1404,c=24576,r=1404]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a76a817[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1424,c=24576,r=1424]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25c28ef5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1425,c=24576,r=1425]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40a87000[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.333759,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1439,c=24576,r=1439]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.333759,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e241985[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1440,c=24576,r=1440]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.333759,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@118d3e46[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.871505>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1454,c=24576,r=1454]={<<<{\n\t"nhits": 51,\n\t"paramet....333759,\n\t\t\t\t\t48.871505>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.703 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2089bfa4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.704 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1455,c=24576,r=1455]={<<<{\n\t"nhits": 51,\n\t"paramet...333759,\n\t\t\t\t\t48.871505\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.704 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2322e3c5[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.704 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1460,c=24576,r=1460]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.871505\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.710 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@de42e15[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.710 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1461,c=24576,r=1461]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.871505\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.710 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75634ee1[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.710 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1466,c=24576,r=1466]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.871505\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@187aab76[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1467,c=24576,r=1467]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.871505\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2cf25f77[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:07.744000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1524,c=24576,r=1524]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:07.744000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ca587a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1525,c=24576,r=1525]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:07.744000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fb10ac4[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1529,c=24576,r=1529]={<<<{\n\t"nhits": 51,\n\t"paramet...9:07.744000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@225d3d5f[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1530,c=24576,r=1530]={<<<{\n\t"nhits": 51,\n\t"paramet...:07.744000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c6ac784[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1533,c=24576,r=1533]={<<<{\n\t"nhits": 51,\n\t"paramet....744000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e3155fb[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1534,c=24576,r=1534]={<<<{\n\t"nhits": 51,\n\t"paramet...744000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@293181d3[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1558,c=24576,r=1558]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62cdf66f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1559,c=24576,r=1559]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28514b55[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "2f1606c45...1e831d2e68d636393d190",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1617,c=24576,r=1617]={<<<{\n\t"nhits": 51,\n\t"paramet...1e831d2e68d636393d190",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c8b4d29[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1618,c=24576,r=1618]={<<<{\n\t"nhits": 51,\n\t"paramet...e831d2e68d636393d190",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49117672[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "2f1606c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1632,c=24576,r=1632]={<<<{\n\t"nhits": 51,\n\t"paramet...93d190",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44628fb1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.711 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1633,c=24576,r=1633]={<<<{\n\t"nhits": 51,\n\t"paramet...3d190",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@664b6f8b[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor B",>>>45232f476...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1656,c=24576,r=1656]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor B",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@501f846e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1657,c=24576,r=1657]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor B",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@127fdaf9[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1753",>>>or B",452...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1674,c=24576,r=1674]={<<<{\n\t"nhits": 51,\n\t"paramet...r B",\n\t\t\t\t"id": "1753",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4230c000[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1675,c=24576,r=1675]={<<<{\n\t"nhits": 51,\n\t"paramet... B",\n\t\t\t\t"id": "1753",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f3ac8fa[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "SWAN",>>> B",45232...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1694,c=24576,r=1694]={<<<{\n\t"nhits": 51,\n\t"paramet...3",\n\t\t\t\t"type": "SWAN",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@532a0f87[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1695,c=24576,r=1695]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "SWAN",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f6ebf09[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 6,>>>AN", B",4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1710,c=24576,r=1710]={<<<{\n\t"nhits": 51,\n\t"paramet..."SWAN",\n\t\t\t\t"value": 6,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b9a5824[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1711,c=24576,r=1711]={<<<{\n\t"nhits": 51,\n\t"paramet...SWAN",\n\t\t\t\t"value": 6,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@524e32b5[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>d2e68d636...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1751,c=24576,r=1751]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@511b494c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1752,c=24576,r=1752]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b473291[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1764,c=24576,r=1764]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32b512a5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1765,c=24576,r=1765]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11cd45dc[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850541,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1780,c=24576,r=1780]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850541,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a973f80[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1781,c=24576,r=1781]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850541,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@386655f9[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.348671>>>1,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.718 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1794,c=24576,r=1794]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850541,\n\t\t\t\t\t2.348671>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@225c486a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1795,c=24576,r=1795]={<<<{\n\t"nhits": 51,\n\t"paramet....850541,\n\t\t\t\t\t2.348671\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59c40a58[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1800,c=24576,r=1800]={<<<{\n\t"nhits": 51,\n\t"paramet...41,\n\t\t\t\t\t2.348671\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a0c55df[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1801,c=24576,r=1801]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t2.348671\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70cf1efa[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1806,c=24576,r=1806]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.348671\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30100791[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1807,c=24576,r=1807]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.348671\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49ff5d01[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1823,c=24576,r=1823]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51c55b4c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1824,c=24576,r=1824]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5975b740[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1844,c=24576,r=1844]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69e91f70[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1845,c=24576,r=1845]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a4d4019[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1865,c=24576,r=1865]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21a96f27[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1866,c=24576,r=1866]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@559203e5[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.348671,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1880,c=24576,r=1880]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.348671,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@742184b8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1881,c=24576,r=1881]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.348671,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@445c5fad[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850541>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1895,c=24576,r=1895]={<<<{\n\t"nhits": 51,\n\t"paramet....348671,\n\t\t\t\t\t48.850541>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e66c056[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.725 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1896,c=24576,r=1896]={<<<{\n\t"nhits": 51,\n\t"paramet...348671,\n\t\t\t\t\t48.850541\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b2e6354[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1901,c=24576,r=1901]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850541\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13d23ecd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1902,c=24576,r=1902]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850541\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3555aa2d[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1907,c=24576,r=1907]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850541\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d29b8a1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1908,c=24576,r=1908]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850541\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35854a93[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:04.946000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1965,c=24576,r=1965]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:04.946000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37232eb8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1966,c=24576,r=1966]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:04.946000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2fbfeeb3[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1970,c=24576,r=1970]={<<<{\n\t"nhits": 51,\n\t"paramet...9:04.946000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f33a755[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1971,c=24576,r=1971]={<<<{\n\t"nhits": 51,\n\t"paramet...:04.946000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@507dbdf2[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1974,c=24576,r=1974]={<<<{\n\t"nhits": 51,\n\t"paramet....946000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e050fab[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1975,c=24576,r=1975]={<<<{\n\t"nhits": 51,\n\t"paramet...946000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e9fbcae[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1999,c=24576,r=1999]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cc4bf27[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2000,c=24576,r=2000]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41eb0f60[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "5ca080641...7443c89ff87e843429cb7",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2058,c=24576,r=2058]={<<<{\n\t"nhits": 51,\n\t"paramet...7443c89ff87e843429cb7",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17c538a1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2059,c=24576,r=2059]={<<<{\n\t"nhits": 51,\n\t"paramet...443c89ff87e843429cb7",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@446c9c3b[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "5ca0806...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.746 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2073,c=24576,r=2073]={<<<{\n\t"nhits": 51,\n\t"paramet...429cb7",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d082e16[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2074,c=24576,r=2074]={<<<{\n\t"nhits": 51,\n\t"paramet...29cb7",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@401b2d8[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor A",>>>415b4b5f2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2097,c=24576,r=2097]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor A",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3abf92c9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2098,c=24576,r=2098]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor A",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a125ce1[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1151",>>>or A",415...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2115,c=24576,r=2115]={<<<{\n\t"nhits": 51,\n\t"paramet...r A",\n\t\t\t\t"id": "1151",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4636b92b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2116,c=24576,r=2116]={<<<{\n\t"nhits": 51,\n\t"paramet... A",\n\t\t\t\t"id": "1151",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f285447[p=0,l=22,c=512,r=22]={<<<\t\t\t\t"type": "PEACOCK",>>>,415b4b5f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2138,c=24576,r=2138]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t"type": "PEACOCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.753 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9c7beb1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2139,c=24576,r=2139]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"type": "PEACOCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ba1e3c[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>ACOCK",,4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2154,c=24576,r=2154]={<<<{\n\t"nhits": 51,\n\t"paramet...ACOCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72b610c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2155,c=24576,r=2155]={<<<{\n\t"nhits": 51,\n\t"paramet...COCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7fb1f8bc[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>89ff87e84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2195,c=24576,r=2195]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4bb7e3cd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2196,c=24576,r=2196]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1aad4f79[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2208,c=24576,r=2208]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@585f74f5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2209,c=24576,r=2209]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@285b135a[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.882697,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2224,c=24576,r=2224]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.882697,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c863417[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2225,c=24576,r=2225]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.882697,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ca06e79[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.344013>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2238,c=24576,r=2238]={<<<{\n\t"nhits": 51,\n\t"paramet...8.882697,\n\t\t\t\t\t2.344013>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ffb5fc4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2239,c=24576,r=2239]={<<<{\n\t"nhits": 51,\n\t"paramet....882697,\n\t\t\t\t\t2.344013\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7fca5ca2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2244,c=24576,r=2244]={<<<{\n\t"nhits": 51,\n\t"paramet...97,\n\t\t\t\t\t2.344013\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1281e9c0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2245,c=24576,r=2245]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.344013\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3dfd8e4f[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2250,c=24576,r=2250]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.344013\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@682df34b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2251,c=24576,r=2251]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.344013\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45af8da0[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2267,c=24576,r=2267]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58fda33c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2268,c=24576,r=2268]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9a3c19a[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2288,c=24576,r=2288]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e93dc4e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2289,c=24576,r=2289]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@376882b1[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2309,c=24576,r=2309]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b93323[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2310,c=24576,r=2310]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15019dff[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.344013,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2324,c=24576,r=2324]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.344013,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56052bd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2325,c=24576,r=2325]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.344013,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76ee35aa[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.882697>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2339,c=24576,r=2339]={<<<{\n\t"nhits": 51,\n\t"paramet....344013,\n\t\t\t\t\t48.882697>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.767 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d85307f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2340,c=24576,r=2340]={<<<{\n\t"nhits": 51,\n\t"paramet...344013,\n\t\t\t\t\t48.882697\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24f2bc55[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2345,c=24576,r=2345]={<<<{\n\t"nhits": 51,\n\t"paramet...3,\n\t\t\t\t\t48.882697\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2380e7cc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2346,c=24576,r=2346]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.882697\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24c4c573[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2351,c=24576,r=2351]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.882697\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30d60f5c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2352,c=24576,r=2352]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.882697\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f70d07[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:07.483000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2409,c=24576,r=2409]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:07.483000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@256d3472[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2410,c=24576,r=2410]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:07.483000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@278082f1[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2414,c=24576,r=2414]={<<<{\n\t"nhits": 51,\n\t"paramet...9:07.483000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27acc5b2[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2415,c=24576,r=2415]={<<<{\n\t"nhits": 51,\n\t"paramet...:07.483000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e8a7b75[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2418,c=24576,r=2418]={<<<{\n\t"nhits": 51,\n\t"paramet....483000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52081272[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2419,c=24576,r=2419]={<<<{\n\t"nhits": 51,\n\t"paramet...483000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71bc85c8[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2443,c=24576,r=2443]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30fc5f18[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2444,c=24576,r=2444]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7de0cba1[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "46cab1367...411174c6eeda2d73d4a77",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2502,c=24576,r=2502]={<<<{\n\t"nhits": 51,\n\t"paramet...411174c6eeda2d73d4a77",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f69cded[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2503,c=24576,r=2503]={<<<{\n\t"nhits": 51,\n\t"paramet...11174c6eeda2d73d4a77",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a6e870d[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "46cab13...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2517,c=24576,r=2517]={<<<{\n\t"nhits": 51,\n\t"paramet...3d4a77",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@283813c7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2518,c=24576,r=2518]={<<<{\n\t"nhits": 51,\n\t"paramet...d4a77",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@537e68a2[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor A",>>>67a2cce65...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2541,c=24576,r=2541]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor A",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72d9d185[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2542,c=24576,r=2542]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor A",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c81663c[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1151",>>>or A",67a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2559,c=24576,r=2559]={<<<{\n\t"nhits": 51,\n\t"paramet...r A",\n\t\t\t\t"id": "1151",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14cfe440[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2560,c=24576,r=2560]={<<<{\n\t"nhits": 51,\n\t"paramet... A",\n\t\t\t\t"id": "1151",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34d4b503[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>A",67a2cc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2580,c=24576,r=2580]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@83d0fe5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2581,c=24576,r=2581]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ffa3858[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 122,>>>E",A",67a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2598,c=24576,r=2598]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 122,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14fc3e03[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2599,c=24576,r=2599]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 122,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@591fd32[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>4c6eeda2d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2639,c=24576,r=2639]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65338842[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2640,c=24576,r=2640]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ba54444[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2652,c=24576,r=2652]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3edc7715[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2653,c=24576,r=2653]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34ae7591[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.882697,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2668,c=24576,r=2668]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.882697,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d268ade[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2669,c=24576,r=2669]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.882697,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c40605a[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.344013>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2682,c=24576,r=2682]={<<<{\n\t"nhits": 51,\n\t"paramet...8.882697,\n\t\t\t\t\t2.344013>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7179ce18[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2683,c=24576,r=2683]={<<<{\n\t"nhits": 51,\n\t"paramet....882697,\n\t\t\t\t\t2.344013\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36bc2f5b[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2688,c=24576,r=2688]={<<<{\n\t"nhits": 51,\n\t"paramet...97,\n\t\t\t\t\t2.344013\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fb52328[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2689,c=24576,r=2689]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.344013\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6058d834[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2694,c=24576,r=2694]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.344013\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f6ec329[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2695,c=24576,r=2695]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.344013\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@87fe968[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2711,c=24576,r=2711]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e35272c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2712,c=24576,r=2712]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@488adba6[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2732,c=24576,r=2732]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61543e15[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2733,c=24576,r=2733]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1697affe[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2753,c=24576,r=2753]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51dcf647[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2754,c=24576,r=2754]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f155031[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.344013,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2768,c=24576,r=2768]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.344013,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f716b50[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2769,c=24576,r=2769]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.344013,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24b2cd1f[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.882697>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2783,c=24576,r=2783]={<<<{\n\t"nhits": 51,\n\t"paramet....344013,\n\t\t\t\t\t48.882697>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12ea7900[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2784,c=24576,r=2784]={<<<{\n\t"nhits": 51,\n\t"paramet...344013,\n\t\t\t\t\t48.882697\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@779b27b4[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2789,c=24576,r=2789]={<<<{\n\t"nhits": 51,\n\t"paramet...3,\n\t\t\t\t\t48.882697\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73b4e9fc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2790,c=24576,r=2790]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.882697\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@415c08a0[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2795,c=24576,r=2795]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.882697\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bf5bf2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2796,c=24576,r=2796]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.882697\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2eb76ad6[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:06.754000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2853,c=24576,r=2853]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:06.754000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a989df5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2854,c=24576,r=2854]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:06.754000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b20930e[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2858,c=24576,r=2858]={<<<{\n\t"nhits": 51,\n\t"paramet...9:06.754000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@213a3353[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2859,c=24576,r=2859]={<<<{\n\t"nhits": 51,\n\t"paramet...:06.754000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@344e0c78[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2862,c=24576,r=2862]={<<<{\n\t"nhits": 51,\n\t"paramet....754000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a075831[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2863,c=24576,r=2863]={<<<{\n\t"nhits": 51,\n\t"paramet...754000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55e0129c[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2887,c=24576,r=2887]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25b003d8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2888,c=24576,r=2888]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6159e6da[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "df890ea4d...8aa5f25a5a9eebb079ca9",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2946,c=24576,r=2946]={<<<{\n\t"nhits": 51,\n\t"paramet...8aa5f25a5a9eebb079ca9",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@512fec10[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2947,c=24576,r=2947]={<<<{\n\t"nhits": 51,\n\t"paramet...aa5f25a5a9eebb079ca9",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48e605b[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "df890ea...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2961,c=24576,r=2961]={<<<{\n\t"nhits": 51,\n\t"paramet...079ca9",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21851dd1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2962,c=24576,r=2962]={<<<{\n\t"nhits": 51,\n\t"paramet...79ca9",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@fc4400d[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor D",>>>4dacb4a3c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2985,c=24576,r=2985]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor D",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21a56289[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2986,c=24576,r=2986]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor D",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56de525e[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1502",>>>or D",4da...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3003,c=24576,r=3003]={<<<{\n\t"nhits": 51,\n\t"paramet...r D",\n\t\t\t\t"id": "1502",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fbcb6c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3004,c=24576,r=3004]={<<<{\n\t"nhits": 51,\n\t"paramet... D",\n\t\t\t\t"id": "1502",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.789 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72554113[p=0,l=22,c=512,r=22]={<<<\t\t\t\t"type": "PEACOCK",>>>,4dacb4a3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3026,c=24576,r=3026]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t"type": "PEACOCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78eec4fa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3027,c=24576,r=3027]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"type": "PEACOCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c86351b[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 1,>>>ACOCK",,4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3042,c=24576,r=3042]={<<<{\n\t"nhits": 51,\n\t"paramet...ACOCK",\n\t\t\t\t"value": 1,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66b69af4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3043,c=24576,r=3043]={<<<{\n\t"nhits": 51,\n\t"paramet...COCK",\n\t\t\t\t"value": 1,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3eb302e8[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>25a5a9eeb...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3083,c=24576,r=3083]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30f4c8d0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3084,c=24576,r=3084]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d370d38[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3096,c=24576,r=3096]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f044d50[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3097,c=24576,r=3097]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2986ba1a[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.845002,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3112,c=24576,r=3112]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.845002,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3fa255b2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3113,c=24576,r=3113]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.845002,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a99c1b3[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.375691>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3126,c=24576,r=3126]={<<<{\n\t"nhits": 51,\n\t"paramet...8.845002,\n\t\t\t\t\t2.375691>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@775a697d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3127,c=24576,r=3127]={<<<{\n\t"nhits": 51,\n\t"paramet....845002,\n\t\t\t\t\t2.375691\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b904be6[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3132,c=24576,r=3132]={<<<{\n\t"nhits": 51,\n\t"paramet...02,\n\t\t\t\t\t2.375691\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46b28ce3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.796 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3133,c=24576,r=3133]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.375691\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52b249df[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3138,c=24576,r=3138]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.375691\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7687c375[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3139,c=24576,r=3139]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.375691\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1fa16938[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3155,c=24576,r=3155]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4da62bbb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3156,c=24576,r=3156]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d1a7f61[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3176,c=24576,r=3176]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@454e99dc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3177,c=24576,r=3177]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51b2d0e4[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3197,c=24576,r=3197]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2db5d29a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3198,c=24576,r=3198]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@730a513a[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.375691,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3212,c=24576,r=3212]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.375691,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42bbb6fe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3213,c=24576,r=3213]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.375691,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5496bbd[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.845002>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3227,c=24576,r=3227]={<<<{\n\t"nhits": 51,\n\t"paramet....375691,\n\t\t\t\t\t48.845002>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66b488c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3228,c=24576,r=3228]={<<<{\n\t"nhits": 51,\n\t"paramet...375691,\n\t\t\t\t\t48.845002\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27494afa[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3233,c=24576,r=3233]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.845002\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@385a14ab[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3234,c=24576,r=3234]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.845002\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7600949e[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3239,c=24576,r=3239]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.845002\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a738dfa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3240,c=24576,r=3240]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.845002\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.803 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47801cd4[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:11.653000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3297,c=24576,r=3297]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:11.653000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f17a7c3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3298,c=24576,r=3298]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:11.653000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d4162db[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3302,c=24576,r=3302]={<<<{\n\t"nhits": 51,\n\t"paramet...9:11.653000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b6b38d4[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3303,c=24576,r=3303]={<<<{\n\t"nhits": 51,\n\t"paramet...:11.653000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c4affd1[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3306,c=24576,r=3306]={<<<{\n\t"nhits": 51,\n\t"paramet....653000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ef17c24[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3307,c=24576,r=3307]={<<<{\n\t"nhits": 51,\n\t"paramet...653000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6870969b[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3331,c=24576,r=3331]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a6fbed9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3332,c=24576,r=3332]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21207632[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "3905c0576...bd07f9db8663af4e83e29",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3390,c=24576,r=3390]={<<<{\n\t"nhits": 51,\n\t"paramet...bd07f9db8663af4e83e29",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14852e6e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3391,c=24576,r=3391]={<<<{\n\t"nhits": 51,\n\t"paramet...d07f9db8663af4e83e29",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@782da62b[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "3905c05...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3405,c=24576,r=3405]={<<<{\n\t"nhits": 51,\n\t"paramet...e83e29",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f934681[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3406,c=24576,r=3406]={<<<{\n\t"nhits": 51,\n\t"paramet...83e29",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7da03aa7[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor N",>>>764057212...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3429,c=24576,r=3429]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor N",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@406b8d23[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3430,c=24576,r=3430]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor N",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@556277fb[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1503",>>>or N",764...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3447,c=24576,r=3447]={<<<{\n\t"nhits": 51,\n\t"paramet...r N",\n\t\t\t\t"id": "1503",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10008498[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3448,c=24576,r=3448]={<<<{\n\t"nhits": 51,\n\t"paramet... N",\n\t\t\t\t"id": "1503",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c89f13d[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>N",764057...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3468,c=24576,r=3468]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70177b1a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3469,c=24576,r=3469]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@360c074c[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 52,>>>SE",N",76...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3485,c=24576,r=3485]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 52,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@223c7151[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3486,c=24576,r=3486]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 52,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19f7c32[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>9db8663af...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3526,c=24576,r=3526]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a9b18b0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3527,c=24576,r=3527]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.817 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c7b50c8[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3539,c=24576,r=3539]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d8c1cef[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3540,c=24576,r=3540]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27088580[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.884606,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3555,c=24576,r=3555]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.884606,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35445749[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3556,c=24576,r=3556]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.884606,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@737fac39[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.321516>>>6,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3569,c=24576,r=3569]={<<<{\n\t"nhits": 51,\n\t"paramet...8.884606,\n\t\t\t\t\t2.321516>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e29addd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3570,c=24576,r=3570]={<<<{\n\t"nhits": 51,\n\t"paramet....884606,\n\t\t\t\t\t2.321516\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2dee051d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3215166...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3575,c=24576,r=3575]={<<<{\n\t"nhits": 51,\n\t"paramet...06,\n\t\t\t\t\t2.321516\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a87f1f6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.818 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3576,c=24576,r=3576]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t2.321516\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34178cfb[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3215166...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3581,c=24576,r=3581]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.321516\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@375398e1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3582,c=24576,r=3582]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.321516\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a48a5fb[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3598,c=24576,r=3598]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f45e105[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3599,c=24576,r=3599]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@673dc842[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3619,c=24576,r=3619]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c82c0d4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3620,c=24576,r=3620]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63cad3c2[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3640,c=24576,r=3640]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23c75b77[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3641,c=24576,r=3641]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.840 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a31f895[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.321516,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3655,c=24576,r=3655]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.321516,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70ef0967[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3656,c=24576,r=3656]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.321516,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@458e807b[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.884606>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3670,c=24576,r=3670]={<<<{\n\t"nhits": 51,\n\t"paramet....321516,\n\t\t\t\t\t48.884606>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c8b675e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3671,c=24576,r=3671]={<<<{\n\t"nhits": 51,\n\t"paramet...321516,\n\t\t\t\t\t48.884606\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@795bd90a[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.884606...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3676,c=24576,r=3676]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t48.884606\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71775377[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3677,c=24576,r=3677]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.884606\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@404b887a[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.884606...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3682,c=24576,r=3682]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.884606\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@477db6ba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.844 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3683,c=24576,r=3683]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.884606\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.844 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60c9a4d6[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:11.924000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3740,c=24576,r=3740]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:11.924000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2beeaf53[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3741,c=24576,r=3741]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:11.924000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@377aea0c[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3745,c=24576,r=3745]={<<<{\n\t"nhits": 51,\n\t"paramet...9:11.924000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d18423f[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3746,c=24576,r=3746]={<<<{\n\t"nhits": 51,\n\t"paramet...:11.924000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30daaa5e[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3749,c=24576,r=3749]={<<<{\n\t"nhits": 51,\n\t"paramet....924000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e901f21[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3750,c=24576,r=3750]={<<<{\n\t"nhits": 51,\n\t"paramet...924000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e5ab275[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3774,c=24576,r=3774]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@510c103b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3775,c=24576,r=3775]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34e1d81e[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "fdf40bd83...6712c8b714970430b6b22",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3833,c=24576,r=3833]={<<<{\n\t"nhits": 51,\n\t"paramet...6712c8b714970430b6b22",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a66b0b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3834,c=24576,r=3834]={<<<{\n\t"nhits": 51,\n\t"paramet...712c8b714970430b6b22",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f46897[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "fdf40bd...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3848,c=24576,r=3848]={<<<{\n\t"nhits": 51,\n\t"paramet...0b6b22",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30c82d5a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3849,c=24576,r=3849]={<<<{\n\t"nhits": 51,\n\t"paramet...b6b22",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a533275[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor Q",>>>83b446b22...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3872,c=24576,r=3872]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor Q",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65dfc09b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3873,c=24576,r=3873]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor Q",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.845 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47cdac67[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1504",>>>or Q",83b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3890,c=24576,r=3890]={<<<{\n\t"nhits": 51,\n\t"paramet...r Q",\n\t\t\t\t"id": "1504",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@369eeb39[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3891,c=24576,r=3891]={<<<{\n\t"nhits": 51,\n\t"paramet... Q",\n\t\t\t\t"id": "1504",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25cdb705[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> Q",83b44...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3910,c=24576,r=3910]={<<<{\n\t"nhits": 51,\n\t"paramet...4",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e8d603f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3911,c=24576,r=3911]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14895d1d[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 5,>>>CK", Q",8...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3926,c=24576,r=3926]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 5,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@558fab96[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3927,c=24576,r=3927]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 5,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d324bbd[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>8b7149704...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3967,c=24576,r=3967]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48eb4cbc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3968,c=24576,r=3968]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16548109[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3980,c=24576,r=3980]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3eaf4b4e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3981,c=24576,r=3981]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31cf8085[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.84622,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3995,c=24576,r=3995]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.84622,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23d3a4ac[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3996,c=24576,r=3996]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.84622,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@113d2516[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.387776>>>,021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4009,c=24576,r=4009]={<<<{\n\t"nhits": 51,\n\t"paramet...48.84622,\n\t\t\t\t\t2.387776>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@558ce944[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4010,c=24576,r=4010]={<<<{\n\t"nhits": 51,\n\t"paramet...8.84622,\n\t\t\t\t\t2.387776\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@180a80d8[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.387776,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4015,c=24576,r=4015]={<<<{\n\t"nhits": 51,\n\t"paramet...22,\n\t\t\t\t\t2.387776\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.852 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26c2b1b1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4016,c=24576,r=4016]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.387776\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e2f35ea[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.387776,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4021,c=24576,r=4021]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.387776\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cdb21a2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4022,c=24576,r=4022]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.387776\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@209b70a1[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4038,c=24576,r=4038]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13e7123a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4039,c=24576,r=4039]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34c0e5c9[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4059,c=24576,r=4059]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12304c2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4060,c=24576,r=4060]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a46623f[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4080,c=24576,r=4080]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@519bd98f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4081,c=24576,r=4081]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@624680d8[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.387776,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4095,c=24576,r=4095]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.387776,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b5a8d46[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4096,c=24576,r=4096]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.387776,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32445f88[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.84622>>>,es": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4109,c=24576,r=4109]={<<<{\n\t"nhits": 51,\n\t"paramet...2.387776,\n\t\t\t\t\t48.84622>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d1cbfee[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4110,c=24576,r=4110]={<<<{\n\t"nhits": 51,\n\t"paramet....387776,\n\t\t\t\t\t48.84622\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b8aa8d5[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.84622,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4115,c=24576,r=4115]={<<<{\n\t"nhits": 51,\n\t"paramet...76,\n\t\t\t\t\t48.84622\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4495285f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4116,c=24576,r=4116]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t48.84622\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54bd875a[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.84622,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4121,c=24576,r=4121]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.84622\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c06b1ec[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4122,c=24576,r=4122]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.84622\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32f46cb9[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:12.756000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4179,c=24576,r=4179]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:12.756000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fce7d68[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4180,c=24576,r=4180]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:12.756000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6771a69c[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4184,c=24576,r=4184]={<<<{\n\t"nhits": 51,\n\t"paramet...9:12.756000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e41f24f[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4185,c=24576,r=4185]={<<<{\n\t"nhits": 51,\n\t"paramet...:12.756000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fc1dc9a[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4188,c=24576,r=4188]={<<<{\n\t"nhits": 51,\n\t"paramet....756000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63c8dd37[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4189,c=24576,r=4189]={<<<{\n\t"nhits": 51,\n\t"paramet...756000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@967c294[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4213,c=24576,r=4213]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58659a7d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4214,c=24576,r=4214]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.866 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1981a8e7[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "17db646ab...7e041349a346ed6394854",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4272,c=24576,r=4272]={<<<{\n\t"nhits": 51,\n\t"paramet...7e041349a346ed6394854",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c05ef85[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4273,c=24576,r=4273]={<<<{\n\t"nhits": 51,\n\t"paramet...e041349a346ed6394854",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b41e9f3[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "17db646...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4287,c=24576,r=4287]={<<<{\n\t"nhits": 51,\n\t"paramet...394854",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f033c94[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4288,c=24576,r=4288]={<<<{\n\t"nhits": 51,\n\t"paramet...94854",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bd16503[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor P",>>>abfd18a18...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4311,c=24576,r=4311]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor P",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.867 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@783bd63b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.873 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4312,c=24576,r=4312]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor P",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.873 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cb1b6be[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1601",>>>or P",abf...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.873 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4329,c=24576,r=4329]={<<<{\n\t"nhits": 51,\n\t"paramet...r P",\n\t\t\t\t"id": "1601",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.873 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a30c220[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4330,c=24576,r=4330]={<<<{\n\t"nhits": 51,\n\t"paramet... P",\n\t\t\t\t"id": "1601",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a294518[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>P",abfd18...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4350,c=24576,r=4350]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c85de68[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4351,c=24576,r=4351]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d708700[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>OSE",P",a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4366,c=24576,r=4366]={<<<{\n\t"nhits": 51,\n\t"paramet...GOOSE",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31cd614c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4367,c=24576,r=4367]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17cf3e8[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>349a346ed...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4407,c=24576,r=4407]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73f81b31[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4408,c=24576,r=4408]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a19cac9[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4420,c=24576,r=4420]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@407c7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4421,c=24576,r=4421]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6601479c[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.864994,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4436,c=24576,r=4436]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.864994,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5513f9fe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4437,c=24576,r=4437]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.864994,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41c83e17[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t2.33298>>>94,21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4449,c=24576,r=4449]={<<<{\n\t"nhits": 51,\n\t"paramet...48.864994,\n\t\t\t\t\t2.33298>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@615223d6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4450,c=24576,r=4450]={<<<{\n\t"nhits": 51,\n\t"paramet...8.864994,\n\t\t\t\t\t2.33298\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.874 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d03b5c7[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3329894...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4455,c=24576,r=4455]={<<<{\n\t"nhits": 51,\n\t"paramet...994,\n\t\t\t\t\t2.33298\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47156190[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4456,c=24576,r=4456]={<<<{\n\t"nhits": 51,\n\t"paramet...94,\n\t\t\t\t\t2.33298\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47adc7e3[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3329894...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4461,c=24576,r=4461]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t2.33298\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37111053[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4462,c=24576,r=4462]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.33298\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27ac26fb[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4478,c=24576,r=4478]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4bd9ca7f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4479,c=24576,r=4479]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62629e38[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4499,c=24576,r=4499]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5dce99af[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4500,c=24576,r=4500]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b93e713[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4520,c=24576,r=4520]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e1c5c2c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4521,c=24576,r=4521]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68799289[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.33298,>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4534,c=24576,r=4534]={<<<{\n\t"nhits": 51,\n\t"paramet...nates": [\n\t\t\t\t\t2.33298,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41d36dc8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4535,c=24576,r=4535]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.33298,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45fcb19e[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.864994>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4549,c=24576,r=4549]={<<<{\n\t"nhits": 51,\n\t"paramet...2.33298,\n\t\t\t\t\t48.864994>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39fd6831[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4550,c=24576,r=4550]={<<<{\n\t"nhits": 51,\n\t"paramet....33298,\n\t\t\t\t\t48.864994\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d34585d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.864994...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4555,c=24576,r=4555]={<<<{\n\t"nhits": 51,\n\t"paramet...8,\n\t\t\t\t\t48.864994\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.882 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4753cb1e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4556,c=24576,r=4556]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.864994\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6703e22b[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.864994...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4561,c=24576,r=4561]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.864994\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@356da21a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4562,c=24576,r=4562]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.864994\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a24e25a[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:13.639000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4619,c=24576,r=4619]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:13.639000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5376c33b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4620,c=24576,r=4620]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:13.639000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b9c71c4[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4624,c=24576,r=4624]={<<<{\n\t"nhits": 51,\n\t"paramet...9:13.639000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73b97bdf[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4625,c=24576,r=4625]={<<<{\n\t"nhits": 51,\n\t"paramet...:13.639000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e2271c0[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4628,c=24576,r=4628]={<<<{\n\t"nhits": 51,\n\t"paramet....639000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b281e24[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4629,c=24576,r=4629]={<<<{\n\t"nhits": 51,\n\t"paramet...639000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73f24ad4[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4653,c=24576,r=4653]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b2da0f6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4654,c=24576,r=4654]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64c6422[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "9c92f6720...068bf72f5fd5d23d027c4",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4712,c=24576,r=4712]={<<<{\n\t"nhits": 51,\n\t"paramet...068bf72f5fd5d23d027c4",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d6e83f1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4713,c=24576,r=4713]={<<<{\n\t"nhits": 51,\n\t"paramet...68bf72f5fd5d23d027c4",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c2bd262[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "9c92f67...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4727,c=24576,r=4727]={<<<{\n\t"nhits": 51,\n\t"paramet...d027c4",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3aa7eb01[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4728,c=24576,r=4728]={<<<{\n\t"nhits": 51,\n\t"paramet...027c4",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fafe503[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor U",>>>20df07922...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4751,c=24576,r=4751]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor U",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5657840c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4752,c=24576,r=4752]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor U",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14adf466[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1604",>>>or U",20d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4769,c=24576,r=4769]={<<<{\n\t"nhits": 51,\n\t"paramet...r U",\n\t\t\t\t"id": "1604",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11d7ea11[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4770,c=24576,r=4770]={<<<{\n\t"nhits": 51,\n\t"paramet... U",\n\t\t\t\t"id": "1604",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31f082d5[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>U",20df07...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4790,c=24576,r=4790]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b6d1703[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4791,c=24576,r=4791]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2018c6cc[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 27,>>>SE",U",20...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4807,c=24576,r=4807]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 27,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@eb137bc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4808,c=24576,r=4808]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 27,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.896 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3be2ea95[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>72f5fd5d2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.896 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4848,c=24576,r=4848]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.896 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@88437e5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.896 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4849,c=24576,r=4849]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6eccae9f[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4861,c=24576,r=4861]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69c7682d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4862,c=24576,r=4862]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@455d81c2[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.874147,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4877,c=24576,r=4877]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.874147,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ccfbd93[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4878,c=24576,r=4878]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.874147,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67fc5ec3[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.640764>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4891,c=24576,r=4891]={<<<{\n\t"nhits": 51,\n\t"paramet...8.874147,\n\t\t\t\t\t2.640764>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35a8c411[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.640...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4892,c=24576,r=4892]={<<<{\n\t"nhits": 51,\n\t"paramet....874147,\n\t\t\t\t\t2.640764\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cd200f7[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.6407647...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4897,c=24576,r=4897]={<<<{\n\t"nhits": 51,\n\t"paramet...47,\n\t\t\t\t\t2.640764\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@de005db[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.640...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4898,c=24576,r=4898]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.640764\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8ef48e2[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.6407647...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4903,c=24576,r=4903]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.640764\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b148da2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.640...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4904,c=24576,r=4904]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.640764\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@774def8f[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4920,c=24576,r=4920]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a8ee260[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4921,c=24576,r=4921]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8540d8b[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.897 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4941,c=24576,r=4941]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57f2f8be[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4942,c=24576,r=4942]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f5b5458[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4962,c=24576,r=4962]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@424b3231[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4963,c=24576,r=4963]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a5b57a6[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.640764,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4977,c=24576,r=4977]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.640764,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2aac655b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.640...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4978,c=24576,r=4978]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.640764,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f401dc2[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.874147>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4992,c=24576,r=4992]={<<<{\n\t"nhits": 51,\n\t"paramet....640764,\n\t\t\t\t\t48.874147>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24816aa1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4993,c=24576,r=4993]={<<<{\n\t"nhits": 51,\n\t"paramet...640764,\n\t\t\t\t\t48.874147\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14d7fff0[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.874147...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4998,c=24576,r=4998]={<<<{\n\t"nhits": 51,\n\t"paramet...4,\n\t\t\t\t\t48.874147\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d98c68c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4999,c=24576,r=4999]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.874147\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62897ef0[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.874147...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5004,c=24576,r=5004]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.874147\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4df2c462[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5005,c=24576,r=5005]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.874147\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66718a53[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:14.628000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5062,c=24576,r=5062]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:14.628000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dc68cb7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5063,c=24576,r=5063]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:14.628000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54910301[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5067,c=24576,r=5067]={<<<{\n\t"nhits": 51,\n\t"paramet...9:14.628000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f1b0c25[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5068,c=24576,r=5068]={<<<{\n\t"nhits": 51,\n\t"paramet...:14.628000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.954 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65d23c87[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5071,c=24576,r=5071]={<<<{\n\t"nhits": 51,\n\t"paramet....628000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c38b7be[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5072,c=24576,r=5072]={<<<{\n\t"nhits": 51,\n\t"paramet...628000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@706d2033[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5096,c=24576,r=5096]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27c0703f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5097,c=24576,r=5097]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53825644[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "88b66d9a5...f951881025fc56355b775",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5155,c=24576,r=5155]={<<<{\n\t"nhits": 51,\n\t"paramet...f951881025fc56355b775",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a6e8ecd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5156,c=24576,r=5156]={<<<{\n\t"nhits": 51,\n\t"paramet...951881025fc56355b775",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@231b4d0b[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "88b66d9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5170,c=24576,r=5170]={<<<{\n\t"nhits": 51,\n\t"paramet...55b775",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7fe90df[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5171,c=24576,r=5171]={<<<{\n\t"nhits": 51,\n\t"paramet...5b775",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@460fd612[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor E",>>>a5e1f1d47...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5194,c=24576,r=5194]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor E",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8d930f8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5195,c=24576,r=5195]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor E",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71d357fd[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1501",>>>or E",a5e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5212,c=24576,r=5212]={<<<{\n\t"nhits": 51,\n\t"paramet...r E",\n\t\t\t\t"id": "1501",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2584970[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5213,c=24576,r=5213]={<<<{\n\t"nhits": 51,\n\t"paramet... E",\n\t\t\t\t"id": "1501",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a5fa06f[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>E",a5e1f1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5233,c=24576,r=5233]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7bc0092c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5234,c=24576,r=5234]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1047c516[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 73,>>>SE",E",a5...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.955 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5250,c=24576,r=5250]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 73,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50141da7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5251,c=24576,r=5251]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 73,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@178f9312[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>81025fc56...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5291,c=24576,r=5291]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cfd61a6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5292,c=24576,r=5292]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42bc765a[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5304,c=24576,r=5304]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32b5a28f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5305,c=24576,r=5305]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5949a0c8[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850912,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5320,c=24576,r=5320]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850912,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e3e0a16[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5321,c=24576,r=5321]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850912,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f91b92d[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.341171>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5334,c=24576,r=5334]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850912,\n\t\t\t\t\t2.341171>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@602fcd8a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5335,c=24576,r=5335]={<<<{\n\t"nhits": 51,\n\t"paramet....850912,\n\t\t\t\t\t2.341171\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74746ea7[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5340,c=24576,r=5340]={<<<{\n\t"nhits": 51,\n\t"paramet...12,\n\t\t\t\t\t2.341171\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a34b485[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5341,c=24576,r=5341]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.341171\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@289e363f[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5346,c=24576,r=5346]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.341171\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36c3fd3b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5347,c=24576,r=5347]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.341171\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6115bc12[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5363,c=24576,r=5363]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e7abc29[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.964 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5364,c=24576,r=5364]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@470c4e17[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5384,c=24576,r=5384]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e8f59e8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5385,c=24576,r=5385]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22b68d07[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5405,c=24576,r=5405]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6966f68c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5406,c=24576,r=5406]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cbf6141[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.341171,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5420,c=24576,r=5420]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.341171,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58eb3127[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5421,c=24576,r=5421]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.341171,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e235188[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850912>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5435,c=24576,r=5435]={<<<{\n\t"nhits": 51,\n\t"paramet....341171,\n\t\t\t\t\t48.850912>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@102f1c56[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5436,c=24576,r=5436]={<<<{\n\t"nhits": 51,\n\t"paramet...341171,\n\t\t\t\t\t48.850912\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@272dd27b[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5441,c=24576,r=5441]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850912\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@264ebdb0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5442,c=24576,r=5442]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850912\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72b507e0[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5447,c=24576,r=5447]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850912\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a90684c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5448,c=24576,r=5448]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850912\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5367cf6f[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:09.896000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5505,c=24576,r=5505]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:09.896000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@974b8e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5506,c=24576,r=5506]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:09.896000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.972 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ac7d67b[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.973 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5510,c=24576,r=5510]={<<<{\n\t"nhits": 51,\n\t"paramet...9:09.896000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@430c0767[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5511,c=24576,r=5511]={<<<{\n\t"nhits": 51,\n\t"paramet...:09.896000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2efda4de[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5514,c=24576,r=5514]={<<<{\n\t"nhits": 51,\n\t"paramet....896000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@140c41b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5515,c=24576,r=5515]={<<<{\n\t"nhits": 51,\n\t"paramet...896000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@701c2940[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5539,c=24576,r=5539]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53083f1b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5540,c=24576,r=5540]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1090aaf0[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "0811da702...419c038d3d3406cb9b5b3",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5598,c=24576,r=5598]={<<<{\n\t"nhits": 51,\n\t"paramet...419c038d3d3406cb9b5b3",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@666758b7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5599,c=24576,r=5599]={<<<{\n\t"nhits": 51,\n\t"paramet...19c038d3d3406cb9b5b3",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77202b12[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "0811da7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5613,c=24576,r=5613]={<<<{\n\t"nhits": 51,\n\t"paramet...b9b5b3",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6542320a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5614,c=24576,r=5614]={<<<{\n\t"nhits": 51,\n\t"paramet...9b5b3",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7090c378[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor E",>>>0297287f3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5637,c=24576,r=5637]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor E",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c6e9f3d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5638,c=24576,r=5638]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor E",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a604919[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1501",>>>or E",029...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5655,c=24576,r=5655]={<<<{\n\t"nhits": 51,\n\t"paramet...r E",\n\t\t\t\t"id": "1501",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e46e23d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5656,c=24576,r=5656]={<<<{\n\t"nhits": 51,\n\t"paramet... E",\n\t\t\t\t"id": "1501",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58bb6f8e[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "SWAN",>>> E",02972...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5675,c=24576,r=5675]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "SWAN",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f484d3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.980 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5676,c=24576,r=5676]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "SWAN",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58043d55[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>AN", E",0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5691,c=24576,r=5691]={<<<{\n\t"nhits": 51,\n\t"paramet..."SWAN",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@414a6b62[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5692,c=24576,r=5692]={<<<{\n\t"nhits": 51,\n\t"paramet...SWAN",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@420ebbda[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>38d3d3406...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5732,c=24576,r=5732]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66f86d54[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5733,c=24576,r=5733]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f6f0a4b[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5745,c=24576,r=5745]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d6c73bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5746,c=24576,r=5746]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a0bd9a3[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850912,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5761,c=24576,r=5761]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850912,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1fbc817b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5762,c=24576,r=5762]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850912,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7866ed95[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.341171>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5775,c=24576,r=5775]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850912,\n\t\t\t\t\t2.341171>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@167988ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5776,c=24576,r=5776]={<<<{\n\t"nhits": 51,\n\t"paramet....850912,\n\t\t\t\t\t2.341171\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72db8d00[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5781,c=24576,r=5781]={<<<{\n\t"nhits": 51,\n\t"paramet...12,\n\t\t\t\t\t2.341171\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9976d79[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5782,c=24576,r=5782]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.341171\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4652339b[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5787,c=24576,r=5787]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.341171\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cb4e71c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5788,c=24576,r=5788]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.341171\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32a9ca07[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:23.990 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5804,c=24576,r=5804]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.041 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67958e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.041 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5805,c=24576,r=5805]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.041 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@577eb0f2[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.041 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5825,c=24576,r=5825]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.041 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cc92106[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5826,c=24576,r=5826]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@104c376a[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5846,c=24576,r=5846]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2cbb0b08[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5847,c=24576,r=5847]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e60c74d[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.341171,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5861,c=24576,r=5861]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.341171,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b040696[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5862,c=24576,r=5862]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.341171,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a0293fb[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850912>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5876,c=24576,r=5876]={<<<{\n\t"nhits": 51,\n\t"paramet....341171,\n\t\t\t\t\t48.850912>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e9520f8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5877,c=24576,r=5877]={<<<{\n\t"nhits": 51,\n\t"paramet...341171,\n\t\t\t\t\t48.850912\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2647c0c8[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5882,c=24576,r=5882]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850912\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d7c4220[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5883,c=24576,r=5883]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850912\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@632f913f[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5888,c=24576,r=5888]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850912\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64baff42[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5889,c=24576,r=5889]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850912\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ce3229d[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:10.410000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5946,c=24576,r=5946]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:10.410000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33411263[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5947,c=24576,r=5947]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:10.410000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.051 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c78db5d[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.051 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5951,c=24576,r=5951]={<<<{\n\t"nhits": 51,\n\t"paramet...9:10.410000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.051 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f0b617f[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.051 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5952,c=24576,r=5952]={<<<{\n\t"nhits": 51,\n\t"paramet...:10.410000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.051 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a194fc9[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.051 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5955,c=24576,r=5955]={<<<{\n\t"nhits": 51,\n\t"paramet....410000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41f098e3[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5956,c=24576,r=5956]={<<<{\n\t"nhits": 51,\n\t"paramet...410000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b3801b3[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5980,c=24576,r=5980]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ffc9d32[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5981,c=24576,r=5981]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f2be003[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "6bcece313...6e874be2a90d6f29852bd",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6039,c=24576,r=6039]={<<<{\n\t"nhits": 51,\n\t"paramet...6e874be2a90d6f29852bd",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ad95c85[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6040,c=24576,r=6040]={<<<{\n\t"nhits": 51,\n\t"paramet...e874be2a90d6f29852bd",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7107e3f4[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "6bcece3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6054,c=24576,r=6054]={<<<{\n\t"nhits": 51,\n\t"paramet...9852bd",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a19f5eb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6055,c=24576,r=6055]={<<<{\n\t"nhits": 51,\n\t"paramet...852bd",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a322953[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor C",>>>1353e8ad1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6078,c=24576,r=6078]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor C",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a5f6fe4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6079,c=24576,r=6079]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor C",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64093118[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1401",>>>or C",135...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6096,c=24576,r=6096]={<<<{\n\t"nhits": 51,\n\t"paramet...r C",\n\t\t\t\t"id": "1401",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@510a26df[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6097,c=24576,r=6097]={<<<{\n\t"nhits": 51,\n\t"paramet... C",\n\t\t\t\t"id": "1401",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a99f51c[p=0,l=22,c=512,r=22]={<<<\t\t\t\t"type": "PEACOCK",>>>,1353e8ad...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.052 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6119,c=24576,r=6119]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t"type": "PEACOCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b689de4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6120,c=24576,r=6120]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"type": "PEACOCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46c4f060[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>ACOCK",,1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6135,c=24576,r=6135]={<<<{\n\t"nhits": 51,\n\t"paramet...ACOCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46780ab9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6136,c=24576,r=6136]={<<<{\n\t"nhits": 51,\n\t"paramet...COCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33bc267f[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>be2a90d6f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6176,c=24576,r=6176]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c940a51[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6177,c=24576,r=6177]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d32be53[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6189,c=24576,r=6189]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b994e8e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6190,c=24576,r=6190]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2944105c[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.871505,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6205,c=24576,r=6205]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.871505,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@153e51a7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6206,c=24576,r=6206]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.871505,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d96a575[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.333759>>>5,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6219,c=24576,r=6219]={<<<{\n\t"nhits": 51,\n\t"paramet...8.871505,\n\t\t\t\t\t2.333759>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cca6977[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6220,c=24576,r=6220]={<<<{\n\t"nhits": 51,\n\t"paramet....871505,\n\t\t\t\t\t2.333759\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45055642[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6225,c=24576,r=6225]={<<<{\n\t"nhits": 51,\n\t"paramet...05,\n\t\t\t\t\t2.333759\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22d1842c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6226,c=24576,r=6226]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t2.333759\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a24300e[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6231,c=24576,r=6231]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.333759\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75ba6dec[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.060 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6232,c=24576,r=6232]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.333759\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a62925f[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6248,c=24576,r=6248]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@343c85db[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6249,c=24576,r=6249]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7fd37712[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6269,c=24576,r=6269]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59a0b009[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6270,c=24576,r=6270]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@575e2108[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6290,c=24576,r=6290]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71c6465[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6291,c=24576,r=6291]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6313e873[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.333759,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6305,c=24576,r=6305]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.333759,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f6f3ce0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6306,c=24576,r=6306]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.333759,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@199f0c64[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.871505>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6320,c=24576,r=6320]={<<<{\n\t"nhits": 51,\n\t"paramet....333759,\n\t\t\t\t\t48.871505>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d446c7e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6321,c=24576,r=6321]={<<<{\n\t"nhits": 51,\n\t"paramet...333759,\n\t\t\t\t\t48.871505\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e843d5[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6326,c=24576,r=6326]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.871505\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4726e734[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6327,c=24576,r=6327]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.871505\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26bb2f98[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6332,c=24576,r=6332]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.871505\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78c280ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6333,c=24576,r=6333]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.871505\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3bf7828b[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:08.652000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.067 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6390,c=24576,r=6390]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:08.652000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b18dd86[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6391,c=24576,r=6391]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:08.652000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34a0ec92[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6395,c=24576,r=6395]={<<<{\n\t"nhits": 51,\n\t"paramet...9:08.652000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@588bd543[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6396,c=24576,r=6396]={<<<{\n\t"nhits": 51,\n\t"paramet...:08.652000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fefe703[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6399,c=24576,r=6399]={<<<{\n\t"nhits": 51,\n\t"paramet....652000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5216e595[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6400,c=24576,r=6400]={<<<{\n\t"nhits": 51,\n\t"paramet...652000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61614739[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6424,c=24576,r=6424]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6746a79b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6425,c=24576,r=6425]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4731838f[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "866c5568b...c4812f16e33b5f3795d12",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6483,c=24576,r=6483]={<<<{\n\t"nhits": 51,\n\t"paramet...c4812f16e33b5f3795d12",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@226eecb1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6484,c=24576,r=6484]={<<<{\n\t"nhits": 51,\n\t"paramet...4812f16e33b5f3795d12",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@495d2f4a[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "866c556...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6498,c=24576,r=6498]={<<<{\n\t"nhits": 51,\n\t"paramet...795d12",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b753385[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6499,c=24576,r=6499]={<<<{\n\t"nhits": 51,\n\t"paramet...95d12",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5013f69f[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor F",>>>8bcaf548b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6522,c=24576,r=6522]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor F",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5cd8348[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6523,c=24576,r=6523]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor F",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25cadbc4[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1754",>>>or F",8bc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6540,c=24576,r=6540]={<<<{\n\t"nhits": 51,\n\t"paramet...r F",\n\t\t\t\t"id": "1754",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17112de3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.074 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6541,c=24576,r=6541]={<<<{\n\t"nhits": 51,\n\t"paramet... F",\n\t\t\t\t"id": "1754",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58f98690[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "SWAN",>>> F",8bcaf...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6560,c=24576,r=6560]={<<<{\n\t"nhits": 51,\n\t"paramet...4",\n\t\t\t\t"type": "SWAN",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31479904[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6561,c=24576,r=6561]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "SWAN",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42207013[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 2,>>>AN", F",8...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6576,c=24576,r=6576]={<<<{\n\t"nhits": 51,\n\t"paramet..."SWAN",\n\t\t\t\t"value": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5cc03381[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6577,c=24576,r=6577]={<<<{\n\t"nhits": 51,\n\t"paramet...SWAN",\n\t\t\t\t"value": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4899e38f[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>f16e33b5f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6617,c=24576,r=6617]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@451bdc21[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6618,c=24576,r=6618]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fa9c79[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6630,c=24576,r=6630]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@597bfb5c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6631,c=24576,r=6631]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e79fe67[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.798667,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6646,c=24576,r=6646]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.798667,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4518db5d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6647,c=24576,r=6647]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.798667,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15d18ed3[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.451794>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6660,c=24576,r=6660]={<<<{\n\t"nhits": 51,\n\t"paramet...8.798667,\n\t\t\t\t\t2.451794>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1376362e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6661,c=24576,r=6661]={<<<{\n\t"nhits": 51,\n\t"paramet....798667,\n\t\t\t\t\t2.451794\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26d78e1[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.4517947...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6666,c=24576,r=6666]={<<<{\n\t"nhits": 51,\n\t"paramet...67,\n\t\t\t\t\t2.451794\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ac99c2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6667,c=24576,r=6667]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.451794\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18923832[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.4517947...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6672,c=24576,r=6672]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.451794\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3af7ba48[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6673,c=24576,r=6673]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.451794\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.081 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53b47787[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6689,c=24576,r=6689]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@363396ba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6690,c=24576,r=6690]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3fe97be6[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6710,c=24576,r=6710]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@38cba3a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6711,c=24576,r=6711]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4833e378[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6731,c=24576,r=6731]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@629f3a82[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6732,c=24576,r=6732]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.082 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16dd5b7c[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.451794,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6746,c=24576,r=6746]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.451794,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@736e74e5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6747,c=24576,r=6747]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.451794,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@241161d3[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.798667>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6761,c=24576,r=6761]={<<<{\n\t"nhits": 51,\n\t"paramet....451794,\n\t\t\t\t\t48.798667>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f4114f9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6762,c=24576,r=6762]={<<<{\n\t"nhits": 51,\n\t"paramet...451794,\n\t\t\t\t\t48.798667\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@433bbed6[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.798667...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6767,c=24576,r=6767]={<<<{\n\t"nhits": 51,\n\t"paramet...4,\n\t\t\t\t\t48.798667\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43723308[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6768,c=24576,r=6768]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.798667\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c42dd4c[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.798667...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6773,c=24576,r=6773]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.798667\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b13eae1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6774,c=24576,r=6774]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.798667\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45c0325b[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:05.719000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.088 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6831,c=24576,r=6831]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:05.719000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17f8b398[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6832,c=24576,r=6832]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:05.719000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d2aa496[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6836,c=24576,r=6836]={<<<{\n\t"nhits": 51,\n\t"paramet...9:05.719000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@292a0f30[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6837,c=24576,r=6837]={<<<{\n\t"nhits": 51,\n\t"paramet...:05.719000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6dbcb2a4[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6840,c=24576,r=6840]={<<<{\n\t"nhits": 51,\n\t"paramet....719000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f0ab8f8[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6841,c=24576,r=6841]={<<<{\n\t"nhits": 51,\n\t"paramet...719000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73ca59b[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6865,c=24576,r=6865]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.089 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e1679c3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.095 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6866,c=24576,r=6866]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.095 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7637cd37[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "50df845f4...e02aa60e917056bb8e976",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.095 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6924,c=24576,r=6924]={<<<{\n\t"nhits": 51,\n\t"paramet...e02aa60e917056bb8e976",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.095 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c907671[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6925,c=24576,r=6925]={<<<{\n\t"nhits": 51,\n\t"paramet...02aa60e917056bb8e976",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e621805[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "50df845...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6939,c=24576,r=6939]={<<<{\n\t"nhits": 51,\n\t"paramet...b8e976",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3377be6b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6940,c=24576,r=6940]={<<<{\n\t"nhits": 51,\n\t"paramet...8e976",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7be19347[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor L",>>>f441b8dcc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6963,c=24576,r=6963]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor L",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@645d51b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6964,c=24576,r=6964]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor L",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a11cf0a[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1152",>>>or L",f44...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6981,c=24576,r=6981]={<<<{\n\t"nhits": 51,\n\t"paramet...r L",\n\t\t\t\t"id": "1152",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41bbcc5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6982,c=24576,r=6982]={<<<{\n\t"nhits": 51,\n\t"paramet... L",\n\t\t\t\t"id": "1152",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73976caa[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> L",f441b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7001,c=24576,r=7001]={<<<{\n\t"nhits": 51,\n\t"paramet...2",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dc9539d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7002,c=24576,r=7002]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79a4aab1[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 17,>>>K", L",f4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7018,c=24576,r=7018]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 17,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2080ccd4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7019,c=24576,r=7019]={<<<{\n\t"nhits": 51,\n\t"paramet...UCK",\n\t\t\t\t"value": 17,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@683a1652[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>60e917056...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7059,c=24576,r=7059]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f58e573[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7060,c=24576,r=7060]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.096 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f52d0b[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7072,c=24576,r=7072]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25b5b7cd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7073,c=24576,r=7073]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d05bdaf[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.827057,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7088,c=24576,r=7088]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.827057,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56eb001[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7089,c=24576,r=7089]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.827057,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2fd958d2[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.341523>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7102,c=24576,r=7102]={<<<{\n\t"nhits": 51,\n\t"paramet...8.827057,\n\t\t\t\t\t2.341523>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@275a893b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7103,c=24576,r=7103]={<<<{\n\t"nhits": 51,\n\t"paramet....827057,\n\t\t\t\t\t2.341523\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1782b0ba[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3415237...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7108,c=24576,r=7108]={<<<{\n\t"nhits": 51,\n\t"paramet...57,\n\t\t\t\t\t2.341523\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@671cf4f3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7109,c=24576,r=7109]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.341523\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e63f0a[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3415237...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7114,c=24576,r=7114]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.341523\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71867d3c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7115,c=24576,r=7115]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.341523\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@730314d6[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7131,c=24576,r=7131]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73b8dd29[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7132,c=24576,r=7132]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4095b23b[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7152,c=24576,r=7152]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b85888[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7153,c=24576,r=7153]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69f649ad[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7173,c=24576,r=7173]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.103 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c92802f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7174,c=24576,r=7174]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31fbe5ec[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.341523,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7188,c=24576,r=7188]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.341523,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71c78743[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7189,c=24576,r=7189]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.341523,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2aa713f7[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.827057>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7203,c=24576,r=7203]={<<<{\n\t"nhits": 51,\n\t"paramet....341523,\n\t\t\t\t\t48.827057>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62fc6d74[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7204,c=24576,r=7204]={<<<{\n\t"nhits": 51,\n\t"paramet...341523,\n\t\t\t\t\t48.827057\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cc63042[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.827057...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7209,c=24576,r=7209]={<<<{\n\t"nhits": 51,\n\t"paramet...3,\n\t\t\t\t\t48.827057\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41764306[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7210,c=24576,r=7210]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.827057\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53dcc874[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.827057...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7215,c=24576,r=7215]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.827057\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52ca98b6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7216,c=24576,r=7216]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.827057\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f33e68d[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:06.504000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7273,c=24576,r=7273]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:06.504000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c2ef61e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7274,c=24576,r=7274]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:06.504000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29040287[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7278,c=24576,r=7278]={<<<{\n\t"nhits": 51,\n\t"paramet...9:06.504000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f8d3039[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7279,c=24576,r=7279]={<<<{\n\t"nhits": 51,\n\t"paramet...:06.504000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f7abccb[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7282,c=24576,r=7282]={<<<{\n\t"nhits": 51,\n\t"paramet....504000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@348f3f3c[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7283,c=24576,r=7283]={<<<{\n\t"nhits": 51,\n\t"paramet...504000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.110 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d160310[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.140 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7307,c=24576,r=7307]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b5cf073[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7308,c=24576,r=7308]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71ca8737[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "845b6d82d...d24356ddb128552138172",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7366,c=24576,r=7366]={<<<{\n\t"nhits": 51,\n\t"paramet...d24356ddb128552138172",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c7120ed[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7367,c=24576,r=7367]={<<<{\n\t"nhits": 51,\n\t"paramet...24356ddb128552138172",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31f2baf0[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "845b6d8...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7381,c=24576,r=7381]={<<<{\n\t"nhits": 51,\n\t"paramet...138172",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2db10bd5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7382,c=24576,r=7382]={<<<{\n\t"nhits": 51,\n\t"paramet...38172",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@867d26b[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor L",>>>2dc2792da...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7405,c=24576,r=7405]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor L",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d24fdc2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7406,c=24576,r=7406]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor L",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19a5f5ac[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1152",>>>or L",2dc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7423,c=24576,r=7423]={<<<{\n\t"nhits": 51,\n\t"paramet...r L",\n\t\t\t\t"id": "1152",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c6fbaee[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7424,c=24576,r=7424]={<<<{\n\t"nhits": 51,\n\t"paramet... L",\n\t\t\t\t"id": "1152",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a2dc382[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>L",2dc279...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7444,c=24576,r=7444]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@107df5e8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7445,c=24576,r=7445]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26436ade[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 76,>>>SE",L",2d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7461,c=24576,r=7461]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 76,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67ba1c32[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7462,c=24576,r=7462]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 76,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36ff294[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>6ddb12855...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7502,c=24576,r=7502]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.141 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c4285a4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7503,c=24576,r=7503]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@416a0568[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7515,c=24576,r=7515]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7686dafb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7516,c=24576,r=7516]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a816ded[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.827057,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7531,c=24576,r=7531]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.827057,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6286a6bc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7532,c=24576,r=7532]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.827057,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73d6aec1[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.341523>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7545,c=24576,r=7545]={<<<{\n\t"nhits": 51,\n\t"paramet...8.827057,\n\t\t\t\t\t2.341523>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3347f342[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7546,c=24576,r=7546]={<<<{\n\t"nhits": 51,\n\t"paramet....827057,\n\t\t\t\t\t2.341523\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32a80ec2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3415237...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7551,c=24576,r=7551]={<<<{\n\t"nhits": 51,\n\t"paramet...57,\n\t\t\t\t\t2.341523\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@654ced6d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7552,c=24576,r=7552]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.341523\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@232af7a3[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3415237...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7557,c=24576,r=7557]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.341523\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f7bcd67[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7558,c=24576,r=7558]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.341523\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d571854[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7574,c=24576,r=7574]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ff2b116[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7575,c=24576,r=7575]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b11d2a4[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7595,c=24576,r=7595]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a702254[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7596,c=24576,r=7596]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f0014f6[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7616,c=24576,r=7616]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75306801[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7617,c=24576,r=7617]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@509110f1[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.341523,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7631,c=24576,r=7631]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.341523,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ba8fa35[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7632,c=24576,r=7632]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.341523,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3430f812[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.827057>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7646,c=24576,r=7646]={<<<{\n\t"nhits": 51,\n\t"paramet....341523,\n\t\t\t\t\t48.827057>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42b6eef5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7647,c=24576,r=7647]={<<<{\n\t"nhits": 51,\n\t"paramet...341523,\n\t\t\t\t\t48.827057\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a7878ca[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.827057...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7652,c=24576,r=7652]={<<<{\n\t"nhits": 51,\n\t"paramet...3,\n\t\t\t\t\t48.827057\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@564d50e2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7653,c=24576,r=7653]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.827057\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@650ec251[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.827057...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7658,c=24576,r=7658]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.827057\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10ba5943[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7659,c=24576,r=7659]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.827057\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49ddddb6[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:06.218000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7716,c=24576,r=7716]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:06.218000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@752b5e2f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7717,c=24576,r=7717]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:06.218000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66a40691[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7721,c=24576,r=7721]={<<<{\n\t"nhits": 51,\n\t"paramet...9:06.218000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24962b47[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7722,c=24576,r=7722]={<<<{\n\t"nhits": 51,\n\t"paramet...:06.218000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@301620e[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7725,c=24576,r=7725]={<<<{\n\t"nhits": 51,\n\t"paramet....218000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2cf49e67[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7726,c=24576,r=7726]={<<<{\n\t"nhits": 51,\n\t"paramet...218000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6aa285e6[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7750,c=24576,r=7750]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f7b47e6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7751,c=24576,r=7751]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77625b15[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "4b715723d...534ca2fd1e4c94b630bab",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7809,c=24576,r=7809]={<<<{\n\t"nhits": 51,\n\t"paramet...534ca2fd1e4c94b630bab",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7fede438[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7810,c=24576,r=7810]={<<<{\n\t"nhits": 51,\n\t"paramet...34ca2fd1e4c94b630bab",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19ed396[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "4b71572...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7824,c=24576,r=7824]={<<<{\n\t"nhits": 51,\n\t"paramet...630bab",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24fff034[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7825,c=24576,r=7825]={<<<{\n\t"nhits": 51,\n\t"paramet...30bab",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41a0ad4d[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor D",>>>3da9f5905...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7848,c=24576,r=7848]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor D",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@517c4d65[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7849,c=24576,r=7849]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor D",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@260926bf[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1502",>>>or D",3da...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7866,c=24576,r=7866]={<<<{\n\t"nhits": 51,\n\t"paramet...r D",\n\t\t\t\t"id": "1502",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d2c0c1a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7867,c=24576,r=7867]={<<<{\n\t"nhits": 51,\n\t"paramet... D",\n\t\t\t\t"id": "1502",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39a20c37[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "SWAN",>>> D",3da9f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7886,c=24576,r=7886]={<<<{\n\t"nhits": 51,\n\t"paramet...2",\n\t\t\t\t"type": "SWAN",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a067903[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7887,c=24576,r=7887]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "SWAN",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65558a22[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 15,>>>N", D",3d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7903,c=24576,r=7903]={<<<{\n\t"nhits": 51,\n\t"paramet...SWAN",\n\t\t\t\t"value": 15,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7804064e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7904,c=24576,r=7904]={<<<{\n\t"nhits": 51,\n\t"paramet...WAN",\n\t\t\t\t"value": 15,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51ee6ecd[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>2fd1e4c94...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7944,c=24576,r=7944]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6899db92[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7945,c=24576,r=7945]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21d44839[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7957,c=24576,r=7957]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@793a0c3b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7958,c=24576,r=7958]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b008dd7[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.845002,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7973,c=24576,r=7973]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.845002,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7de3886e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7974,c=24576,r=7974]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.845002,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ef5826b[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.375691>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7987,c=24576,r=7987]={<<<{\n\t"nhits": 51,\n\t"paramet...8.845002,\n\t\t\t\t\t2.375691>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5787025a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7988,c=24576,r=7988]={<<<{\n\t"nhits": 51,\n\t"paramet....845002,\n\t\t\t\t\t2.375691\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.173 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8b65348[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7993,c=24576,r=7993]={<<<{\n\t"nhits": 51,\n\t"paramet...02,\n\t\t\t\t\t2.375691\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69f70ac8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7994,c=24576,r=7994]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.375691\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3bc32b47[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=7999,c=24576,r=7999]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.375691\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54396bb7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8000,c=24576,r=8000]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.375691\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6eaf5e6b[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8016,c=24576,r=8016]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f5fa83c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8017,c=24576,r=8017]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1de43583[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8037,c=24576,r=8037]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.174 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21f915b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8038,c=24576,r=8038]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16d7cb75[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8058,c=24576,r=8058]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@548b8fdb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8059,c=24576,r=8059]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@687ff0e4[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.375691,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8073,c=24576,r=8073]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.375691,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@161421f9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8074,c=24576,r=8074]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.375691,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3eb0dc2d[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.845002>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8088,c=24576,r=8088]={<<<{\n\t"nhits": 51,\n\t"paramet....375691,\n\t\t\t\t\t48.845002>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36cd6977[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8089,c=24576,r=8089]={<<<{\n\t"nhits": 51,\n\t"paramet...375691,\n\t\t\t\t\t48.845002\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21a2479a[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8094,c=24576,r=8094]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.845002\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@168ea1be[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8095,c=24576,r=8095]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.845002\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ee756f6[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8100,c=24576,r=8100]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.845002\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@733c148c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8101,c=24576,r=8101]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.845002\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@401103e6[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:11.381000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8158,c=24576,r=8158]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:11.381000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2371d90b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8159,c=24576,r=8159]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:11.381000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37b57b75[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8163,c=24576,r=8163]={<<<{\n\t"nhits": 51,\n\t"paramet...9:11.381000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@243e917b[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8164,c=24576,r=8164]={<<<{\n\t"nhits": 51,\n\t"paramet...:11.381000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.183 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cf8a829[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.244 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8167,c=24576,r=8167]={<<<{\n\t"nhits": 51,\n\t"paramet....381000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.244 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@416c8d3c[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.244 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8168,c=24576,r=8168]={<<<{\n\t"nhits": 51,\n\t"paramet...381000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.244 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d9e28b7[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.244 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8192,c=24576,r=8192]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.244 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@dfbdf36[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.244 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8193,c=24576,r=8193]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@246b9740[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "d984051ca...8c42928155135a09b0218",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8251,c=24576,r=8251]={<<<{\n\t"nhits": 51,\n\t"paramet...8c42928155135a09b0218",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cbeb9c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8252,c=24576,r=8252]={<<<{\n\t"nhits": 51,\n\t"paramet...c42928155135a09b0218",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2dbca082[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "d984051...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8266,c=24576,r=8266]={<<<{\n\t"nhits": 51,\n\t"paramet...9b0218",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7eedd86c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8267,c=24576,r=8267]={<<<{\n\t"nhits": 51,\n\t"paramet...b0218",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c48166[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor Q",>>>cad41a5ca...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8290,c=24576,r=8290]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor Q",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@580d1d29[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8291,c=24576,r=8291]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor Q",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10fd1e1a[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1504",>>>or Q",cad...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8308,c=24576,r=8308]={<<<{\n\t"nhits": 51,\n\t"paramet...r Q",\n\t\t\t\t"id": "1504",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@438ad1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8309,c=24576,r=8309]={<<<{\n\t"nhits": 51,\n\t"paramet... Q",\n\t\t\t\t"id": "1504",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22aee40e[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>Q",cad41a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8329,c=24576,r=8329]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@127a4127[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8330,c=24576,r=8330]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a8f90bc[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 4,>>>OSE",Q",c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8345,c=24576,r=8345]={<<<{\n\t"nhits": 51,\n\t"paramet...GOOSE",\n\t\t\t\t"value": 4,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.245 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76068a3e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8346,c=24576,r=8346]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 4,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@235d8e64[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>28155135a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8386,c=24576,r=8386]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@636e8051[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8387,c=24576,r=8387]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7572f6f0[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8399,c=24576,r=8399]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37e7d51a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8400,c=24576,r=8400]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7806432c[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.84622,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8414,c=24576,r=8414]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.84622,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f7d2875[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8415,c=24576,r=8415]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.84622,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d5a961c[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.387776>>>,021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8428,c=24576,r=8428]={<<<{\n\t"nhits": 51,\n\t"paramet...48.84622,\n\t\t\t\t\t2.387776>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49ccda8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8429,c=24576,r=8429]={<<<{\n\t"nhits": 51,\n\t"paramet...8.84622,\n\t\t\t\t\t2.387776\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ec9f134[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.387776,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8434,c=24576,r=8434]={<<<{\n\t"nhits": 51,\n\t"paramet...22,\n\t\t\t\t\t2.387776\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48714618[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.252 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8435,c=24576,r=8435]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.387776\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11c2c37c[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.387776,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8440,c=24576,r=8440]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.387776\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73d1ad61[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8441,c=24576,r=8441]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.387776\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7290b27e[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8457,c=24576,r=8457]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30937bb2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8458,c=24576,r=8458]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.253 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37cd87ff[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8478,c=24576,r=8478]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49898ec2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8479,c=24576,r=8479]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e7dc6cf[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8499,c=24576,r=8499]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15987459[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8500,c=24576,r=8500]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4eb1fb6a[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.387776,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8514,c=24576,r=8514]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.387776,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b4b83e0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.387...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8515,c=24576,r=8515]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.387776,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b506ff8[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.84622>>>,es": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8528,c=24576,r=8528]={<<<{\n\t"nhits": 51,\n\t"paramet...2.387776,\n\t\t\t\t\t48.84622>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4dbcfa77[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8529,c=24576,r=8529]={<<<{\n\t"nhits": 51,\n\t"paramet....387776,\n\t\t\t\t\t48.84622\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.260 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c973201[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.84622,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8534,c=24576,r=8534]={<<<{\n\t"nhits": 51,\n\t"paramet...76,\n\t\t\t\t\t48.84622\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b54e4f0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8535,c=24576,r=8535]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t48.84622\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36377cd[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.84622,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8540,c=24576,r=8540]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.84622\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29a64a94[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8541,c=24576,r=8541]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.84622\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c14729b[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:12.490000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8598,c=24576,r=8598]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:12.490000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@205b768d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8599,c=24576,r=8599]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:12.490000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@381ea054[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8603,c=24576,r=8603]={<<<{\n\t"nhits": 51,\n\t"paramet...9:12.490000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23f7bf29[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8604,c=24576,r=8604]={<<<{\n\t"nhits": 51,\n\t"paramet...:12.490000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c489166[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8607,c=24576,r=8607]={<<<{\n\t"nhits": 51,\n\t"paramet....490000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67dc637c[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8608,c=24576,r=8608]={<<<{\n\t"nhits": 51,\n\t"paramet...490000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a0d73d3[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8632,c=24576,r=8632]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@349d9f4c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8633,c=24576,r=8633]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c06fb18[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "c143a7c3f...b69af7a2e2912df43f5d0",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8691,c=24576,r=8691]={<<<{\n\t"nhits": 51,\n\t"paramet...b69af7a2e2912df43f5d0",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6845b267[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8692,c=24576,r=8692]={<<<{\n\t"nhits": 51,\n\t"paramet...69af7a2e2912df43f5d0",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2917d757[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "c143a7c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.261 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8706,c=24576,r=8706]={<<<{\n\t"nhits": 51,\n\t"paramet...43f5d0",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71a84ac6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8707,c=24576,r=8707]={<<<{\n\t"nhits": 51,\n\t"paramet...3f5d0",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a2db1d0[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor S",>>>3fcfc8fa9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8730,c=24576,r=8730]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor S",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f3ef878[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8731,c=24576,r=8731]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor S",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@780437a7[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1603",>>>or S",3fc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8748,c=24576,r=8748]={<<<{\n\t"nhits": 51,\n\t"paramet...r S",\n\t\t\t\t"id": "1603",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b49ac1b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8749,c=24576,r=8749]={<<<{\n\t"nhits": 51,\n\t"paramet... S",\n\t\t\t\t"id": "1603",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c2d3793[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>S",3fcfc8...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8769,c=24576,r=8769]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1448e356[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8770,c=24576,r=8770]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d285777[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 16,>>>SE",S",3f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8786,c=24576,r=8786]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 16,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b0713bd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8787,c=24576,r=8787]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 16,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e7334e1[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>7a2e2912d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8827,c=24576,r=8827]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d72302a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8828,c=24576,r=8828]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@726e431c[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8840,c=24576,r=8840]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1073c17[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8841,c=24576,r=8841]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3664d4ea[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.8759,>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8854,c=24576,r=8854]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"geo": [\n\t\t\t\t\t48.8759,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a7b516c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.268 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8855,c=24576,r=8855]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.8759,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a8d8f9c[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t2.64306>>>,2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8867,c=24576,r=8867]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.8759,\n\t\t\t\t\t2.64306>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6252f75e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.643...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8868,c=24576,r=8868]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.8759,\n\t\t\t\t\t2.64306\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7201ac7a[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.64306,2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8873,c=24576,r=8873]={<<<{\n\t"nhits": 51,\n\t"paramet...759,\n\t\t\t\t\t2.64306\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72716367[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.643...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8874,c=24576,r=8874]={<<<{\n\t"nhits": 51,\n\t"paramet...59,\n\t\t\t\t\t2.64306\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4436e3da[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.64306,2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8879,c=24576,r=8879]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t2.64306\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31ab0405[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.643...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8880,c=24576,r=8880]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.64306\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4eb61c36[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8896,c=24576,r=8896]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37a524dc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8897,c=24576,r=8897]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@447e39c1[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8917,c=24576,r=8917]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d9c8667[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8918,c=24576,r=8918]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5335684e[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8938,c=24576,r=8938]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4da82530[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8939,c=24576,r=8939]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@782dad75[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.64306,>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8952,c=24576,r=8952]={<<<{\n\t"nhits": 51,\n\t"paramet...nates": [\n\t\t\t\t\t2.64306,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31cbb3a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.643...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8953,c=24576,r=8953]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.64306,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4944dac6[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t48.8759>>>,tes": [-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.279 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8965,c=24576,r=8965]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.64306,\n\t\t\t\t\t48.8759>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45c9e77b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8966,c=24576,r=8966]={<<<{\n\t"nhits": 51,\n\t"paramet...\t2.64306,\n\t\t\t\t\t48.8759\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@509abcb2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.8759,t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8971,c=24576,r=8971]={<<<{\n\t"nhits": 51,\n\t"paramet...306,\n\t\t\t\t\t48.8759\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ca00bf3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8972,c=24576,r=8972]={<<<{\n\t"nhits": 51,\n\t"paramet...06,\n\t\t\t\t\t48.8759\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53dd644b[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.8759,t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8977,c=24576,r=8977]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t48.8759\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59a5a374[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=8978,c=24576,r=8978]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.8759\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5cdfebde[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:14.144000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9035,c=24576,r=9035]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:14.144000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@609c9c25[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9036,c=24576,r=9036]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:14.144000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58db5341[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9040,c=24576,r=9040]={<<<{\n\t"nhits": 51,\n\t"paramet...9:14.144000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c91f52d[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9041,c=24576,r=9041]={<<<{\n\t"nhits": 51,\n\t"paramet...:14.144000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f336a7a[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9044,c=24576,r=9044]={<<<{\n\t"nhits": 51,\n\t"paramet....144000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bcaa20d[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9045,c=24576,r=9045]={<<<{\n\t"nhits": 51,\n\t"paramet...144000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@989a96e[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9069,c=24576,r=9069]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a121def[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9070,c=24576,r=9070]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ee6c26d[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "905345537...1f2d5a17c1dd6aa755bdd",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9128,c=24576,r=9128]={<<<{\n\t"nhits": 51,\n\t"paramet...1f2d5a17c1dd6aa755bdd",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60e2c576[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.286 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9129,c=24576,r=9129]={<<<{\n\t"nhits": 51,\n\t"paramet...f2d5a17c1dd6aa755bdd",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24e4d2dd[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "9053455...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9143,c=24576,r=9143]={<<<{\n\t"nhits": 51,\n\t"paramet...755bdd",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ea35ecb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9144,c=24576,r=9144]={<<<{\n\t"nhits": 51,\n\t"paramet...55bdd",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16de02d8[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor G",>>>37815c8d0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9167,c=24576,r=9167]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor G",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6061ac00[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9168,c=24576,r=9168]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor G",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6291f8eb[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1651",>>>or G",378...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9185,c=24576,r=9185]={<<<{\n\t"nhits": 51,\n\t"paramet...r G",\n\t\t\t\t"id": "1651",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66c0a774[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9186,c=24576,r=9186]={<<<{\n\t"nhits": 51,\n\t"paramet... G",\n\t\t\t\t"id": "1651",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ea1b6[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "EAGLE",>>>G",37815c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9206,c=24576,r=9206]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "EAGLE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d820c17[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9207,c=24576,r=9207]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "EAGLE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39e7ec[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>GLE",G",3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9222,c=24576,r=9222]={<<<{\n\t"nhits": 51,\n\t"paramet...EAGLE",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63a11b98[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9223,c=24576,r=9223]={<<<{\n\t"nhits": 51,\n\t"paramet...AGLE",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16b7654b[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>a17c1dd6a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9263,c=24576,r=9263]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ba8313e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9264,c=24576,r=9264]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2461ad20[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9276,c=24576,r=9276]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f770fef[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9277,c=24576,r=9277]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6247a677[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.82097,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.293 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9291,c=24576,r=9291]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.82097,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48cc5ac0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9292,c=24576,r=9292]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.82097,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61edf654[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.324525>>>,021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9305,c=24576,r=9305]={<<<{\n\t"nhits": 51,\n\t"paramet...48.82097,\n\t\t\t\t\t2.324525>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@161285f1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9306,c=24576,r=9306]={<<<{\n\t"nhits": 51,\n\t"paramet...8.82097,\n\t\t\t\t\t2.324525\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49b9fd5a[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.324525,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9311,c=24576,r=9311]={<<<{\n\t"nhits": 51,\n\t"paramet...97,\n\t\t\t\t\t2.324525\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6389b4f7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9312,c=24576,r=9312]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.324525\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6dd8b184[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.324525,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9317,c=24576,r=9317]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.324525\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fe78cc3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9318,c=24576,r=9318]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.324525\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6932ff48[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9334,c=24576,r=9334]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4732c095[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9335,c=24576,r=9335]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fce1d66[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9355,c=24576,r=9355]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c1c05c8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9356,c=24576,r=9356]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42aa75bc[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9376,c=24576,r=9376]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13cd2314[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9377,c=24576,r=9377]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cf72926[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.324525,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9391,c=24576,r=9391]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.324525,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50195f35[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.300 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9392,c=24576,r=9392]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.324525,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@410fd71f[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.82097>>>,es": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9405,c=24576,r=9405]={<<<{\n\t"nhits": 51,\n\t"paramet...2.324525,\n\t\t\t\t\t48.82097>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ba099a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9406,c=24576,r=9406]={<<<{\n\t"nhits": 51,\n\t"paramet....324525,\n\t\t\t\t\t48.82097\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@eab29e2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.82097,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9411,c=24576,r=9411]={<<<{\n\t"nhits": 51,\n\t"paramet...25,\n\t\t\t\t\t48.82097\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14513ff5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9412,c=24576,r=9412]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t48.82097\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b59a54f[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.82097,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9417,c=24576,r=9417]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.82097\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@148b0c5c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9418,c=24576,r=9418]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.82097\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4338d316[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:15.659000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9475,c=24576,r=9475]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:15.659000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e0be213[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9476,c=24576,r=9476]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:15.659000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@381e5740[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9480,c=24576,r=9480]={<<<{\n\t"nhits": 51,\n\t"paramet...9:15.659000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74bb45f3[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9481,c=24576,r=9481]={<<<{\n\t"nhits": 51,\n\t"paramet...:15.659000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@719e9811[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9484,c=24576,r=9484]={<<<{\n\t"nhits": 51,\n\t"paramet....659000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7004f74b[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9485,c=24576,r=9485]={<<<{\n\t"nhits": 51,\n\t"paramet...659000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3aea1a5c[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9509,c=24576,r=9509]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1450442f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9510,c=24576,r=9510]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@118b18a4[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "f1a985efc...d11d7fd877a0d4c1c876e",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9568,c=24576,r=9568]={<<<{\n\t"nhits": 51,\n\t"paramet...d11d7fd877a0d4c1c876e",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46e20b71[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9569,c=24576,r=9569]={<<<{\n\t"nhits": 51,\n\t"paramet...11d7fd877a0d4c1c876e",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c30d10b[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "f1a985e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9583,c=24576,r=9583]={<<<{\n\t"nhits": 51,\n\t"paramet...1c876e",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a57999e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9584,c=24576,r=9584]={<<<{\n\t"nhits": 51,\n\t"paramet...c876e",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7350e848[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor I",>>>fc4f3be02...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9607,c=24576,r=9607]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor I",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@253fdcd0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9608,c=24576,r=9608]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor I",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f2df9f5[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1901",>>>or I",fc4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9625,c=24576,r=9625]={<<<{\n\t"nhits": 51,\n\t"paramet...r I",\n\t\t\t\t"id": "1901",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9300ae7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9626,c=24576,r=9626]={<<<{\n\t"nhits": 51,\n\t"paramet... I",\n\t\t\t\t"id": "1901",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dd6a121[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>I",fc4f3b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9646,c=24576,r=9646]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26542b17[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9647,c=24576,r=9647]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46d69c79[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 268,>>>E",I",fc4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9664,c=24576,r=9664]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 268,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fb8c176[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9665,c=24576,r=9665]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 268,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7afbe09[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>fd877a0d4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9705,c=24576,r=9705]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@243178[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.314 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9706,c=24576,r=9706]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.315 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72e35051[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.315 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9718,c=24576,r=9718]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.315 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7bd98c0a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.315 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9719,c=24576,r=9719]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17c2a8e[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.833875,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9734,c=24576,r=9734]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.833875,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20f26428[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9735,c=24576,r=9735]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.833875,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@487bc9bf[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.382319>>>5,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9748,c=24576,r=9748]={<<<{\n\t"nhits": 51,\n\t"paramet...8.833875,\n\t\t\t\t\t2.382319>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f75a566[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9749,c=24576,r=9749]={<<<{\n\t"nhits": 51,\n\t"paramet....833875,\n\t\t\t\t\t2.382319\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f3dc85c[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3823195...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9754,c=24576,r=9754]={<<<{\n\t"nhits": 51,\n\t"paramet...75,\n\t\t\t\t\t2.382319\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2cdd2cb7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9755,c=24576,r=9755]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t2.382319\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a7d3ea2[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3823195...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9760,c=24576,r=9760]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.382319\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6871f21e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9761,c=24576,r=9761]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.382319\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@197fa864[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9777,c=24576,r=9777]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c828768[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9778,c=24576,r=9778]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@fd92a74[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9798,c=24576,r=9798]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68dfd893[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.346 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9799,c=24576,r=9799]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.347 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c076164[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.347 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9819,c=24576,r=9819]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.347 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44f60e4b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.347 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9820,c=24576,r=9820]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.347 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23a162b[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.382319,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.347 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9834,c=24576,r=9834]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.382319,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14b75dbf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9835,c=24576,r=9835]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.382319,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@230c120c[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.833875>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9849,c=24576,r=9849]={<<<{\n\t"nhits": 51,\n\t"paramet....382319,\n\t\t\t\t\t48.833875>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57fcd470[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9850,c=24576,r=9850]={<<<{\n\t"nhits": 51,\n\t"paramet...382319,\n\t\t\t\t\t48.833875\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5250bea[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.833875...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9855,c=24576,r=9855]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.833875\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2bd1e454[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9856,c=24576,r=9856]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.833875\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@688e0f50[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.833875...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9861,c=24576,r=9861]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.833875\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59e01965[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9862,c=24576,r=9862]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.833875\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.353 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@743723e8[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.031000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9919,c=24576,r=9919]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.031000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50609a7e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9920,c=24576,r=9920]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.031000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@480cfbad[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9924,c=24576,r=9924]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.031000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11fee8f8[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9925,c=24576,r=9925]={<<<{\n\t"nhits": 51,\n\t"paramet...:16.031000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c1bb14c[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9928,c=24576,r=9928]={<<<{\n\t"nhits": 51,\n\t"paramet....031000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@87c63db[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9929,c=24576,r=9929]={<<<{\n\t"nhits": 51,\n\t"paramet...031000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@278230ea[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9953,c=24576,r=9953]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@415db5ca[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.354 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=9954,c=24576,r=9954]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@404ded7c[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "807d9f565...704529d3f331b70ccbc8e",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10012,c=24576,r=10012]={<<<{\n\t"nhits": 51,\n\t"paramet...704529d3f331b70ccbc8e",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b443c15[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10013,c=24576,r=10013]={<<<{\n\t"nhits": 51,\n\t"paramet...04529d3f331b70ccbc8e",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1df75cf7[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "807d9f5...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10027,c=24576,r=10027]={<<<{\n\t"nhits": 51,\n\t"paramet...ccbc8e",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31285966[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10028,c=24576,r=10028]={<<<{\n\t"nhits": 51,\n\t"paramet...cbc8e",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.360 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e216432[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor B",>>>65dbc5132...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10051,c=24576,r=10051]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor B",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@148f4777[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10052,c=24576,r=10052]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor B",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33b8a1f5[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1753",>>>or B",65d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10069,c=24576,r=10069]={<<<{\n\t"nhits": 51,\n\t"paramet...r B",\n\t\t\t\t"id": "1753",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40a83d8d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10070,c=24576,r=10070]={<<<{\n\t"nhits": 51,\n\t"paramet... B",\n\t\t\t\t"id": "1753",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@553dc15e[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> B",65dbc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10089,c=24576,r=10089]={<<<{\n\t"nhits": 51,\n\t"paramet...3",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b679071[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10090,c=24576,r=10090]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4da629e1[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>CK", B",6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10105,c=24576,r=10105]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ce3318d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10106,c=24576,r=10106]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77ef3e7e[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>9d3f331b7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10146,c=24576,r=10146]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@700cccea[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10147,c=24576,r=10147]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c990a2b[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.361 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10159,c=24576,r=10159]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59a33d6c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10160,c=24576,r=10160]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57b1e4e8[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850541,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10175,c=24576,r=10175]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850541,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41cc1968[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10176,c=24576,r=10176]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850541,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c08b28[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.348671>>>1,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10189,c=24576,r=10189]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850541,\n\t\t\t\t\t2.348671>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45c88ea1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10190,c=24576,r=10190]={<<<{\n\t"nhits": 51,\n\t"paramet....850541,\n\t\t\t\t\t2.348671\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d86a454[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10195,c=24576,r=10195]={<<<{\n\t"nhits": 51,\n\t"paramet...41,\n\t\t\t\t\t2.348671\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ca0f9d5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10196,c=24576,r=10196]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t2.348671\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3db8aca2[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10201,c=24576,r=10201]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.348671\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c848032[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10202,c=24576,r=10202]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.348671\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@140827f2[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10218,c=24576,r=10218]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f5d1af7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10219,c=24576,r=10219]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57f87e02[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10239,c=24576,r=10239]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f65e1df[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10240,c=24576,r=10240]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a076876[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10260,c=24576,r=10260]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d4a4363[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.368 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10261,c=24576,r=10261]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49d63ea6[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.348671,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10275,c=24576,r=10275]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.348671,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29dd455a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10276,c=24576,r=10276]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.348671,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8b8dccf[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850541>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10290,c=24576,r=10290]={<<<{\n\t"nhits": 51,\n\t"paramet....348671,\n\t\t\t\t\t48.850541>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@766d7e0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10291,c=24576,r=10291]={<<<{\n\t"nhits": 51,\n\t"paramet...348671,\n\t\t\t\t\t48.850541\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7fbdeaa4[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10296,c=24576,r=10296]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850541\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c89879c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10297,c=24576,r=10297]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850541\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72196a66[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10302,c=24576,r=10302]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850541\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43716a12[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10303,c=24576,r=10303]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850541\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53095012[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:04.711000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10360,c=24576,r=10360]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:04.711000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@234c8888[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10361,c=24576,r=10361]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:04.711000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1abf8cdd[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10365,c=24576,r=10365]={<<<{\n\t"nhits": 51,\n\t"paramet...9:04.711000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52d65462[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10366,c=24576,r=10366]={<<<{\n\t"nhits": 51,\n\t"paramet...:04.711000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b4617ea[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10369,c=24576,r=10369]={<<<{\n\t"nhits": 51,\n\t"paramet....711000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c89dec2[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10370,c=24576,r=10370]={<<<{\n\t"nhits": 51,\n\t"paramet...711000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ab672ea[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10394,c=24576,r=10394]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.382 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a234e9a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.382 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10395,c=24576,r=10395]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.382 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71a1e173[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "1ff928dff...1d0f7a2282b9dc6050e4a",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.382 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10453,c=24576,r=10453]={<<<{\n\t"nhits": 51,\n\t"paramet...1d0f7a2282b9dc6050e4a",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.382 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@331c4e4b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10454,c=24576,r=10454]={<<<{\n\t"nhits": 51,\n\t"paramet...d0f7a2282b9dc6050e4a",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ae44be0[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "1ff928d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10468,c=24576,r=10468]={<<<{\n\t"nhits": 51,\n\t"paramet...050e4a",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a239fb8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10469,c=24576,r=10469]={<<<{\n\t"nhits": 51,\n\t"paramet...50e4a",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47743f6[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor B",>>>ff6ff2745...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10492,c=24576,r=10492]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor B",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55c82b25[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10493,c=24576,r=10493]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor B",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1dbbd137[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1753",>>>or B",ff6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10510,c=24576,r=10510]={<<<{\n\t"nhits": 51,\n\t"paramet...r B",\n\t\t\t\t"id": "1753",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b034367[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10511,c=24576,r=10511]={<<<{\n\t"nhits": 51,\n\t"paramet... B",\n\t\t\t\t"id": "1753",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4555c702[p=0,l=22,c=512,r=22]={<<<\t\t\t\t"type": "PEACOCK",>>>,ff6ff274...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10533,c=24576,r=10533]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t"type": "PEACOCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51d04d8e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10534,c=24576,r=10534]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"type": "PEACOCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12a10cea[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>ACOCK",,f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10549,c=24576,r=10549]={<<<{\n\t"nhits": 51,\n\t"paramet...ACOCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73587da2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10550,c=24576,r=10550]={<<<{\n\t"nhits": 51,\n\t"paramet...COCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@185ec91c[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>a2282b9dc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10590,c=24576,r=10590]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4bb14ba4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10591,c=24576,r=10591]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51edd864[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10603,c=24576,r=10603]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61e81a96[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10604,c=24576,r=10604]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f10299e[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850541,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10619,c=24576,r=10619]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850541,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e3dbfb3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10620,c=24576,r=10620]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850541,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71ac60e8[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.348671>>>1,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10633,c=24576,r=10633]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850541,\n\t\t\t\t\t2.348671>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50b1e8e1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10634,c=24576,r=10634]={<<<{\n\t"nhits": 51,\n\t"paramet....850541,\n\t\t\t\t\t2.348671\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ee377b0[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10639,c=24576,r=10639]={<<<{\n\t"nhits": 51,\n\t"paramet...41,\n\t\t\t\t\t2.348671\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.383 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d808bf8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.389 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10640,c=24576,r=10640]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t2.348671\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fb90f80[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10645,c=24576,r=10645]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.348671\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30100476[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10646,c=24576,r=10646]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.348671\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@758bbb33[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10662,c=24576,r=10662]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c2d2131[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10663,c=24576,r=10663]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2bcfea3b[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10683,c=24576,r=10683]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1bcc6880[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10684,c=24576,r=10684]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33b61ae9[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10704,c=24576,r=10704]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56f79107[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10705,c=24576,r=10705]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23d37d0[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.348671,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10719,c=24576,r=10719]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.348671,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7acdd77f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10720,c=24576,r=10720]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.348671,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@792feb9d[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850541>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10734,c=24576,r=10734]={<<<{\n\t"nhits": 51,\n\t"paramet....348671,\n\t\t\t\t\t48.850541>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13ba2216[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10735,c=24576,r=10735]={<<<{\n\t"nhits": 51,\n\t"paramet...348671,\n\t\t\t\t\t48.850541\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78d21406[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10740,c=24576,r=10740]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850541\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cb0524c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10741,c=24576,r=10741]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850541\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.390 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a453f44[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10746,c=24576,r=10746]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850541\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@282d0a88[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10747,c=24576,r=10747]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850541\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@403749af[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:05.203000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10804,c=24576,r=10804]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:05.203000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e7b41d7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10805,c=24576,r=10805]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:05.203000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d87f443[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10809,c=24576,r=10809]={<<<{\n\t"nhits": 51,\n\t"paramet...9:05.203000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d3eda31[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10810,c=24576,r=10810]={<<<{\n\t"nhits": 51,\n\t"paramet...:05.203000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@573e9408[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10813,c=24576,r=10813]={<<<{\n\t"nhits": 51,\n\t"paramet....203000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@233f12c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10814,c=24576,r=10814]={<<<{\n\t"nhits": 51,\n\t"paramet...203000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71c8df09[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10838,c=24576,r=10838]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2afc7c53[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10839,c=24576,r=10839]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9c133d0[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "e1c69ebb3...6801ea5ec5677daef7862",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10897,c=24576,r=10897]={<<<{\n\t"nhits": 51,\n\t"paramet...6801ea5ec5677daef7862",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52b39133[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10898,c=24576,r=10898]={<<<{\n\t"nhits": 51,\n\t"paramet...801ea5ec5677daef7862",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65343cfb[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "e1c69eb...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10912,c=24576,r=10912]={<<<{\n\t"nhits": 51,\n\t"paramet...ef7862",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ce3daea[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10913,c=24576,r=10913]={<<<{\n\t"nhits": 51,\n\t"paramet...f7862",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c3c3315[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor F",>>>b3fbc7bb0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10936,c=24576,r=10936]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor F",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.397 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62c815a8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10937,c=24576,r=10937]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor F",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@265f2eee[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1754",>>>or F",b3f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10954,c=24576,r=10954]={<<<{\n\t"nhits": 51,\n\t"paramet...r F",\n\t\t\t\t"id": "1754",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14599445[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10955,c=24576,r=10955]={<<<{\n\t"nhits": 51,\n\t"paramet... F",\n\t\t\t\t"id": "1754",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59b0a940[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>F",b3fbc7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10975,c=24576,r=10975]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7bf7928b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10976,c=24576,r=10976]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2400eb45[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 293,>>>E",F",b3f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10993,c=24576,r=10993]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 293,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c23b83c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=10994,c=24576,r=10994]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 293,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2005e451[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>a5ec5677d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11034,c=24576,r=11034]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67a15910[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11035,c=24576,r=11035]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4458cc62[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11047,c=24576,r=11047]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25db6e8d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11048,c=24576,r=11048]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a73310b[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.798667,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11063,c=24576,r=11063]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.798667,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4777848c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11064,c=24576,r=11064]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.798667,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@454e6bdc[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.451794>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11077,c=24576,r=11077]={<<<{\n\t"nhits": 51,\n\t"paramet...8.798667,\n\t\t\t\t\t2.451794>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b9fcafe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11078,c=24576,r=11078]={<<<{\n\t"nhits": 51,\n\t"paramet....798667,\n\t\t\t\t\t2.451794\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.404 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8d75fef[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.4517947...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11083,c=24576,r=11083]={<<<{\n\t"nhits": 51,\n\t"paramet...67,\n\t\t\t\t\t2.451794\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@737ff99d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11084,c=24576,r=11084]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.451794\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45596ca5[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.4517947...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11089,c=24576,r=11089]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.451794\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5496ca[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11090,c=24576,r=11090]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.451794\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@324e8908[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11106,c=24576,r=11106]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e713dcd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11107,c=24576,r=11107]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30c342e2[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11127,c=24576,r=11127]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@140570f6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11128,c=24576,r=11128]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52c5adb7[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11148,c=24576,r=11148]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65ed6d77[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11149,c=24576,r=11149]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f93f77a[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.451794,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11163,c=24576,r=11163]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.451794,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70aebcbe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11164,c=24576,r=11164]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.451794,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f791f09[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.798667>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11178,c=24576,r=11178]={<<<{\n\t"nhits": 51,\n\t"paramet....451794,\n\t\t\t\t\t48.798667>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1715d44[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11179,c=24576,r=11179]={<<<{\n\t"nhits": 51,\n\t"paramet...451794,\n\t\t\t\t\t48.798667\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51895237[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.798667...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11184,c=24576,r=11184]={<<<{\n\t"nhits": 51,\n\t"paramet...4,\n\t\t\t\t\t48.798667\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.411 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54474ff4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11185,c=24576,r=11185]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.798667\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13819322[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.798667...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11190,c=24576,r=11190]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.798667\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1891776b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11191,c=24576,r=11191]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.798667\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31296a4[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:05.463000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11248,c=24576,r=11248]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:05.463000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d4441dd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11249,c=24576,r=11249]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:05.463000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7243d7d4[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11253,c=24576,r=11253]={<<<{\n\t"nhits": 51,\n\t"paramet...9:05.463000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@617adcd8[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11254,c=24576,r=11254]={<<<{\n\t"nhits": 51,\n\t"paramet...:05.463000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@764ac1e5[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11257,c=24576,r=11257]={<<<{\n\t"nhits": 51,\n\t"paramet....463000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@394f3c58[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11258,c=24576,r=11258]={<<<{\n\t"nhits": 51,\n\t"paramet...463000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55dea1d2[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11282,c=24576,r=11282]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62f53bad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11283,c=24576,r=11283]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42109bff[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "dadcd8def...7e59e37f454fbd5f67576",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11341,c=24576,r=11341]={<<<{\n\t"nhits": 51,\n\t"paramet...7e59e37f454fbd5f67576",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27dd219[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11342,c=24576,r=11342]={<<<{\n\t"nhits": 51,\n\t"paramet...e59e37f454fbd5f67576",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@228d33b5[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "dadcd8d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11356,c=24576,r=11356]={<<<{\n\t"nhits": 51,\n\t"paramet...f67576",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@696e4c1a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11357,c=24576,r=11357]={<<<{\n\t"nhits": 51,\n\t"paramet...67576",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.418 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2fe7fdab[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor F",>>>ef7f6f76c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11380,c=24576,r=11380]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor F",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43e61f54[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11381,c=24576,r=11381]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor F",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8bd9c06[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1754",>>>or F",ef7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11398,c=24576,r=11398]={<<<{\n\t"nhits": 51,\n\t"paramet...r F",\n\t\t\t\t"id": "1754",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13280f97[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11399,c=24576,r=11399]={<<<{\n\t"nhits": 51,\n\t"paramet... F",\n\t\t\t\t"id": "1754",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b2b2fc[p=0,l=22,c=512,r=22]={<<<\t\t\t\t"type": "PEACOCK",>>>,ef7f6f76...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11421,c=24576,r=11421]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t"type": "PEACOCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70dd1161[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11422,c=24576,r=11422]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"type": "PEACOCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1464eed0[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 3,>>>ACOCK",,e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11437,c=24576,r=11437]={<<<{\n\t"nhits": 51,\n\t"paramet...ACOCK",\n\t\t\t\t"value": 3,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47e31f7c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11438,c=24576,r=11438]={<<<{\n\t"nhits": 51,\n\t"paramet...COCK",\n\t\t\t\t"value": 3,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5150602e[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>37f454fbd...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11478,c=24576,r=11478]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@499e357c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11479,c=24576,r=11479]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a3f40f1[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11491,c=24576,r=11491]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2578b835[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11492,c=24576,r=11492]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@777beda4[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.798667,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11507,c=24576,r=11507]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.798667,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ff613e2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11508,c=24576,r=11508]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.798667,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fceea25[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.451794>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11521,c=24576,r=11521]={<<<{\n\t"nhits": 51,\n\t"paramet...8.798667,\n\t\t\t\t\t2.451794>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.424 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f174af9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11522,c=24576,r=11522]={<<<{\n\t"nhits": 51,\n\t"paramet....798667,\n\t\t\t\t\t2.451794\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7299472[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.4517947...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11527,c=24576,r=11527]={<<<{\n\t"nhits": 51,\n\t"paramet...67,\n\t\t\t\t\t2.451794\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78bffe76[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11528,c=24576,r=11528]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.451794\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4018bc86[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.4517947...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11533,c=24576,r=11533]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.451794\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55cd66fe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11534,c=24576,r=11534]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.451794\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e0ce231[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11550,c=24576,r=11550]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1947e3c8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11551,c=24576,r=11551]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cbe90ea[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11571,c=24576,r=11571]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@227aff15[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11572,c=24576,r=11572]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b1e8c01[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11592,c=24576,r=11592]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d617d09[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11593,c=24576,r=11593]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15b08b8f[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.451794,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11607,c=24576,r=11607]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.451794,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60c74c7b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.451...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11608,c=24576,r=11608]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.451794,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f16bae6[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.798667>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11622,c=24576,r=11622]={<<<{\n\t"nhits": 51,\n\t"paramet....451794,\n\t\t\t\t\t48.798667>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39e91f38[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11623,c=24576,r=11623]={<<<{\n\t"nhits": 51,\n\t"paramet...451794,\n\t\t\t\t\t48.798667\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28141779[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.798667...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11628,c=24576,r=11628]={<<<{\n\t"nhits": 51,\n\t"paramet...4,\n\t\t\t\t\t48.798667\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72ea3294[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11629,c=24576,r=11629]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.798667\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@85167a5[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.798667...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11634,c=24576,r=11634]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.798667\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79b0b948[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.79...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11635,c=24576,r=11635]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.798667\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7117c6d8[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:05.954000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11692,c=24576,r=11692]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:05.954000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52ca24fc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11693,c=24576,r=11693]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:05.954000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51a51d4f[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11697,c=24576,r=11697]={<<<{\n\t"nhits": 51,\n\t"paramet...9:05.954000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d2384ca[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11698,c=24576,r=11698]={<<<{\n\t"nhits": 51,\n\t"paramet...:05.954000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62cda6b0[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11701,c=24576,r=11701]={<<<{\n\t"nhits": 51,\n\t"paramet....954000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61a393d1[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11702,c=24576,r=11702]={<<<{\n\t"nhits": 51,\n\t"paramet...954000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1815b5cf[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11726,c=24576,r=11726]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@292177d3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11727,c=24576,r=11727]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2656bc61[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "52b94b994...32a22894bd62778885d26",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11785,c=24576,r=11785]={<<<{\n\t"nhits": 51,\n\t"paramet...32a22894bd62778885d26",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b169e61[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11786,c=24576,r=11786]={<<<{\n\t"nhits": 51,\n\t"paramet...2a22894bd62778885d26",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e98e301[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "52b94b9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11800,c=24576,r=11800]={<<<{\n\t"nhits": 51,\n\t"paramet...885d26",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.453 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ca59eee[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11801,c=24576,r=11801]={<<<{\n\t"nhits": 51,\n\t"paramet...85d26",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f8386af[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor I",>>>949fe3cbe...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11824,c=24576,r=11824]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor I",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3089fea8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11825,c=24576,r=11825]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor I",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19a08353[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1901",>>>or I",949...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11842,c=24576,r=11842]={<<<{\n\t"nhits": 51,\n\t"paramet...r I",\n\t\t\t\t"id": "1901",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79123c67[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11843,c=24576,r=11843]={<<<{\n\t"nhits": 51,\n\t"paramet... I",\n\t\t\t\t"id": "1901",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ae76b14[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> I",949fe...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11862,c=24576,r=11862]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4564be5e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11863,c=24576,r=11863]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58c317ba[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 5,>>>CK", I",9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11878,c=24576,r=11878]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 5,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@305ae9c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11879,c=24576,r=11879]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 5,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31649b15[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>894bd6277...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11919,c=24576,r=11919]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51925529[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11920,c=24576,r=11920]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11acf666[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11932,c=24576,r=11932]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@765f1173[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11933,c=24576,r=11933]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6376909e[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.833875,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11948,c=24576,r=11948]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.833875,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@200eaac4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11949,c=24576,r=11949]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.833875,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.460 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56e76765[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.382319>>>5,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11962,c=24576,r=11962]={<<<{\n\t"nhits": 51,\n\t"paramet...8.833875,\n\t\t\t\t\t2.382319>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58bd3043[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11963,c=24576,r=11963]={<<<{\n\t"nhits": 51,\n\t"paramet....833875,\n\t\t\t\t\t2.382319\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f18b9aa[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3823195...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11968,c=24576,r=11968]={<<<{\n\t"nhits": 51,\n\t"paramet...75,\n\t\t\t\t\t2.382319\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a957a07[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11969,c=24576,r=11969]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t2.382319\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3724e27f[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3823195...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11974,c=24576,r=11974]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.382319\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62af3f0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11975,c=24576,r=11975]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.382319\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cb5cf76[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11991,c=24576,r=11991]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d01c1a5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11992,c=24576,r=11992]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d26fb60[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12012,c=24576,r=12012]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cc22847[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12013,c=24576,r=12013]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1eee86d6[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12033,c=24576,r=12033]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d516047[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12034,c=24576,r=12034]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37367376[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.382319,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12048,c=24576,r=12048]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.382319,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a5be5c7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.382...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12049,c=24576,r=12049]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.382319,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30e9106c[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.833875>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12063,c=24576,r=12063]={<<<{\n\t"nhits": 51,\n\t"paramet....382319,\n\t\t\t\t\t48.833875>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.467 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@169c0d6e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12064,c=24576,r=12064]={<<<{\n\t"nhits": 51,\n\t"paramet...382319,\n\t\t\t\t\t48.833875\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12b57108[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.833875...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12069,c=24576,r=12069]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.833875\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17c5db44[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12070,c=24576,r=12070]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.833875\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f57c3a0[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.833875...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12075,c=24576,r=12075]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.833875\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19d65459[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.83...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12076,c=24576,r=12076]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.833875\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20524b5a[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.166000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12133,c=24576,r=12133]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.166000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1974abef[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12134,c=24576,r=12134]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.166000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@486f21a2[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12138,c=24576,r=12138]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.166000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6330c06a[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12139,c=24576,r=12139]={<<<{\n\t"nhits": 51,\n\t"paramet...:16.166000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@518a5fcd[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12142,c=24576,r=12142]={<<<{\n\t"nhits": 51,\n\t"paramet....166000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d1dbdc0[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12143,c=24576,r=12143]={<<<{\n\t"nhits": 51,\n\t"paramet...166000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c4ee3f0[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12167,c=24576,r=12167]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39984b83[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12168,c=24576,r=12168]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a6f1f4a[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "a6f602755...8b57f8921b75610901478",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12226,c=24576,r=12226]={<<<{\n\t"nhits": 51,\n\t"paramet...8b57f8921b75610901478",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a1c567a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12227,c=24576,r=12227]={<<<{\n\t"nhits": 51,\n\t"paramet...b57f8921b75610901478",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.474 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@116673aa[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "a6f6027...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12241,c=24576,r=12241]={<<<{\n\t"nhits": 51,\n\t"paramet...901478",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ad9f656[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12242,c=24576,r=12242]={<<<{\n\t"nhits": 51,\n\t"paramet...01478",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@280e3108[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor K",>>>5570f0ffe...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12265,c=24576,r=12265]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor K",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70f90df5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12266,c=24576,r=12266]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor K",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52a0cb63[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1951",>>>or K",557...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12283,c=24576,r=12283]={<<<{\n\t"nhits": 51,\n\t"paramet...r K",\n\t\t\t\t"id": "1951",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77eeec27[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12284,c=24576,r=12284]={<<<{\n\t"nhits": 51,\n\t"paramet... K",\n\t\t\t\t"id": "1951",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2eb115a3[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>K",5570f0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12304,c=24576,r=12304]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@161f3325[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12305,c=24576,r=12305]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42b00956[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 179,>>>E",K",557...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12322,c=24576,r=12322]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 179,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@423f4af3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12323,c=24576,r=12323]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 179,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6405431a[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:29:00+00:00",>>>8921b7561...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12363,c=24576,r=12363]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:29:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@becc2a4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12364,c=24576,r=12364]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:29:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49549036[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12376,c=24576,r=12376]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7104333d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12377,c=24576,r=12377]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3fd7a394[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.873379,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12392,c=24576,r=12392]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.873379,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.481 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52c3bf28[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12393,c=24576,r=12393]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.873379,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f7b5066[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.369972>>>9,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12406,c=24576,r=12406]={<<<{\n\t"nhits": 51,\n\t"paramet...8.873379,\n\t\t\t\t\t2.369972>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f36016f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12407,c=24576,r=12407]={<<<{\n\t"nhits": 51,\n\t"paramet....873379,\n\t\t\t\t\t2.369972\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d7fc41e[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3699729...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12412,c=24576,r=12412]={<<<{\n\t"nhits": 51,\n\t"paramet...79,\n\t\t\t\t\t2.369972\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@228a1c66[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12413,c=24576,r=12413]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t2.369972\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47178031[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3699729...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12418,c=24576,r=12418]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.369972\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18f5ccc5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12419,c=24576,r=12419]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.369972\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bb9b4f1[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12435,c=24576,r=12435]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79a2e0cc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12436,c=24576,r=12436]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24fe1c1[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12456,c=24576,r=12456]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34ea96a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12457,c=24576,r=12457]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72b2b2f9[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12477,c=24576,r=12477]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cf898e3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12478,c=24576,r=12478]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.487 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61c42354[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.369972,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12492,c=24576,r=12492]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.369972,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1fbbe1b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12493,c=24576,r=12493]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.369972,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6639f1a7[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.873379>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12507,c=24576,r=12507]={<<<{\n\t"nhits": 51,\n\t"paramet....369972,\n\t\t\t\t\t48.873379>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e5e4203[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12508,c=24576,r=12508]={<<<{\n\t"nhits": 51,\n\t"paramet...369972,\n\t\t\t\t\t48.873379\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e40181f[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.873379...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12513,c=24576,r=12513]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t48.873379\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22176aaa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12514,c=24576,r=12514]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.873379\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b0a0386[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.873379...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12519,c=24576,r=12519]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.873379\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@478816be[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12520,c=24576,r=12520]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.873379\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39f66eb0[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.566000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12577,c=24576,r=12577]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.566000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20ad111e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.488 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12578,c=24576,r=12578]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.566000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7be030be[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12582,c=24576,r=12582]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.566000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c5ae49a[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12583,c=24576,r=12583]={<<<{\n\t"nhits": 51,\n\t"paramet...:16.566000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7653964f[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12586,c=24576,r=12586]={<<<{\n\t"nhits": 51,\n\t"paramet....566000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e3e5c7a[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12587,c=24576,r=12587]={<<<{\n\t"nhits": 51,\n\t"paramet...566000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4421fec3[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12611,c=24576,r=12611]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f74bce9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12612,c=24576,r=12612]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57fbea6[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "9c96a6d10...64d6dbb410b93335242ae",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12670,c=24576,r=12670]={<<<{\n\t"nhits": 51,\n\t"paramet...64d6dbb410b93335242ae",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@496effff[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12671,c=24576,r=12671]={<<<{\n\t"nhits": 51,\n\t"paramet...4d6dbb410b93335242ae",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f2c7f7[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "9c96a6d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12685,c=24576,r=12685]={<<<{\n\t"nhits": 51,\n\t"paramet...5242ae",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48aba0b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12686,c=24576,r=12686]={<<<{\n\t"nhits": 51,\n\t"paramet...242ae",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3059bd89[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor J",>>>10e6ed186...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12709,c=24576,r=12709]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor J",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ef63d7a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12710,c=24576,r=12710]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor J",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1aaf9e2c[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1953",>>>or J",10e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12727,c=24576,r=12727]={<<<{\n\t"nhits": 51,\n\t"paramet...r J",\n\t\t\t\t"id": "1953",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f9433cd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12728,c=24576,r=12728]={<<<{\n\t"nhits": 51,\n\t"paramet... J",\n\t\t\t\t"id": "1953",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@725c6243[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> J",10e6e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.494 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12747,c=24576,r=12747]={<<<{\n\t"nhits": 51,\n\t"paramet...3",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d7e8c9f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12748,c=24576,r=12748]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b4635e2[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>CK", J",1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12763,c=24576,r=12763]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@562711c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12764,c=24576,r=12764]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@143d5589[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:29:00+00:00",>>>bb410b933...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12804,c=24576,r=12804]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:29:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d1e29e5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12805,c=24576,r=12805]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:29:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@376df081[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12817,c=24576,r=12817]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21118de1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12818,c=24576,r=12818]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ffe1557[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.87929,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12832,c=24576,r=12832]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.87929,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f35e4c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12833,c=24576,r=12833]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.87929,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.540 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b425f4b[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t2.40177>>>9,021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12845,c=24576,r=12845]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.87929,\n\t\t\t\t\t2.40177>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7611bf47[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12846,c=24576,r=12846]={<<<{\n\t"nhits": 51,\n\t"paramet...48.87929,\n\t\t\t\t\t2.40177\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@596a587f[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.401779,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12851,c=24576,r=12851]={<<<{\n\t"nhits": 51,\n\t"paramet...929,\n\t\t\t\t\t2.40177\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40727c20[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12852,c=24576,r=12852]={<<<{\n\t"nhits": 51,\n\t"paramet...29,\n\t\t\t\t\t2.40177\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@903db62[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.401779,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12857,c=24576,r=12857]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t2.40177\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7293b682[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.541 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12858,c=24576,r=12858]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.40177\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79b1b10f[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12874,c=24576,r=12874]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a714165[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12875,c=24576,r=12875]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3dbe4782[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12895,c=24576,r=12895]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5276d111[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12896,c=24576,r=12896]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@263b2b99[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12916,c=24576,r=12916]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6613c52[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12917,c=24576,r=12917]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49ace94b[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.40177,>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12930,c=24576,r=12930]={<<<{\n\t"nhits": 51,\n\t"paramet...nates": [\n\t\t\t\t\t2.40177,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2db64736[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12931,c=24576,r=12931]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.40177,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@522ed6fa[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.87929>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12944,c=24576,r=12944]={<<<{\n\t"nhits": 51,\n\t"paramet...\t2.40177,\n\t\t\t\t\t48.87929>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5da2f341[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12945,c=24576,r=12945]={<<<{\n\t"nhits": 51,\n\t"paramet...2.40177,\n\t\t\t\t\t48.87929\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@736aaf0f[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.87929t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12950,c=24576,r=12950]={<<<{\n\t"nhits": 51,\n\t"paramet...77,\n\t\t\t\t\t48.87929\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cfad9a3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12951,c=24576,r=12951]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t48.87929\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48474bc0[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.87929t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12956,c=24576,r=12956]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.87929\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2358172[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=12957,c=24576,r=12957]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.87929\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@240144ec[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.955000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.544 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13014,c=24576,r=13014]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.955000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e8cb60e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13015,c=24576,r=13015]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.955000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ce7f754[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13019,c=24576,r=13019]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.955000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4277c5ab[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13020,c=24576,r=13020]={<<<{\n\t"nhits": 51,\n\t"paramet...:16.955000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c7fcf2d[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13023,c=24576,r=13023]={<<<{\n\t"nhits": 51,\n\t"paramet....955000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17b8386a[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13024,c=24576,r=13024]={<<<{\n\t"nhits": 51,\n\t"paramet...955000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4436209e[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13048,c=24576,r=13048]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3890ef2e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13049,c=24576,r=13049]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a0459b6[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "b1eba4290...4a2867b276942a81ee4c7",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13107,c=24576,r=13107]={<<<{\n\t"nhits": 51,\n\t"paramet...4a2867b276942a81ee4c7",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c294ff4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13108,c=24576,r=13108]={<<<{\n\t"nhits": 51,\n\t"paramet...a2867b276942a81ee4c7",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9eea23f[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "b1eba42...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13122,c=24576,r=13122]={<<<{\n\t"nhits": 51,\n\t"paramet...1ee4c7",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3638c5b3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13123,c=24576,r=13123]={<<<{\n\t"nhits": 51,\n\t"paramet...ee4c7",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ef9f32b[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor T",>>>90868a827...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13146,c=24576,r=13146]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor T",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8995def[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13147,c=24576,r=13147]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor T",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@749ae999[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1805",>>>or T",908...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13164,c=24576,r=13164]={<<<{\n\t"nhits": 51,\n\t"paramet...r T",\n\t\t\t\t"id": "1805",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ffafe4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13165,c=24576,r=13165]={<<<{\n\t"nhits": 51,\n\t"paramet... T",\n\t\t\t\t"id": "1805",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75ee64fb[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>T",90868a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13185,c=24576,r=13185]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37da398c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13186,c=24576,r=13186]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14afc8cf[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 135,>>>E",T",908...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13203,c=24576,r=13203]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 135,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6dd6d531[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13204,c=24576,r=13204]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 135,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b19adcc[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>7b276942a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13244,c=24576,r=13244]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@de9ef7a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13245,c=24576,r=13245]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67eaa7b8[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13257,c=24576,r=13257]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.557 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c4e8929[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13258,c=24576,r=13258]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a9f24a1[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.817356,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13273,c=24576,r=13273]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.817356,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58cf8ab7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.81...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13274,c=24576,r=13274]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.817356,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a2a2171[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.344178>>>6,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13287,c=24576,r=13287]={<<<{\n\t"nhits": 51,\n\t"paramet...8.817356,\n\t\t\t\t\t2.344178>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22e5fadc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13288,c=24576,r=13288]={<<<{\n\t"nhits": 51,\n\t"paramet....817356,\n\t\t\t\t\t2.344178\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41bc680d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3441786...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13293,c=24576,r=13293]={<<<{\n\t"nhits": 51,\n\t"paramet...56,\n\t\t\t\t\t2.344178\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6582d8bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13294,c=24576,r=13294]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t2.344178\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e185cd7[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3441786...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13299,c=24576,r=13299]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.344178\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.564 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53266ed2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.564 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13300,c=24576,r=13300]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.344178\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.564 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71f888bb[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.564 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13316,c=24576,r=13316]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.564 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ccf11b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13317,c=24576,r=13317]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e2efb71[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13337,c=24576,r=13337]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e9e4698[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13338,c=24576,r=13338]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b16a4a0[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13358,c=24576,r=13358]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2eb7c0f0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13359,c=24576,r=13359]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47ab5324[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.344178,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13373,c=24576,r=13373]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.344178,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b8d77cf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13374,c=24576,r=13374]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.344178,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3540f9ba[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.817356>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13388,c=24576,r=13388]={<<<{\n\t"nhits": 51,\n\t"paramet....344178,\n\t\t\t\t\t48.817356>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25e00fa2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.81...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13389,c=24576,r=13389]={<<<{\n\t"nhits": 51,\n\t"paramet...344178,\n\t\t\t\t\t48.817356\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@38cf4a49[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.817356...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13394,c=24576,r=13394]={<<<{\n\t"nhits": 51,\n\t"paramet...8,\n\t\t\t\t\t48.817356\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@185c7190[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.81...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13395,c=24576,r=13395]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.817356\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ae3c608[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.817356...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13400,c=24576,r=13400]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.817356\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f5b51e9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.81...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.565 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13401,c=24576,r=13401]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.817356\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d84df49[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:04.115000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13458,c=24576,r=13458]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:04.115000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@362fe798[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13459,c=24576,r=13459]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:04.115000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@248a4d3[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13463,c=24576,r=13463]={<<<{\n\t"nhits": 51,\n\t"paramet...9:04.115000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57c9696a[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13464,c=24576,r=13464]={<<<{\n\t"nhits": 51,\n\t"paramet...:04.115000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c5c8a4d[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13467,c=24576,r=13467]={<<<{\n\t"nhits": 51,\n\t"paramet....115000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7586a979[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13468,c=24576,r=13468]={<<<{\n\t"nhits": 51,\n\t"paramet...115000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32aff526[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13492,c=24576,r=13492]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e314820[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13493,c=24576,r=13493]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7667a149[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "e9aababec...f20093bd4185a39ffd6cb",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13551,c=24576,r=13551]={<<<{\n\t"nhits": 51,\n\t"paramet...f20093bd4185a39ffd6cb",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36ea039d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13552,c=24576,r=13552]={<<<{\n\t"nhits": 51,\n\t"paramet...20093bd4185a39ffd6cb",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ba1c6a3[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "e9aabab...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13566,c=24576,r=13566]={<<<{\n\t"nhits": 51,\n\t"paramet...ffd6cb",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f75f1bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13567,c=24576,r=13567]={<<<{\n\t"nhits": 51,\n\t"paramet...fd6cb",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14536ef1[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor H",>>>ec35f22ec...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13590,c=24576,r=13590]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor H",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.572 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77aad47a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.573 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13591,c=24576,r=13591]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor H",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.573 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78810898[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1602",>>>or H",ec3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.573 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13608,c=24576,r=13608]={<<<{\n\t"nhits": 51,\n\t"paramet...r H",\n\t\t\t\t"id": "1602",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11a3d58c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13609,c=24576,r=13609]={<<<{\n\t"nhits": 51,\n\t"paramet... H",\n\t\t\t\t"id": "1602",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7be29e5[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> H",ec35f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13628,c=24576,r=13628]={<<<{\n\t"nhits": 51,\n\t"paramet...2",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2616346c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13629,c=24576,r=13629]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56233dfe[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 30,>>>K", H",ec...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13645,c=24576,r=13645]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 30,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59239d03[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13646,c=24576,r=13646]={<<<{\n\t"nhits": 51,\n\t"paramet...UCK",\n\t\t\t\t"value": 30,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2fa476c3[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>3bd4185a3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13686,c=24576,r=13686]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3886820f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13687,c=24576,r=13687]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7785842c[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13699,c=24576,r=13699]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@328bd45a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13700,c=24576,r=13700]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e15aea6[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.85378,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13714,c=24576,r=13714]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.85378,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@328fd591[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13715,c=24576,r=13715]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.85378,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69f08308[p=0,l=11,c=512,r=11]={<<<\t\t\t\t\t2.7689>>>78,021-10...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13726,c=24576,r=13726]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.85378,\n\t\t\t\t\t2.7689>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b5a368[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13727,c=24576,r=13727]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.85378,\n\t\t\t\t\t2.7689\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16c65de6[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.768978,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13732,c=24576,r=13732]={<<<{\n\t"nhits": 51,\n\t"paramet...5378,\n\t\t\t\t\t2.7689\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a2921f2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.579 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13733,c=24576,r=13733]={<<<{\n\t"nhits": 51,\n\t"paramet...378,\n\t\t\t\t\t2.7689\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@372c117c[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.768978,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13738,c=24576,r=13738]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t2.7689\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f2a5a12[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13739,c=24576,r=13739]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t2.7689\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b270d7c[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13755,c=24576,r=13755]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28928d5b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13756,c=24576,r=13756]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f62dec4[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13776,c=24576,r=13776]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3255e1f0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13777,c=24576,r=13777]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@319a562b[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13797,c=24576,r=13797]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ddefd16[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13798,c=24576,r=13798]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64238697[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t2.7689,>>>ates": [-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13810,c=24576,r=13810]={<<<{\n\t"nhits": 51,\n\t"paramet...inates": [\n\t\t\t\t\t2.7689,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7964a182[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13811,c=24576,r=13811]={<<<{\n\t"nhits": 51,\n\t"paramet...nates": [\n\t\t\t\t\t2.7689,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1aac9b8b[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.85378>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13824,c=24576,r=13824]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.7689,\n\t\t\t\t\t48.85378>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60e0e385[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13825,c=24576,r=13825]={<<<{\n\t"nhits": 51,\n\t"paramet...\t2.7689,\n\t\t\t\t\t48.85378\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@180fc630[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.85378t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13830,c=24576,r=13830]={<<<{\n\t"nhits": 51,\n\t"paramet...89,\n\t\t\t\t\t48.85378\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44bb0c02[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13831,c=24576,r=13831]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.85378\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ab5b7dd[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.85378t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.586 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13836,c=24576,r=13836]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.85378\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d2e87c5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13837,c=24576,r=13837]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.85378\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3bf6f416[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:13.324000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13894,c=24576,r=13894]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:13.324000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27b12476[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13895,c=24576,r=13895]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:13.324000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@302d7402[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13899,c=24576,r=13899]={<<<{\n\t"nhits": 51,\n\t"paramet...9:13.324000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1914dd6d[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13900,c=24576,r=13900]={<<<{\n\t"nhits": 51,\n\t"paramet...:13.324000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@154edc1d[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13903,c=24576,r=13903]={<<<{\n\t"nhits": 51,\n\t"paramet....324000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b72c856[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13904,c=24576,r=13904]={<<<{\n\t"nhits": 51,\n\t"paramet...324000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6024265e[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13928,c=24576,r=13928]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fe47082[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13929,c=24576,r=13929]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ca9f157[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "ead2ed692...83c630c896ae8f9892a93",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13987,c=24576,r=13987]={<<<{\n\t"nhits": 51,\n\t"paramet...83c630c896ae8f9892a93",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1134beec[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=13988,c=24576,r=13988]={<<<{\n\t"nhits": 51,\n\t"paramet...3c630c896ae8f9892a93",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50e36c42[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "ead2ed6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.593 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14002,c=24576,r=14002]={<<<{\n\t"nhits": 51,\n\t"paramet...892a93",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.594 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c7f66bc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.594 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14003,c=24576,r=14003]={<<<{\n\t"nhits": 51,\n\t"paramet...92a93",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.594 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f2f192d[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor D",>>>9213a8112...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.594 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14026,c=24576,r=14026]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor D",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.594 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bd81ffa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.594 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14027,c=24576,r=14027]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor D",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2012ffbf[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1502",>>>or D",921...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14044,c=24576,r=14044]={<<<{\n\t"nhits": 51,\n\t"paramet...r D",\n\t\t\t\t"id": "1502",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@770f2787[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14045,c=24576,r=14045]={<<<{\n\t"nhits": 51,\n\t"paramet... D",\n\t\t\t\t"id": "1502",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@504eae3a[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> D",9213a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14064,c=24576,r=14064]={<<<{\n\t"nhits": 51,\n\t"paramet...2",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b424c06[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14065,c=24576,r=14065]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c9aabd6[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 40,>>>K", D",92...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14081,c=24576,r=14081]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 40,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42278edd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14082,c=24576,r=14082]={<<<{\n\t"nhits": 51,\n\t"paramet...UCK",\n\t\t\t\t"value": 40,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.600 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@673dd7dd[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>0c896ae8f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14122,c=24576,r=14122]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e769540[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14123,c=24576,r=14123]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@172b5b43[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14135,c=24576,r=14135]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69846e1d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14136,c=24576,r=14136]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@600ecfcf[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.845002,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14151,c=24576,r=14151]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.845002,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ae89a1b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14152,c=24576,r=14152]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.845002,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17543346[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.375691>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14165,c=24576,r=14165]={<<<{\n\t"nhits": 51,\n\t"paramet...8.845002,\n\t\t\t\t\t2.375691>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d6a5337[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14166,c=24576,r=14166]={<<<{\n\t"nhits": 51,\n\t"paramet....845002,\n\t\t\t\t\t2.375691\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b8c9fe2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.601 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14171,c=24576,r=14171]={<<<{\n\t"nhits": 51,\n\t"paramet...02,\n\t\t\t\t\t2.375691\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.646 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@552afcca[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14172,c=24576,r=14172]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.375691\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63d23b2a[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14177,c=24576,r=14177]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.375691\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c2e2f8c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14178,c=24576,r=14178]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.375691\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43f2de64[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14194,c=24576,r=14194]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@413ca67c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14195,c=24576,r=14195]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33c5de1a[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14215,c=24576,r=14215]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e8ac5a1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14216,c=24576,r=14216]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7bde3fea[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14236,c=24576,r=14236]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ff579ab[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14237,c=24576,r=14237]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42dd4941[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.375691,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14251,c=24576,r=14251]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.375691,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a022b76[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14252,c=24576,r=14252]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.375691,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30a962b3[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.845002>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14266,c=24576,r=14266]={<<<{\n\t"nhits": 51,\n\t"paramet....375691,\n\t\t\t\t\t48.845002>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44656d2c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14267,c=24576,r=14267]={<<<{\n\t"nhits": 51,\n\t"paramet...375691,\n\t\t\t\t\t48.845002\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c5ab3a0[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14272,c=24576,r=14272]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.845002\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47286cc6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14273,c=24576,r=14273]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.845002\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c6f326a[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14278,c=24576,r=14278]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.845002\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@530c34c6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14279,c=24576,r=14279]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.845002\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6af24ab4[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:11.147000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14336,c=24576,r=14336]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:11.147000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e385570[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14337,c=24576,r=14337]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:11.147000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b81d6bf[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14341,c=24576,r=14341]={<<<{\n\t"nhits": 51,\n\t"paramet...9:11.147000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19196d0d[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14342,c=24576,r=14342]={<<<{\n\t"nhits": 51,\n\t"paramet...:11.147000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61463370[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14345,c=24576,r=14345]={<<<{\n\t"nhits": 51,\n\t"paramet....147000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4df979fd[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14346,c=24576,r=14346]={<<<{\n\t"nhits": 51,\n\t"paramet...147000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68686ad3[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14370,c=24576,r=14370]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a4b03d6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14371,c=24576,r=14371]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ac67a5c[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "d2a979e2e...f01bac9f9e9750b9cbcd9",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14429,c=24576,r=14429]={<<<{\n\t"nhits": 51,\n\t"paramet...f01bac9f9e9750b9cbcd9",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c76c068[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14430,c=24576,r=14430]={<<<{\n\t"nhits": 51,\n\t"paramet...01bac9f9e9750b9cbcd9",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47e301c7[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "d2a979e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14444,c=24576,r=14444]={<<<{\n\t"nhits": 51,\n\t"paramet...9cbcd9",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2554ff5e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14445,c=24576,r=14445]={<<<{\n\t"nhits": 51,\n\t"paramet...cbcd9",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c997532[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor D",>>>2eb07dec5...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14468,c=24576,r=14468]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor D",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26369f49[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14469,c=24576,r=14469]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor D",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79044f71[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1502",>>>or D",2eb...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14486,c=24576,r=14486]={<<<{\n\t"nhits": 51,\n\t"paramet...r D",\n\t\t\t\t"id": "1502",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b28f100[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14487,c=24576,r=14487]={<<<{\n\t"nhits": 51,\n\t"paramet... D",\n\t\t\t\t"id": "1502",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c2f2bb2[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>D",2eb07d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14507,c=24576,r=14507]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e7139a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14508,c=24576,r=14508]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d59ad1[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 304,>>>E",D",2eb...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14525,c=24576,r=14525]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 304,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3949cb9a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14526,c=24576,r=14526]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 304,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c0e05ba[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>c9f9e9750...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14566,c=24576,r=14566]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5be5c9e3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14567,c=24576,r=14567]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@724fd35c[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14579,c=24576,r=14579]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52dc394[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14580,c=24576,r=14580]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7972255e[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.845002,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14595,c=24576,r=14595]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.845002,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cad4142[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14596,c=24576,r=14596]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.845002,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f4b6b8[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.375691>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14609,c=24576,r=14609]={<<<{\n\t"nhits": 51,\n\t"paramet...8.845002,\n\t\t\t\t\t2.375691>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b2ee451[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14610,c=24576,r=14610]={<<<{\n\t"nhits": 51,\n\t"paramet....845002,\n\t\t\t\t\t2.375691\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31e74bf[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14615,c=24576,r=14615]={<<<{\n\t"nhits": 51,\n\t"paramet...02,\n\t\t\t\t\t2.375691\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@655f92cf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14616,c=24576,r=14616]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.375691\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40bba9aa[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3756912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14621,c=24576,r=14621]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.375691\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c2bd180[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14622,c=24576,r=14622]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.375691\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ce0ed36[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14638,c=24576,r=14638]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35b0cb8f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14639,c=24576,r=14639]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@285bd26a[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14659,c=24576,r=14659]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2afeb130[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14660,c=24576,r=14660]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15c7004[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14680,c=24576,r=14680]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32833f13[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14681,c=24576,r=14681]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@443d63ab[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.375691,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14695,c=24576,r=14695]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.375691,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b153d2d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.375...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14696,c=24576,r=14696]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.375691,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79aba21b[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.845002>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14710,c=24576,r=14710]={<<<{\n\t"nhits": 51,\n\t"paramet....375691,\n\t\t\t\t\t48.845002>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@527b619a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14711,c=24576,r=14711]={<<<{\n\t"nhits": 51,\n\t"paramet...375691,\n\t\t\t\t\t48.845002\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d747045[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14716,c=24576,r=14716]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.845002\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fbad693[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14717,c=24576,r=14717]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.845002\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ba51e05[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.845002...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14722,c=24576,r=14722]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.845002\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@625bc55a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14723,c=24576,r=14723]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.845002\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c73670c[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:10.900000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14780,c=24576,r=14780]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:10.900000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25e4305f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14781,c=24576,r=14781]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:10.900000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@667257d0[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14785,c=24576,r=14785]={<<<{\n\t"nhits": 51,\n\t"paramet...9:10.900000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5abf2f51[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14786,c=24576,r=14786]={<<<{\n\t"nhits": 51,\n\t"paramet...:10.900000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dd3680d[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14789,c=24576,r=14789]={<<<{\n\t"nhits": 51,\n\t"paramet....900000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79b1c920[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14790,c=24576,r=14790]={<<<{\n\t"nhits": 51,\n\t"paramet...900000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d09dd11[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14814,c=24576,r=14814]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e6fbe46[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14815,c=24576,r=14815]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@481a3886[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "461bc8bef...fa76891eb65e34b12a761",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14873,c=24576,r=14873]={<<<{\n\t"nhits": 51,\n\t"paramet...fa76891eb65e34b12a761",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f15006c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14874,c=24576,r=14874]={<<<{\n\t"nhits": 51,\n\t"paramet...a76891eb65e34b12a761",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cb7a3ca[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "461bc8b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14888,c=24576,r=14888]={<<<{\n\t"nhits": 51,\n\t"paramet...12a761",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ff9af94[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14889,c=24576,r=14889]={<<<{\n\t"nhits": 51,\n\t"paramet...2a761",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36be7ce5[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor G",>>>efe067839...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14912,c=24576,r=14912]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor G",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21bf1c3e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14913,c=24576,r=14913]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor G",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60575230[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1651",>>>or G",efe...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14930,c=24576,r=14930]={<<<{\n\t"nhits": 51,\n\t"paramet...r G",\n\t\t\t\t"id": "1651",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@230c4a1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14931,c=24576,r=14931]={<<<{\n\t"nhits": 51,\n\t"paramet... G",\n\t\t\t\t"id": "1651",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@472cc956[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> G",efe06...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14950,c=24576,r=14950]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e2b7361[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14951,c=24576,r=14951]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44b76446[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 13,>>>K", G",ef...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14967,c=24576,r=14967]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 13,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.677 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4026b5bd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=14968,c=24576,r=14968]={<<<{\n\t"nhits": 51,\n\t"paramet...UCK",\n\t\t\t\t"value": 13,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6161b296[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>91eb65e34...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15008,c=24576,r=15008]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@249465a0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15009,c=24576,r=15009]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5bfeb020[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15021,c=24576,r=15021]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e806dbf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15022,c=24576,r=15022]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42998ffb[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.82097,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15036,c=24576,r=15036]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.82097,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45275b6d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15037,c=24576,r=15037]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.82097,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bf69c59[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.324525>>>,021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15050,c=24576,r=15050]={<<<{\n\t"nhits": 51,\n\t"paramet...48.82097,\n\t\t\t\t\t2.324525>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46b6f90d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15051,c=24576,r=15051]={<<<{\n\t"nhits": 51,\n\t"paramet...8.82097,\n\t\t\t\t\t2.324525\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48de4077[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.324525,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15056,c=24576,r=15056]={<<<{\n\t"nhits": 51,\n\t"paramet...97,\n\t\t\t\t\t2.324525\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@375d9632[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15057,c=24576,r=15057]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.324525\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6816c0d4[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.324525,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15062,c=24576,r=15062]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.324525\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1999324a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15063,c=24576,r=15063]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.324525\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@237e14f6[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15079,c=24576,r=15079]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78c9faad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15080,c=24576,r=15080]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.684 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26878500[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15100,c=24576,r=15100]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@765ce8f8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15101,c=24576,r=15101]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25568b61[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15121,c=24576,r=15121]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@127d01f4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15122,c=24576,r=15122]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8c8293e[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.324525,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15136,c=24576,r=15136]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.324525,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19c21bf7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15137,c=24576,r=15137]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.324525,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@85e962d[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.82097>>>,es": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15150,c=24576,r=15150]={<<<{\n\t"nhits": 51,\n\t"paramet...2.324525,\n\t\t\t\t\t48.82097>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72d65473[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15151,c=24576,r=15151]={<<<{\n\t"nhits": 51,\n\t"paramet....324525,\n\t\t\t\t\t48.82097\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b1e02ce[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.82097,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15156,c=24576,r=15156]={<<<{\n\t"nhits": 51,\n\t"paramet...25,\n\t\t\t\t\t48.82097\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@320abbf9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15157,c=24576,r=15157]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t48.82097\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e99ac6b[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.82097,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15162,c=24576,r=15162]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.82097\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e2c1c07[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15163,c=24576,r=15163]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.82097\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45ef777e[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:15.421000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15220,c=24576,r=15220]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:15.421000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@225dd949[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15221,c=24576,r=15221]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:15.421000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2124d39d[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15225,c=24576,r=15225]={<<<{\n\t"nhits": 51,\n\t"paramet...9:15.421000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.691 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f062f9a[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15226,c=24576,r=15226]={<<<{\n\t"nhits": 51,\n\t"paramet...:15.421000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@716cf583[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15229,c=24576,r=15229]={<<<{\n\t"nhits": 51,\n\t"paramet....421000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d37fd76[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15230,c=24576,r=15230]={<<<{\n\t"nhits": 51,\n\t"paramet...421000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a086976[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15254,c=24576,r=15254]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@440ceb52[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15255,c=24576,r=15255]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52dacebd[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "48fb41a92...ccb627364db5eb2a33f49",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15313,c=24576,r=15313]={<<<{\n\t"nhits": 51,\n\t"paramet...ccb627364db5eb2a33f49",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@500455dd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15314,c=24576,r=15314]={<<<{\n\t"nhits": 51,\n\t"paramet...cb627364db5eb2a33f49",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@293ec572[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "48fb41a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15328,c=24576,r=15328]={<<<{\n\t"nhits": 51,\n\t"paramet...a33f49",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a4bed7c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15329,c=24576,r=15329]={<<<{\n\t"nhits": 51,\n\t"paramet...33f49",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e6065ae[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor C",>>>92a563a4f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15352,c=24576,r=15352]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor C",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cb86302[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15353,c=24576,r=15353]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor C",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23723cb2[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1401",>>>or C",92a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15370,c=24576,r=15370]={<<<{\n\t"nhits": 51,\n\t"paramet...r C",\n\t\t\t\t"id": "1401",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@760715ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15371,c=24576,r=15371]={<<<{\n\t"nhits": 51,\n\t"paramet... C",\n\t\t\t\t"id": "1401",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7bc743d6[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> C",92a56...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15390,c=24576,r=15390]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44588fdf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15391,c=24576,r=15391]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.698 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@767dac4a[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 10,>>>K", C",92...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15407,c=24576,r=15407]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 10,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@38997555[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15408,c=24576,r=15408]={<<<{\n\t"nhits": 51,\n\t"paramet...UCK",\n\t\t\t\t"value": 10,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79815863[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>7364db5eb...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15448,c=24576,r=15448]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79a716fb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15449,c=24576,r=15449]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6223ea79[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15461,c=24576,r=15461]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11e308b5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15462,c=24576,r=15462]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@625218aa[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.871505,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15477,c=24576,r=15477]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.871505,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2383cad5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15478,c=24576,r=15478]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.871505,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e8e8cfe[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.333759>>>5,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15491,c=24576,r=15491]={<<<{\n\t"nhits": 51,\n\t"paramet...8.871505,\n\t\t\t\t\t2.333759>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57a1913a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15492,c=24576,r=15492]={<<<{\n\t"nhits": 51,\n\t"paramet....871505,\n\t\t\t\t\t2.333759\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25c4442c[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15497,c=24576,r=15497]={<<<{\n\t"nhits": 51,\n\t"paramet...05,\n\t\t\t\t\t2.333759\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18ace723[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15498,c=24576,r=15498]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t2.333759\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32ef71b4[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15503,c=24576,r=15503]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.333759\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@699c0e92[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15504,c=24576,r=15504]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.333759\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6efed2a9[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15520,c=24576,r=15520]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.747 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1114b5aa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15521,c=24576,r=15521]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58bf04ed[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15541,c=24576,r=15541]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@515e69f6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15542,c=24576,r=15542]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49ad82ee[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15562,c=24576,r=15562]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7da0d794[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15563,c=24576,r=15563]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d183ca1[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.333759,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15577,c=24576,r=15577]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.333759,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f2bef2d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15578,c=24576,r=15578]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.333759,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ab4b8d4[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.871505>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15592,c=24576,r=15592]={<<<{\n\t"nhits": 51,\n\t"paramet....333759,\n\t\t\t\t\t48.871505>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2153c861[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15593,c=24576,r=15593]={<<<{\n\t"nhits": 51,\n\t"paramet...333759,\n\t\t\t\t\t48.871505\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3db205de[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15598,c=24576,r=15598]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.871505\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d40d7c2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15599,c=24576,r=15599]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.871505\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@624daea6[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15604,c=24576,r=15604]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.871505\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5de2624e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15605,c=24576,r=15605]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.871505\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70d300d9[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:08.007000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15662,c=24576,r=15662]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:08.007000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bb627c6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15663,c=24576,r=15663]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:08.007000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.754 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64018c88[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15667,c=24576,r=15667]={<<<{\n\t"nhits": 51,\n\t"paramet...9:08.007000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2abf7254[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15668,c=24576,r=15668]={<<<{\n\t"nhits": 51,\n\t"paramet...:08.007000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42027a12[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15671,c=24576,r=15671]={<<<{\n\t"nhits": 51,\n\t"paramet....007000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1850fd83[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15672,c=24576,r=15672]={<<<{\n\t"nhits": 51,\n\t"paramet...007000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70dd57cd[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15696,c=24576,r=15696]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21a1b650[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15697,c=24576,r=15697]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70a29a9c[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "57abf6ede...1414dd6c4bf81fbb5295d",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15755,c=24576,r=15755]={<<<{\n\t"nhits": 51,\n\t"paramet...1414dd6c4bf81fbb5295d",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f81cdee[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15756,c=24576,r=15756]={<<<{\n\t"nhits": 51,\n\t"paramet...414dd6c4bf81fbb5295d",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75f88cec[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "57abf6e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15770,c=24576,r=15770]={<<<{\n\t"nhits": 51,\n\t"paramet...b5295d",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5947b735[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15771,c=24576,r=15771]={<<<{\n\t"nhits": 51,\n\t"paramet...5295d",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d55b0fb[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor B",>>>dea030702...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15794,c=24576,r=15794]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor B",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c5ae402[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15795,c=24576,r=15795]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor B",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6df48c89[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1753",>>>or B",dea...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15812,c=24576,r=15812]={<<<{\n\t"nhits": 51,\n\t"paramet...r B",\n\t\t\t\t"id": "1753",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@96e701d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15813,c=24576,r=15813]={<<<{\n\t"nhits": 51,\n\t"paramet... B",\n\t\t\t\t"id": "1753",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@192cdba3[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>B",dea030...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15833,c=24576,r=15833]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.761 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@125d5670[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15834,c=24576,r=15834]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.768 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b840076[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 79,>>>SE",B",de...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15850,c=24576,r=15850]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 79,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21907d83[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15851,c=24576,r=15851]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 79,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e1e5bd1[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>d6c4bf81f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15891,c=24576,r=15891]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@260878b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15892,c=24576,r=15892]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5df44bb3[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15904,c=24576,r=15904]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7faa59eb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15905,c=24576,r=15905]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5346451c[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850541,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15920,c=24576,r=15920]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850541,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36ee5a18[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15921,c=24576,r=15921]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850541,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49b826a5[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.348671>>>1,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15934,c=24576,r=15934]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850541,\n\t\t\t\t\t2.348671>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64f05b78[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15935,c=24576,r=15935]={<<<{\n\t"nhits": 51,\n\t"paramet....850541,\n\t\t\t\t\t2.348671\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ff8c5f[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15940,c=24576,r=15940]={<<<{\n\t"nhits": 51,\n\t"paramet...41,\n\t\t\t\t\t2.348671\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41853862[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15941,c=24576,r=15941]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t2.348671\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4900a3f9[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3486711...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15946,c=24576,r=15946]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.348671\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f4d0a3a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15947,c=24576,r=15947]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.348671\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.769 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56a9f6f8[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.775 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15963,c=24576,r=15963]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e078267[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15964,c=24576,r=15964]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72d4f135[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15984,c=24576,r=15984]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@350f298f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=15985,c=24576,r=15985]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c8807e0[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16005,c=24576,r=16005]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e9ebcac[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16006,c=24576,r=16006]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b96ad13[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.348671,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16020,c=24576,r=16020]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.348671,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3799a0bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.348...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16021,c=24576,r=16021]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.348671,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5bc206ab[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850541>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16035,c=24576,r=16035]={<<<{\n\t"nhits": 51,\n\t"paramet....348671,\n\t\t\t\t\t48.850541>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e2aaa3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16036,c=24576,r=16036]={<<<{\n\t"nhits": 51,\n\t"paramet...348671,\n\t\t\t\t\t48.850541\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e526199[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16041,c=24576,r=16041]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850541\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34b4acb4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16042,c=24576,r=16042]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850541\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f0803d7[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850541...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16047,c=24576,r=16047]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850541\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6aaa0927[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16048,c=24576,r=16048]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850541\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3729f342[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:04.468000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16105,c=24576,r=16105]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:04.468000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.776 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2669381f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16106,c=24576,r=16106]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:04.468000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@194091be[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16110,c=24576,r=16110]={<<<{\n\t"nhits": 51,\n\t"paramet...9:04.468000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23994080[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16111,c=24576,r=16111]={<<<{\n\t"nhits": 51,\n\t"paramet...:04.468000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5bd21452[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16114,c=24576,r=16114]={<<<{\n\t"nhits": 51,\n\t"paramet....468000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@341466f7[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16115,c=24576,r=16115]={<<<{\n\t"nhits": 51,\n\t"paramet...468000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29c4dcaa[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16139,c=24576,r=16139]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40b01452[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16140,c=24576,r=16140]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b8be892[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "d856c9486...0881214831893b81977f6",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16198,c=24576,r=16198]={<<<{\n\t"nhits": 51,\n\t"paramet...0881214831893b81977f6",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cbf14ca[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16199,c=24576,r=16199]={<<<{\n\t"nhits": 51,\n\t"paramet...881214831893b81977f6",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1311ba7b[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "d856c94...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16213,c=24576,r=16213]={<<<{\n\t"nhits": 51,\n\t"paramet...1977f6",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53c33ecf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16214,c=24576,r=16214]={<<<{\n\t"nhits": 51,\n\t"paramet...977f6",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@758835d[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor C",>>>864d2f883...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16237,c=24576,r=16237]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor C",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63a5de38[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16238,c=24576,r=16238]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor C",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d796255[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1401",>>>or C",864...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16255,c=24576,r=16255]={<<<{\n\t"nhits": 51,\n\t"paramet...r C",\n\t\t\t\t"id": "1401",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37060e73[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16256,c=24576,r=16256]={<<<{\n\t"nhits": 51,\n\t"paramet... C",\n\t\t\t\t"id": "1401",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.783 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@748731a5[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "SWAN",>>> C",864d2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16275,c=24576,r=16275]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "SWAN",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@391e7513[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16276,c=24576,r=16276]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "SWAN",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f43c3af[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 5,>>>AN", C",8...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16291,c=24576,r=16291]={<<<{\n\t"nhits": 51,\n\t"paramet..."SWAN",\n\t\t\t\t"value": 5,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8b131a2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16292,c=24576,r=16292]={<<<{\n\t"nhits": 51,\n\t"paramet...SWAN",\n\t\t\t\t"value": 5,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45f62308[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>14831893b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16332,c=24576,r=16332]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f0a7048[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16333,c=24576,r=16333]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ec594bd[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16345,c=24576,r=16345]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f789ae6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16346,c=24576,r=16346]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b621462[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.871505,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16361,c=24576,r=16361]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.871505,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37b6b176[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16362,c=24576,r=16362]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.871505,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@564bb41[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.333759>>>5,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16375,c=24576,r=16375]={<<<{\n\t"nhits": 51,\n\t"paramet...8.871505,\n\t\t\t\t\t2.333759>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e10bea1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16376,c=24576,r=16376]={<<<{\n\t"nhits": 51,\n\t"paramet....871505,\n\t\t\t\t\t2.333759\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@252a6005[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16381,c=24576,r=16381]={<<<{\n\t"nhits": 51,\n\t"paramet...05,\n\t\t\t\t\t2.333759\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@271558d7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16382,c=24576,r=16382]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t2.333759\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78b51c7[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3337595...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16387,c=24576,r=16387]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.333759\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.790 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c350221[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16388,c=24576,r=16388]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.333759\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a696bea[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16404,c=24576,r=16404]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27375d90[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16405,c=24576,r=16405]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a6f25d8[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16425,c=24576,r=16425]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ebf14be[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16426,c=24576,r=16426]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fe818b8[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16446,c=24576,r=16446]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@722e1308[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16447,c=24576,r=16447]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71ecb970[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.333759,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16461,c=24576,r=16461]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.333759,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7005917[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.333...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16462,c=24576,r=16462]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.333759,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2802ac97[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.871505>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16476,c=24576,r=16476]={<<<{\n\t"nhits": 51,\n\t"paramet....333759,\n\t\t\t\t\t48.871505>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ab64ccc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16477,c=24576,r=16477]={<<<{\n\t"nhits": 51,\n\t"paramet...333759,\n\t\t\t\t\t48.871505\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e0557d3[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16482,c=24576,r=16482]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.871505\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3bc869e5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16483,c=24576,r=16483]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.871505\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6930c1f[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.871505...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16488,c=24576,r=16488]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.871505\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1edbe02d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16489,c=24576,r=16489]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.871505\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.797 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@af497ea[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:08.252000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16546,c=24576,r=16546]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:08.252000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@728b4010[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16547,c=24576,r=16547]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:08.252000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c6649aa[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16551,c=24576,r=16551]={<<<{\n\t"nhits": 51,\n\t"paramet...9:08.252000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d7d1683[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16552,c=24576,r=16552]={<<<{\n\t"nhits": 51,\n\t"paramet...:08.252000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3188f01[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16555,c=24576,r=16555]={<<<{\n\t"nhits": 51,\n\t"paramet....252000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2bbbd4b2[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16556,c=24576,r=16556]={<<<{\n\t"nhits": 51,\n\t"paramet...252000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75cef376[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16580,c=24576,r=16580]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30422a42[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16581,c=24576,r=16581]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7765dbcc[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "ebb1395ac...c5bdaf2d0d84c90b23bdf",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16639,c=24576,r=16639]={<<<{\n\t"nhits": 51,\n\t"paramet...c5bdaf2d0d84c90b23bdf",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20e9fd6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16640,c=24576,r=16640]={<<<{\n\t"nhits": 51,\n\t"paramet...5bdaf2d0d84c90b23bdf",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d999a2[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "ebb1395...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16654,c=24576,r=16654]={<<<{\n\t"nhits": 51,\n\t"paramet...b23bdf",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2168b3c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16655,c=24576,r=16655]={<<<{\n\t"nhits": 51,\n\t"paramet...23bdf",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@780aa79b[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor M",>>>ac754ed69...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16678,c=24576,r=16678]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor M",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e0c7763[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16679,c=24576,r=16679]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor M",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42d4fb89[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1551",>>>or M",ac7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16696,c=24576,r=16696]={<<<{\n\t"nhits": 51,\n\t"paramet...r M",\n\t\t\t\t"id": "1551",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.804 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26c6bea9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16697,c=24576,r=16697]={<<<{\n\t"nhits": 51,\n\t"paramet... M",\n\t\t\t\t"id": "1551",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.810 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bdde395[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>M",ac754e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16717,c=24576,r=16717]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66872ae2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16718,c=24576,r=16718]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36a9d08[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 330,>>>E",M",ac7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16735,c=24576,r=16735]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 330,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10ca483a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16736,c=24576,r=16736]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 330,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@746fc0fd[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>f2d0d84c9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16776,c=24576,r=16776]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2be024a8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16777,c=24576,r=16777]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cb57e01[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16789,c=24576,r=16789]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e7c7235[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16790,c=24576,r=16790]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@341e252f[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.8566,>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16803,c=24576,r=16803]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"geo": [\n\t\t\t\t\t48.8566,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ef19260[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16804,c=24576,r=16804]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.8566,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49e3b2c9[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.349481>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16817,c=24576,r=16817]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.8566,\n\t\t\t\t\t2.349481>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14539c1a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16818,c=24576,r=16818]={<<<{\n\t"nhits": 51,\n\t"paramet...48.8566,\n\t\t\t\t\t2.349481\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5121e4e2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3494812...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16823,c=24576,r=16823]={<<<{\n\t"nhits": 51,\n\t"paramet...66,\n\t\t\t\t\t2.349481\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43510e34[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16824,c=24576,r=16824]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t2.349481\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17f0996d[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3494812...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16829,c=24576,r=16829]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.349481\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f4b64c5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16830,c=24576,r=16830]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.349481\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4193953a[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16846,c=24576,r=16846]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@af80392[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16847,c=24576,r=16847]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1950d851[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16867,c=24576,r=16867]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d79faf2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16868,c=24576,r=16868]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e8e22[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16888,c=24576,r=16888]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ab0f920[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.811 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16889,c=24576,r=16889]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55bd3277[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.349481,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16903,c=24576,r=16903]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.349481,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4781ec58[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16904,c=24576,r=16904]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.349481,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@331a1514[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t48.8566>>>1,es": [-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16916,c=24576,r=16916]={<<<{\n\t"nhits": 51,\n\t"paramet...\t2.349481,\n\t\t\t\t\t48.8566>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7eae83ae[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16917,c=24576,r=16917]={<<<{\n\t"nhits": 51,\n\t"paramet...2.349481,\n\t\t\t\t\t48.8566\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.841 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42bc2886[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.85661,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16922,c=24576,r=16922]={<<<{\n\t"nhits": 51,\n\t"paramet...481,\n\t\t\t\t\t48.8566\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a17efa5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16923,c=24576,r=16923]={<<<{\n\t"nhits": 51,\n\t"paramet...81,\n\t\t\t\t\t48.8566\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69c6e946[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.85661,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16928,c=24576,r=16928]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t48.8566\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@637fa423[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16929,c=24576,r=16929]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.8566\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@402448d2[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.302000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16986,c=24576,r=16986]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.302000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75fbfdb4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16987,c=24576,r=16987]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.302000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b29a694[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16991,c=24576,r=16991]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.302000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35e9416e[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16992,c=24576,r=16992]={<<<{\n\t"nhits": 51,\n\t"paramet...:16.302000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5769edd9[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16995,c=24576,r=16995]={<<<{\n\t"nhits": 51,\n\t"paramet....302000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dd5acdd[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=16996,c=24576,r=16996]={<<<{\n\t"nhits": 51,\n\t"paramet...302000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1baea8f5[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.842 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17020,c=24576,r=17020]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64b368df[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17021,c=24576,r=17021]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cac46b5[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "e587b71f0...751c5e905776f999e42c1",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17079,c=24576,r=17079]={<<<{\n\t"nhits": 51,\n\t"paramet...751c5e905776f999e42c1",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c4fbeb9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17080,c=24576,r=17080]={<<<{\n\t"nhits": 51,\n\t"paramet...51c5e905776f999e42c1",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@424852c5[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "e587b71...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17094,c=24576,r=17094]={<<<{\n\t"nhits": 51,\n\t"paramet...9e42c1",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d422fc3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17095,c=24576,r=17095]={<<<{\n\t"nhits": 51,\n\t"paramet...e42c1",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23c55f30[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor A",>>>f00481aa8...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17118,c=24576,r=17118]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor A",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@722e9787[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17119,c=24576,r=17119]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor A",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72703d7d[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1151",>>>or A",f00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17136,c=24576,r=17136]={<<<{\n\t"nhits": 51,\n\t"paramet...r A",\n\t\t\t\t"id": "1151",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e6028c7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17137,c=24576,r=17137]={<<<{\n\t"nhits": 51,\n\t"paramet... A",\n\t\t\t\t"id": "1151",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5755d0e4[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> A",f0048...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17156,c=24576,r=17156]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51c1f726[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17157,c=24576,r=17157]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2229a3b6[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 7,>>>CK", A",f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17172,c=24576,r=17172]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 7,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dd08124[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17173,c=24576,r=17173]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 7,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47bac8a[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>e905776f9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17213,c=24576,r=17213]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5add13e4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.849 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17214,c=24576,r=17214]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.855 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35062f1a[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17226,c=24576,r=17226]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c26513f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17227,c=24576,r=17227]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15e0abcd[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.882697,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17242,c=24576,r=17242]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.882697,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2790d8a6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17243,c=24576,r=17243]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.882697,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23ea5db1[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.344013>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17256,c=24576,r=17256]={<<<{\n\t"nhits": 51,\n\t"paramet...8.882697,\n\t\t\t\t\t2.344013>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5dbb5f5a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17257,c=24576,r=17257]={<<<{\n\t"nhits": 51,\n\t"paramet....882697,\n\t\t\t\t\t2.344013\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d1539e3[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17262,c=24576,r=17262]={<<<{\n\t"nhits": 51,\n\t"paramet...97,\n\t\t\t\t\t2.344013\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ce19d0f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17263,c=24576,r=17263]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.344013\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d9742f7[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17268,c=24576,r=17268]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.344013\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ad18f90[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17269,c=24576,r=17269]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.344013\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e6f7708[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17285,c=24576,r=17285]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e06942f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17286,c=24576,r=17286]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3921ede2[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17306,c=24576,r=17306]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f1a5859[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17307,c=24576,r=17307]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ac8bd85[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.856 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17327,c=24576,r=17327]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.862 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45f31f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.862 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17328,c=24576,r=17328]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.862 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36bd4008[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.344013,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17342,c=24576,r=17342]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.344013,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b981e16[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17343,c=24576,r=17343]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.344013,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24d3a675[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.882697>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17357,c=24576,r=17357]={<<<{\n\t"nhits": 51,\n\t"paramet....344013,\n\t\t\t\t\t48.882697>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b2174fb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17358,c=24576,r=17358]={<<<{\n\t"nhits": 51,\n\t"paramet...344013,\n\t\t\t\t\t48.882697\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57c0c897[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17363,c=24576,r=17363]={<<<{\n\t"nhits": 51,\n\t"paramet...3,\n\t\t\t\t\t48.882697\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c2304d7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17364,c=24576,r=17364]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.882697\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@657af128[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17369,c=24576,r=17369]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.882697\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65fcd7d0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17370,c=24576,r=17370]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.882697\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34292f88[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:06.997000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17427,c=24576,r=17427]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:06.997000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70e89066[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17428,c=24576,r=17428]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:06.997000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42a9cce2[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17432,c=24576,r=17432]={<<<{\n\t"nhits": 51,\n\t"paramet...9:06.997000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4168d130[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17433,c=24576,r=17433]={<<<{\n\t"nhits": 51,\n\t"paramet...:06.997000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c40f3fa[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17436,c=24576,r=17436]={<<<{\n\t"nhits": 51,\n\t"paramet....997000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@89f2fb4[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.863 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17437,c=24576,r=17437]={<<<{\n\t"nhits": 51,\n\t"paramet...997000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45d3c99[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17461,c=24576,r=17461]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33b8c73[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17462,c=24576,r=17462]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@385f60cd[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "2a14c4476...0e32a0ab83aff46769f4e",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17520,c=24576,r=17520]={<<<{\n\t"nhits": 51,\n\t"paramet...0e32a0ab83aff46769f4e",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@494c0afd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17521,c=24576,r=17521]={<<<{\n\t"nhits": 51,\n\t"paramet...e32a0ab83aff46769f4e",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24185eb9[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "2a14c44...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17535,c=24576,r=17535]={<<<{\n\t"nhits": 51,\n\t"paramet...769f4e",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b1f165d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17536,c=24576,r=17536]={<<<{\n\t"nhits": 51,\n\t"paramet...69f4e",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@388548fb[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor K",>>>76f6a038e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17559,c=24576,r=17559]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor K",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1137a6f4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17560,c=24576,r=17560]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor K",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@773cdffd[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1951",>>>or K",76f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17577,c=24576,r=17577]={<<<{\n\t"nhits": 51,\n\t"paramet...r K",\n\t\t\t\t"id": "1951",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@741292b9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17578,c=24576,r=17578]={<<<{\n\t"nhits": 51,\n\t"paramet... K",\n\t\t\t\t"id": "1951",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6642ce50[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> K",76f6a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17597,c=24576,r=17597]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4aeed46a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17598,c=24576,r=17598]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b3c29fd[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>CK", K",7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17613,c=24576,r=17613]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b5bff79[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17614,c=24576,r=17614]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b9b960c[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:29:00+00:00",>>>0ab83aff4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17654,c=24576,r=17654]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:29:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77ea5691[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17655,c=24576,r=17655]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:29:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d23ea50[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17667,c=24576,r=17667]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29e764ba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17668,c=24576,r=17668]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e5bac7c[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.873379,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17683,c=24576,r=17683]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.873379,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b202bf8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17684,c=24576,r=17684]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.873379,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@498333a6[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.369972>>>9,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17697,c=24576,r=17697]={<<<{\n\t"nhits": 51,\n\t"paramet...8.873379,\n\t\t\t\t\t2.369972>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5bd35c98[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17698,c=24576,r=17698]={<<<{\n\t"nhits": 51,\n\t"paramet....873379,\n\t\t\t\t\t2.369972\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@380823d2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3699729...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17703,c=24576,r=17703]={<<<{\n\t"nhits": 51,\n\t"paramet...79,\n\t\t\t\t\t2.369972\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@226da0c0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17704,c=24576,r=17704]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t2.369972\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72a3a928[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3699729...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17709,c=24576,r=17709]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.369972\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33550c78[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17710,c=24576,r=17710]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.369972\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ababf73[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17726,c=24576,r=17726]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51e7d44[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17727,c=24576,r=17727]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a9b6e26[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17747,c=24576,r=17747]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71b689c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.877 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17748,c=24576,r=17748]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e68f1a3[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17768,c=24576,r=17768]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18ea5577[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17769,c=24576,r=17769]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2931e212[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.369972,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17783,c=24576,r=17783]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.369972,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c8c9e74[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.369...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17784,c=24576,r=17784]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.369972,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45409faf[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.873379>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17798,c=24576,r=17798]={<<<{\n\t"nhits": 51,\n\t"paramet....369972,\n\t\t\t\t\t48.873379>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f4b3b9d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17799,c=24576,r=17799]={<<<{\n\t"nhits": 51,\n\t"paramet...369972,\n\t\t\t\t\t48.873379\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29cc6914[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.873379...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17804,c=24576,r=17804]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t48.873379\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21bb3d67[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17805,c=24576,r=17805]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.873379\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60477318[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.873379...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17810,c=24576,r=17810]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.873379\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36862b5e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17811,c=24576,r=17811]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.873379\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cc87053[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.691000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17868,c=24576,r=17868]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.691000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e02aa8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17869,c=24576,r=17869]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.691000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fe4469f[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17873,c=24576,r=17873]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.691000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58bf5ae6[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17874,c=24576,r=17874]={<<<{\n\t"nhits": 51,\n\t"paramet...:16.691000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67caf34a[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.884 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17877,c=24576,r=17877]={<<<{\n\t"nhits": 51,\n\t"paramet....691000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@627a2071[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17878,c=24576,r=17878]={<<<{\n\t"nhits": 51,\n\t"paramet...691000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f57421f[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17902,c=24576,r=17902]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d9d5379[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17903,c=24576,r=17903]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@dfda723[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "ad775d9ac...bb23ad00b16d762ef0e0f",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17961,c=24576,r=17961]={<<<{\n\t"nhits": 51,\n\t"paramet...bb23ad00b16d762ef0e0f",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e377745[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17962,c=24576,r=17962]={<<<{\n\t"nhits": 51,\n\t"paramet...b23ad00b16d762ef0e0f",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b559d26[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "ad775d9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17976,c=24576,r=17976]={<<<{\n\t"nhits": 51,\n\t"paramet...ef0e0f",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c8413ae[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=17977,c=24576,r=17977]={<<<{\n\t"nhits": 51,\n\t"paramet...f0e0f",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ca061a2[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor O",>>>ac0ec846e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18000,c=24576,r=18000]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor O",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2928a62c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18001,c=24576,r=18001]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor O",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ea3a282[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1452",>>>or O",ac0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18018,c=24576,r=18018]={<<<{\n\t"nhits": 51,\n\t"paramet...r O",\n\t\t\t\t"id": "1452",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72d6cb9b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18019,c=24576,r=18019]={<<<{\n\t"nhits": 51,\n\t"paramet... O",\n\t\t\t\t"id": "1452",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5dd40912[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> O",ac0ec...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18038,c=24576,r=18038]={<<<{\n\t"nhits": 51,\n\t"paramet...2",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3121dd42[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18039,c=24576,r=18039]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3215ce56[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>CK", O",a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18054,c=24576,r=18054]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76db519c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.891 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18055,c=24576,r=18055]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bba5acc[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>d00b16d76...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18095,c=24576,r=18095]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34ce4d34[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18096,c=24576,r=18096]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28355285[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18108,c=24576,r=18108]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cea1ae[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18109,c=24576,r=18109]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5dfbf7c1[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.849577,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18124,c=24576,r=18124]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.849577,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b1ab6a7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18125,c=24576,r=18125]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.849577,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19b96e3b[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.350867>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18138,c=24576,r=18138]={<<<{\n\t"nhits": 51,\n\t"paramet...8.849577,\n\t\t\t\t\t2.350867>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@680b7f73[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18139,c=24576,r=18139]={<<<{\n\t"nhits": 51,\n\t"paramet....849577,\n\t\t\t\t\t2.350867\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6accc84c[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3508677...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18144,c=24576,r=18144]={<<<{\n\t"nhits": 51,\n\t"paramet...77,\n\t\t\t\t\t2.350867\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24adf43c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18145,c=24576,r=18145]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.350867\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76b78e24[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3508677...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18150,c=24576,r=18150]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.350867\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45748766[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18151,c=24576,r=18151]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.350867\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4976b92c[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18167,c=24576,r=18167]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@231a82a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18168,c=24576,r=18168]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48bdc0e6[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18188,c=24576,r=18188]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29933120[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18189,c=24576,r=18189]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55d052e7[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18209,c=24576,r=18209]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a2fc08f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18210,c=24576,r=18210]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c3381dc[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.350867,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18224,c=24576,r=18224]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.350867,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c99b54b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18225,c=24576,r=18225]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.350867,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b899155[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.849577>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18239,c=24576,r=18239]={<<<{\n\t"nhits": 51,\n\t"paramet....350867,\n\t\t\t\t\t48.849577>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f860113[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18240,c=24576,r=18240]={<<<{\n\t"nhits": 51,\n\t"paramet...350867,\n\t\t\t\t\t48.849577\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fdb5a5e[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.849577...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18245,c=24576,r=18245]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t48.849577\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e698f03[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18246,c=24576,r=18246]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.849577\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@93daea2[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.849577...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18251,c=24576,r=18251]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.849577\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bca80f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.84...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18252,c=24576,r=18252]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.849577\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3301b2c[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:09.145000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18309,c=24576,r=18309]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:09.145000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11b39dde[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18310,c=24576,r=18310]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:09.145000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@759f79f4[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18314,c=24576,r=18314]={<<<{\n\t"nhits": 51,\n\t"paramet...9:09.145000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16004b98[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.905 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18315,c=24576,r=18315]={<<<{\n\t"nhits": 51,\n\t"paramet...:09.145000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@156acb0f[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18318,c=24576,r=18318]={<<<{\n\t"nhits": 51,\n\t"paramet....145000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@183af911[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18319,c=24576,r=18319]={<<<{\n\t"nhits": 51,\n\t"paramet...145000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1664733b[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18343,c=24576,r=18343]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2aca6e4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18344,c=24576,r=18344]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41dd370d[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "534bf7373...c7973395c02dad7f040d8",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18402,c=24576,r=18402]={<<<{\n\t"nhits": 51,\n\t"paramet...c7973395c02dad7f040d8",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ee0ac56[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18403,c=24576,r=18403]={<<<{\n\t"nhits": 51,\n\t"paramet...7973395c02dad7f040d8",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b28fb1a[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "534bf73...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18417,c=24576,r=18417]={<<<{\n\t"nhits": 51,\n\t"paramet...f040d8",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c54e11d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18418,c=24576,r=18418]={<<<{\n\t"nhits": 51,\n\t"paramet...040d8",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7419c0c5[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor R",>>>73d51db3c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18441,c=24576,r=18441]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor R",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f90400c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18442,c=24576,r=18442]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor R",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31c84cf[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1851",>>>or R",73d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18459,c=24576,r=18459]={<<<{\n\t"nhits": 51,\n\t"paramet...r R",\n\t\t\t\t"id": "1851",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@783bc1b8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18460,c=24576,r=18460]={<<<{\n\t"nhits": 51,\n\t"paramet... R",\n\t\t\t\t"id": "1851",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@421e2992[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>R",73d51d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18480,c=24576,r=18480]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ff381fd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18481,c=24576,r=18481]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58ae5030[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 114,>>>E",R",73d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.912 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18498,c=24576,r=18498]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 114,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ebe7c9c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18499,c=24576,r=18499]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 114,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ddf8860[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>395c02dad...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18539,c=24576,r=18539]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e00044f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18540,c=24576,r=18540]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4485e66f[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18552,c=24576,r=18552]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49d228ff[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18553,c=24576,r=18553]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@787f352d[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.858396,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18568,c=24576,r=18568]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.858396,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16b36411[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18569,c=24576,r=18569]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.858396,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d6e5e36[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.350484>>>6,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18582,c=24576,r=18582]={<<<{\n\t"nhits": 51,\n\t"paramet...8.858396,\n\t\t\t\t\t2.350484>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@252304b4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18583,c=24576,r=18583]={<<<{\n\t"nhits": 51,\n\t"paramet....858396,\n\t\t\t\t\t2.350484\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24748b60[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3504846...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18588,c=24576,r=18588]={<<<{\n\t"nhits": 51,\n\t"paramet...96,\n\t\t\t\t\t2.350484\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29eae013[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18589,c=24576,r=18589]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t2.350484\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26fa84f6[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3504846...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18594,c=24576,r=18594]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.350484\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1bc12239[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18595,c=24576,r=18595]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.350484\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1bee85aa[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18611,c=24576,r=18611]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65fa14bc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.946 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18612,c=24576,r=18612]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17d5e1c1[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18632,c=24576,r=18632]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@517d9e8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18633,c=24576,r=18633]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6abbcf35[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18653,c=24576,r=18653]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fd1692a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18654,c=24576,r=18654]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67b250f8[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.350484,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18668,c=24576,r=18668]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.350484,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5cd10d7f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.350...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18669,c=24576,r=18669]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.350484,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68a7a3b7[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.858396>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18683,c=24576,r=18683]={<<<{\n\t"nhits": 51,\n\t"paramet....350484,\n\t\t\t\t\t48.858396>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ceb1fb0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18684,c=24576,r=18684]={<<<{\n\t"nhits": 51,\n\t"paramet...350484,\n\t\t\t\t\t48.858396\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49abbd45[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.858396...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18689,c=24576,r=18689]={<<<{\n\t"nhits": 51,\n\t"paramet...4,\n\t\t\t\t\t48.858396\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1dc5fbfa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18690,c=24576,r=18690]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.858396\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48aa49ee[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.858396...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18695,c=24576,r=18695]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.858396\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2cd8c9d4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18696,c=24576,r=18696]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.858396\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@388d189f[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:03.443000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.953 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18753,c=24576,r=18753]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:03.443000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.954 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a252e5f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.954 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18754,c=24576,r=18754]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:03.443000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.954 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10dae3cc[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.954 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18758,c=24576,r=18758]={<<<{\n\t"nhits": 51,\n\t"paramet...9:03.443000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.960 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7aa60e6a[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.960 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18759,c=24576,r=18759]={<<<{\n\t"nhits": 51,\n\t"paramet...:03.443000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.960 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2abfa841[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.960 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18762,c=24576,r=18762]={<<<{\n\t"nhits": 51,\n\t"paramet....443000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.960 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@94b2c9f[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.960 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18763,c=24576,r=18763]={<<<{\n\t"nhits": 51,\n\t"paramet...443000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ec87af9[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18787,c=24576,r=18787]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@457e814[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18788,c=24576,r=18788]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@537da57f[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "97ae7ef39...51b258f937e158919449b",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18846,c=24576,r=18846]={<<<{\n\t"nhits": 51,\n\t"paramet...51b258f937e158919449b",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@382545b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18847,c=24576,r=18847]={<<<{\n\t"nhits": 51,\n\t"paramet...1b258f937e158919449b",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e10e960[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "97ae7ef...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18861,c=24576,r=18861]={<<<{\n\t"nhits": 51,\n\t"paramet...19449b",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@353cb7fe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18862,c=24576,r=18862]={<<<{\n\t"nhits": 51,\n\t"paramet...9449b",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bd4ba7b[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor A",>>>398d347f4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18885,c=24576,r=18885]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor A",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a6507d6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18886,c=24576,r=18886]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor A",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13b7b613[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1151",>>>or A",398...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18903,c=24576,r=18903]={<<<{\n\t"nhits": 51,\n\t"paramet...r A",\n\t\t\t\t"id": "1151",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43e460dc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18904,c=24576,r=18904]={<<<{\n\t"nhits": 51,\n\t"paramet... A",\n\t\t\t\t"id": "1151",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6dcd0db9[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "SWAN",>>> A",398d3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18923,c=24576,r=18923]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "SWAN",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fa4ec61[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18924,c=24576,r=18924]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "SWAN",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@718dcea8[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 4,>>>AN", A",3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18939,c=24576,r=18939]={<<<{\n\t"nhits": 51,\n\t"paramet..."SWAN",\n\t\t\t\t"value": 4,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@110fa2c5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18940,c=24576,r=18940]={<<<{\n\t"nhits": 51,\n\t"paramet...SWAN",\n\t\t\t\t"value": 4,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14aac598[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>8f937e158...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18980,c=24576,r=18980]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c15e488[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18981,c=24576,r=18981]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73f29f2c[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18993,c=24576,r=18993]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f87021d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=18994,c=24576,r=18994]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d438270[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.882697,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19009,c=24576,r=19009]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.882697,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.961 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1eb11cf4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19010,c=24576,r=19010]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.882697,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@795dfbf1[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.344013>>>7,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19023,c=24576,r=19023]={<<<{\n\t"nhits": 51,\n\t"paramet...8.882697,\n\t\t\t\t\t2.344013>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5eed892d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19024,c=24576,r=19024]={<<<{\n\t"nhits": 51,\n\t"paramet....882697,\n\t\t\t\t\t2.344013\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ffcd082[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19029,c=24576,r=19029]={<<<{\n\t"nhits": 51,\n\t"paramet...97,\n\t\t\t\t\t2.344013\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9bc3935[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19030,c=24576,r=19030]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.344013\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1fa8c980[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3440137...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19035,c=24576,r=19035]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.344013\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d3e9fb9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19036,c=24576,r=19036]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.344013\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54bf325c[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19052,c=24576,r=19052]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c22dc6f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19053,c=24576,r=19053]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@651fe6a2[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19073,c=24576,r=19073]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c857eef[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19074,c=24576,r=19074]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@110586f1[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19094,c=24576,r=19094]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b6ef11a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19095,c=24576,r=19095]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21de2a23[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.344013,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19109,c=24576,r=19109]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.344013,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36bb4af1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.344...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19110,c=24576,r=19110]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.344013,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.967 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b3460d9[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.882697>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19124,c=24576,r=19124]={<<<{\n\t"nhits": 51,\n\t"paramet....344013,\n\t\t\t\t\t48.882697>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@479ea684[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19125,c=24576,r=19125]={<<<{\n\t"nhits": 51,\n\t"paramet...344013,\n\t\t\t\t\t48.882697\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17411366[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19130,c=24576,r=19130]={<<<{\n\t"nhits": 51,\n\t"paramet...3,\n\t\t\t\t\t48.882697\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7bc13fbd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19131,c=24576,r=19131]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.882697\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@535baab4[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.882697...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19136,c=24576,r=19136]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.882697\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61439cdd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19137,c=24576,r=19137]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.882697\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e8669b0[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:07.236000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19194,c=24576,r=19194]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:07.236000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cc88d0a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19195,c=24576,r=19195]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:07.236000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c8882d[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19199,c=24576,r=19199]={<<<{\n\t"nhits": 51,\n\t"paramet...9:07.236000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f1059dd[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19200,c=24576,r=19200]={<<<{\n\t"nhits": 51,\n\t"paramet...:07.236000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32967466[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19203,c=24576,r=19203]={<<<{\n\t"nhits": 51,\n\t"paramet....236000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a7e0fe3[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19204,c=24576,r=19204]={<<<{\n\t"nhits": 51,\n\t"paramet...236000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cb16961[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19228,c=24576,r=19228]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4192019b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19229,c=24576,r=19229]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4026688b[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "124d2e6b4...ee319bf81da5fb76e4537",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19287,c=24576,r=19287]={<<<{\n\t"nhits": 51,\n\t"paramet...ee319bf81da5fb76e4537",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.974 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4aad767b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19288,c=24576,r=19288]={<<<{\n\t"nhits": 51,\n\t"paramet...e319bf81da5fb76e4537",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7de0f42e[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "124d2e6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19302,c=24576,r=19302]={<<<{\n\t"nhits": 51,\n\t"paramet...6e4537",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c2fbcd0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19303,c=24576,r=19303]={<<<{\n\t"nhits": 51,\n\t"paramet...e4537",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f3eebee[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor E",>>>b4aa0cfb0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19326,c=24576,r=19326]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor E",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e8150dc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19327,c=24576,r=19327]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor E",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ba8aa6[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1501",>>>or E",b4a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19344,c=24576,r=19344]={<<<{\n\t"nhits": 51,\n\t"paramet...r E",\n\t\t\t\t"id": "1501",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55226fdd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19345,c=24576,r=19345]={<<<{\n\t"nhits": 51,\n\t"paramet... E",\n\t\t\t\t"id": "1501",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7deb8f0c[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> E",b4aa0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19364,c=24576,r=19364]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@91837dd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19365,c=24576,r=19365]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59a773e2[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 3,>>>CK", E",b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19380,c=24576,r=19380]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 3,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f3db38c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19381,c=24576,r=19381]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 3,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e8fcc88[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>bf81da5fb...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19421,c=24576,r=19421]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7661b25b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19422,c=24576,r=19422]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14bbe716[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19434,c=24576,r=19434]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66e887de[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19435,c=24576,r=19435]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.982 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2643ec07[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850912,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19450,c=24576,r=19450]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850912,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5dcb71fe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19451,c=24576,r=19451]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850912,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1603ae06[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.341171>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19464,c=24576,r=19464]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850912,\n\t\t\t\t\t2.341171>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34f70d6f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19465,c=24576,r=19465]={<<<{\n\t"nhits": 51,\n\t"paramet....850912,\n\t\t\t\t\t2.341171\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@dedfc22[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19470,c=24576,r=19470]={<<<{\n\t"nhits": 51,\n\t"paramet...12,\n\t\t\t\t\t2.341171\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@baf38e0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19471,c=24576,r=19471]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.341171\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d7d40d[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19476,c=24576,r=19476]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.341171\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cc73d0d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19477,c=24576,r=19477]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.341171\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ea9cc5b[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19493,c=24576,r=19493]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cb38156[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19494,c=24576,r=19494]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@227a5971[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19514,c=24576,r=19514]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17e02766[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19515,c=24576,r=19515]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@378bead5[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19535,c=24576,r=19535]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37326443[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19536,c=24576,r=19536]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47730205[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.341171,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19550,c=24576,r=19550]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.341171,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.989 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@513ed69a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19551,c=24576,r=19551]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.341171,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@398b432a[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850912>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19565,c=24576,r=19565]={<<<{\n\t"nhits": 51,\n\t"paramet....341171,\n\t\t\t\t\t48.850912>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d3f2824[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19566,c=24576,r=19566]={<<<{\n\t"nhits": 51,\n\t"paramet...341171,\n\t\t\t\t\t48.850912\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@420372ac[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19571,c=24576,r=19571]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850912\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@652ee670[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19572,c=24576,r=19572]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850912\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6df6bec[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19577,c=24576,r=19577]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850912\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62c51d1b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19578,c=24576,r=19578]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850912\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b8a95fd[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:10.154000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19635,c=24576,r=19635]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:10.154000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2985f99a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19636,c=24576,r=19636]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:10.154000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54f8674d[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19640,c=24576,r=19640]={<<<{\n\t"nhits": 51,\n\t"paramet...9:10.154000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e9f850c[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19641,c=24576,r=19641]={<<<{\n\t"nhits": 51,\n\t"paramet...:10.154000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7155de5f[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19644,c=24576,r=19644]={<<<{\n\t"nhits": 51,\n\t"paramet....154000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@779aa0c6[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19645,c=24576,r=19645]={<<<{\n\t"nhits": 51,\n\t"paramet...154000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60cf6377[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19669,c=24576,r=19669]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29a2d87[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19670,c=24576,r=19670]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:24.996 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d62acad[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "cd675924e...63831dbd55e796257cda0",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19728,c=24576,r=19728]={<<<{\n\t"nhits": 51,\n\t"paramet...63831dbd55e796257cda0",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f5cab57[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19729,c=24576,r=19729]={<<<{\n\t"nhits": 51,\n\t"paramet...3831dbd55e796257cda0",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6413bb10[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "cd67592...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19743,c=24576,r=19743]={<<<{\n\t"nhits": 51,\n\t"paramet...57cda0",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37365400[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19744,c=24576,r=19744]={<<<{\n\t"nhits": 51,\n\t"paramet...7cda0",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f79818f[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor E",>>>4e4411d4b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19767,c=24576,r=19767]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor E",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65658b24[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19768,c=24576,r=19768]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor E",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c5767a3[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1501",>>>or E",4e4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19785,c=24576,r=19785]={<<<{\n\t"nhits": 51,\n\t"paramet...r E",\n\t\t\t\t"id": "1501",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19c4a67d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19786,c=24576,r=19786]={<<<{\n\t"nhits": 51,\n\t"paramet... E",\n\t\t\t\t"id": "1501",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a822933[p=0,l=22,c=512,r=22]={<<<\t\t\t\t"type": "PEACOCK",>>>,4e4411d4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19808,c=24576,r=19808]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t"type": "PEACOCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6377bbec[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19809,c=24576,r=19809]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"type": "PEACOCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44bab25e[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>ACOCK",,4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19824,c=24576,r=19824]={<<<{\n\t"nhits": 51,\n\t"paramet...ACOCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.003 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@787103fa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19825,c=24576,r=19825]={<<<{\n\t"nhits": 51,\n\t"paramet...COCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43817676[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>dbd55e796...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19865,c=24576,r=19865]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d770d31[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19866,c=24576,r=19866]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cce6483[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19878,c=24576,r=19878]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.004 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c50c833[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.010 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19879,c=24576,r=19879]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.010 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@342a3309[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.850912,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.010 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19894,c=24576,r=19894]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.850912,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.010 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1191ae38[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.010 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19895,c=24576,r=19895]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.850912,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e842af5[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.341171>>>2,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19908,c=24576,r=19908]={<<<{\n\t"nhits": 51,\n\t"paramet...8.850912,\n\t\t\t\t\t2.341171>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@146f6646[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19909,c=24576,r=19909]={<<<{\n\t"nhits": 51,\n\t"paramet....850912,\n\t\t\t\t\t2.341171\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71b8bdb9[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19914,c=24576,r=19914]={<<<{\n\t"nhits": 51,\n\t"paramet...12,\n\t\t\t\t\t2.341171\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d442dd8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19915,c=24576,r=19915]={<<<{\n\t"nhits": 51,\n\t"paramet...2,\n\t\t\t\t\t2.341171\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22d86107[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3411712...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19920,c=24576,r=19920]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.341171\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d6a7e4c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19921,c=24576,r=19921]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.341171\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@790b572d[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19937,c=24576,r=19937]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35ed9f39[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19938,c=24576,r=19938]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@545c00da[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19958,c=24576,r=19958]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ada9c03[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19959,c=24576,r=19959]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@694b084a[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19979,c=24576,r=19979]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3086560d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19980,c=24576,r=19980]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.011 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e8da17[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.341171,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19994,c=24576,r=19994]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.341171,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1acc640d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.341...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=19995,c=24576,r=19995]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.341171,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b743646[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.850912>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20009,c=24576,r=20009]={<<<{\n\t"nhits": 51,\n\t"paramet....341171,\n\t\t\t\t\t48.850912>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29402b1b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20010,c=24576,r=20010]={<<<{\n\t"nhits": 51,\n\t"paramet...341171,\n\t\t\t\t\t48.850912\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b3a6446[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20015,c=24576,r=20015]={<<<{\n\t"nhits": 51,\n\t"paramet...1,\n\t\t\t\t\t48.850912\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12af9920[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20016,c=24576,r=20016]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.850912\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18634b35[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.850912...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20021,c=24576,r=20021]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.850912\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30d3b3d1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20022,c=24576,r=20022]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.850912\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8f3f9d9[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:10.663000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20079,c=24576,r=20079]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:10.663000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@667b077e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20080,c=24576,r=20080]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:10.663000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64c3c267[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20084,c=24576,r=20084]={<<<{\n\t"nhits": 51,\n\t"paramet...9:10.663000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4923b815[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20085,c=24576,r=20085]={<<<{\n\t"nhits": 51,\n\t"paramet...:10.663000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e89add9[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20088,c=24576,r=20088]={<<<{\n\t"nhits": 51,\n\t"paramet....663000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60f71181[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20089,c=24576,r=20089]={<<<{\n\t"nhits": 51,\n\t"paramet...663000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a5d3702[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20113,c=24576,r=20113]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.017 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e6ac74c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20114,c=24576,r=20114]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d9e5c3d[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "e6584d101...a9f9a5fff1a937ef0383c",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20172,c=24576,r=20172]={<<<{\n\t"nhits": 51,\n\t"paramet...a9f9a5fff1a937ef0383c",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53d2516[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20173,c=24576,r=20173]={<<<{\n\t"nhits": 51,\n\t"paramet...9f9a5fff1a937ef0383c",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@762be794[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "e6584d1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20187,c=24576,r=20187]={<<<{\n\t"nhits": 51,\n\t"paramet...f0383c",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ee30eba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20188,c=24576,r=20188]={<<<{\n\t"nhits": 51,\n\t"paramet...0383c",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41b3c8ef[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor N",>>>0136330fd...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20211,c=24576,r=20211]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor N",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d4a405a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20212,c=24576,r=20212]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor N",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f40520[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1503",>>>or N",013...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20229,c=24576,r=20229]={<<<{\n\t"nhits": 51,\n\t"paramet...r N",\n\t\t\t\t"id": "1503",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72144dda[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20230,c=24576,r=20230]={<<<{\n\t"nhits": 51,\n\t"paramet... N",\n\t\t\t\t"id": "1503",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d3f07c7[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> N",01363...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20249,c=24576,r=20249]={<<<{\n\t"nhits": 51,\n\t"paramet...3",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5288caaa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20250,c=24576,r=20250]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76f118de[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 30,>>>K", N",01...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20266,c=24576,r=20266]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 30,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@265be147[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20267,c=24576,r=20267]={<<<{\n\t"nhits": 51,\n\t"paramet...UCK",\n\t\t\t\t"value": 30,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@730fdb74[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>5fff1a937...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20307,c=24576,r=20307]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67c69225[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20308,c=24576,r=20308]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.024 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@198f41eb[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20320,c=24576,r=20320]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6027ca44[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20321,c=24576,r=20321]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6dfe794f[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.884606,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20336,c=24576,r=20336]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.884606,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3efa896f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20337,c=24576,r=20337]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.884606,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d190742[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.321516>>>6,21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.042 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20350,c=24576,r=20350]={<<<{\n\t"nhits": 51,\n\t"paramet...8.884606,\n\t\t\t\t\t2.321516>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b2834f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20351,c=24576,r=20351]={<<<{\n\t"nhits": 51,\n\t"paramet....884606,\n\t\t\t\t\t2.321516\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d98b677[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3215166...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20356,c=24576,r=20356]={<<<{\n\t"nhits": 51,\n\t"paramet...06,\n\t\t\t\t\t2.321516\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7743f55a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20357,c=24576,r=20357]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t2.321516\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6275cfe7[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3215166...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20362,c=24576,r=20362]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.321516\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@754a901d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20363,c=24576,r=20363]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.321516\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2db9abcd[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20379,c=24576,r=20379]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45386205[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20380,c=24576,r=20380]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9fe97b2[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20400,c=24576,r=20400]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@289534e8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20401,c=24576,r=20401]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@489215f4[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20421,c=24576,r=20421]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.043 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e3c6ea9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20422,c=24576,r=20422]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@330223db[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.321516,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20436,c=24576,r=20436]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.321516,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32b16327[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.321...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20437,c=24576,r=20437]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.321516,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ad4fd30[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.884606>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20451,c=24576,r=20451]={<<<{\n\t"nhits": 51,\n\t"paramet....321516,\n\t\t\t\t\t48.884606>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47308fe5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20452,c=24576,r=20452]={<<<{\n\t"nhits": 51,\n\t"paramet...321516,\n\t\t\t\t\t48.884606\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@650e6023[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.884606...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20457,c=24576,r=20457]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t48.884606\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c9f9ffe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20458,c=24576,r=20458]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.884606\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11efd420[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.884606...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20463,c=24576,r=20463]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.884606\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52633e5f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.88...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20464,c=24576,r=20464]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.884606\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@447a5348[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:12.193000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20521,c=24576,r=20521]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:12.193000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64ba4456[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20522,c=24576,r=20522]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:12.193000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b9bd235[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20526,c=24576,r=20526]={<<<{\n\t"nhits": 51,\n\t"paramet...9:12.193000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40c184df[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20527,c=24576,r=20527]={<<<{\n\t"nhits": 51,\n\t"paramet...:12.193000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56376f9c[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20530,c=24576,r=20530]={<<<{\n\t"nhits": 51,\n\t"paramet....193000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@601919f8[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20531,c=24576,r=20531]={<<<{\n\t"nhits": 51,\n\t"paramet...193000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.050 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35c665b4[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20555,c=24576,r=20555]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79ede8af[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20556,c=24576,r=20556]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14cb2381[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "5dd1f0838...9b744a3c71d04e9711788",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20614,c=24576,r=20614]={<<<{\n\t"nhits": 51,\n\t"paramet...9b744a3c71d04e9711788",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cb52e39[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20615,c=24576,r=20615]={<<<{\n\t"nhits": 51,\n\t"paramet...b744a3c71d04e9711788",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ad817de[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "5dd1f08...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20629,c=24576,r=20629]={<<<{\n\t"nhits": 51,\n\t"paramet...711788",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c6628ba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20630,c=24576,r=20630]={<<<{\n\t"nhits": 51,\n\t"paramet...11788",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61fcd19c[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor H",>>>38db99c2f...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20653,c=24576,r=20653]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor H",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@742dff7c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20654,c=24576,r=20654]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor H",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@eb170c0[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1602",>>>or H",38d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20671,c=24576,r=20671]={<<<{\n\t"nhits": 51,\n\t"paramet...r H",\n\t\t\t\t"id": "1602",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@138fba54[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20672,c=24576,r=20672]={<<<{\n\t"nhits": 51,\n\t"paramet... H",\n\t\t\t\t"id": "1602",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1478e988[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>H",38db99...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20692,c=24576,r=20692]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@fb52264[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20693,c=24576,r=20693]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a876422[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 94,>>>SE",H",38...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20709,c=24576,r=20709]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 94,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6434223c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20710,c=24576,r=20710]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 94,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37d3a39b[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>a3c71d04e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20750,c=24576,r=20750]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.057 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11d30107[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20751,c=24576,r=20751]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2044c16b[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20763,c=24576,r=20763]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6524329d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20764,c=24576,r=20764]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f419ad9[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.85378,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20778,c=24576,r=20778]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.85378,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4693710f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20779,c=24576,r=20779]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.85378,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@405aaf2f[p=0,l=11,c=512,r=11]={<<<\t\t\t\t\t2.7689>>>78,021-10...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20790,c=24576,r=20790]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.85378,\n\t\t\t\t\t2.7689>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42edd63[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20791,c=24576,r=20791]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.85378,\n\t\t\t\t\t2.7689\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47fa186d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.768978,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20796,c=24576,r=20796]={<<<{\n\t"nhits": 51,\n\t"paramet...5378,\n\t\t\t\t\t2.7689\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a3c0294[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.064 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20797,c=24576,r=20797]={<<<{\n\t"nhits": 51,\n\t"paramet...378,\n\t\t\t\t\t2.7689\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f0ae52b[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.768978,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20802,c=24576,r=20802]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t2.7689\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dbdf46c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20803,c=24576,r=20803]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t2.7689\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a13a2c6[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20819,c=24576,r=20819]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@104125b2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20820,c=24576,r=20820]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48bab92c[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20840,c=24576,r=20840]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ab62ac3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20841,c=24576,r=20841]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.065 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d44a6c1[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20861,c=24576,r=20861]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34317a6e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20862,c=24576,r=20862]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@295fd61d[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t2.7689,>>>ates": [-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20874,c=24576,r=20874]={<<<{\n\t"nhits": 51,\n\t"paramet...inates": [\n\t\t\t\t\t2.7689,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42d401c7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.768...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20875,c=24576,r=20875]={<<<{\n\t"nhits": 51,\n\t"paramet...nates": [\n\t\t\t\t\t2.7689,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4aaed5f2[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.85378>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20888,c=24576,r=20888]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.7689,\n\t\t\t\t\t48.85378>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75f334c3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20889,c=24576,r=20889]={<<<{\n\t"nhits": 51,\n\t"paramet...\t2.7689,\n\t\t\t\t\t48.85378\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22cbfb5e[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.85378t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20894,c=24576,r=20894]={<<<{\n\t"nhits": 51,\n\t"paramet...89,\n\t\t\t\t\t48.85378\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40f31cf9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20895,c=24576,r=20895]={<<<{\n\t"nhits": 51,\n\t"paramet...9,\n\t\t\t\t\t48.85378\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cce4050[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.85378t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20900,c=24576,r=20900]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.85378\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10f72626[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20901,c=24576,r=20901]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.85378\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d9b2e6d[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:13.089000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20958,c=24576,r=20958]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:13.089000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35d7f3f3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20959,c=24576,r=20959]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:13.089000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b95e9d9[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20963,c=24576,r=20963]={<<<{\n\t"nhits": 51,\n\t"paramet...9:13.089000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@127a3e9b[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20964,c=24576,r=20964]={<<<{\n\t"nhits": 51,\n\t"paramet...:13.089000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26a692ff[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20967,c=24576,r=20967]={<<<{\n\t"nhits": 51,\n\t"paramet....089000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ce4b5b3[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20968,c=24576,r=20968]={<<<{\n\t"nhits": 51,\n\t"paramet...089000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@38ab4ad7[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20992,c=24576,r=20992]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7be635bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=20993,c=24576,r=20993]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69c56156[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "ada6ee298...59c93839b7587167cd4c1",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21051,c=24576,r=21051]={<<<{\n\t"nhits": 51,\n\t"paramet...59c93839b7587167cd4c1",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@608508f0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21052,c=24576,r=21052]={<<<{\n\t"nhits": 51,\n\t"paramet...9c93839b7587167cd4c1",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29a0bc5[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "ada6ee2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21066,c=24576,r=21066]={<<<{\n\t"nhits": 51,\n\t"paramet...7cd4c1",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@489b9de4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21067,c=24576,r=21067]={<<<{\n\t"nhits": 51,\n\t"paramet...cd4c1",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a169a70[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor P",>>>9805086d0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.072 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21090,c=24576,r=21090]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor P",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@429cc14a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21091,c=24576,r=21091]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor P",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@100a3eff[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1601",>>>or P",980...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21108,c=24576,r=21108]={<<<{\n\t"nhits": 51,\n\t"paramet...r P",\n\t\t\t\t"id": "1601",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46ae5a7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21109,c=24576,r=21109]={<<<{\n\t"nhits": 51,\n\t"paramet... P",\n\t\t\t\t"id": "1601",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a912a40[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> P",98050...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21128,c=24576,r=21128]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e233ac9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21129,c=24576,r=21129]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f1f1234[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>CK", P",9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21144,c=24576,r=21144]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c8b83ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21145,c=24576,r=21145]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f7b7b56[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:27:00+00:00",>>>839b75871...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21185,c=24576,r=21185]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:27:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3809eb02[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21186,c=24576,r=21186]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:27:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f20d085[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21198,c=24576,r=21198]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f66be27[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.079 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21199,c=24576,r=21199]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ba3dd56[p=0,l=15,c=512,r=15]={<<<\t\t\t\t\t48.864994,>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21214,c=24576,r=21214]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.864994,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c8572db[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21215,c=24576,r=21215]={<<<{\n\t"nhits": 51,\n\t"paramet...eo": [\n\t\t\t\t\t48.864994,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45b82536[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t2.33298>>>94,21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21227,c=24576,r=21227]={<<<{\n\t"nhits": 51,\n\t"paramet...48.864994,\n\t\t\t\t\t2.33298>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f552c20[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.080 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21228,c=24576,r=21228]={<<<{\n\t"nhits": 51,\n\t"paramet...8.864994,\n\t\t\t\t\t2.33298\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a291ff1[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3329894...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21233,c=24576,r=21233]={<<<{\n\t"nhits": 51,\n\t"paramet...994,\n\t\t\t\t\t2.33298\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d4db7c5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21234,c=24576,r=21234]={<<<{\n\t"nhits": 51,\n\t"paramet...94,\n\t\t\t\t\t2.33298\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79d8accf[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3329894...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21239,c=24576,r=21239]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t2.33298\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ffaabf8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21240,c=24576,r=21240]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.33298\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2deef761[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21256,c=24576,r=21256]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d8d9e86[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21257,c=24576,r=21257]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10fe32c[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21277,c=24576,r=21277]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b903d9e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21278,c=24576,r=21278]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@619f8072[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:27...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21298,c=24576,r=21298]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30374b69[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21299,c=24576,r=21299]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4edfd8c0[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.33298,>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21312,c=24576,r=21312]={<<<{\n\t"nhits": 51,\n\t"paramet...nates": [\n\t\t\t\t\t2.33298,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74997048[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.332...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21313,c=24576,r=21313]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.33298,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6918e2b9[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.864994>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21327,c=24576,r=21327]={<<<{\n\t"nhits": 51,\n\t"paramet...2.33298,\n\t\t\t\t\t48.864994>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63fe90f0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21328,c=24576,r=21328]={<<<{\n\t"nhits": 51,\n\t"paramet....33298,\n\t\t\t\t\t48.864994\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53d75d97[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.864994...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.087 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21333,c=24576,r=21333]={<<<{\n\t"nhits": 51,\n\t"paramet...8,\n\t\t\t\t\t48.864994\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cf37c95[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21334,c=24576,r=21334]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t\t48.864994\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42d05698[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.864994...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21339,c=24576,r=21339]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.864994\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@553e3722[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.86...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21340,c=24576,r=21340]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.864994\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cecf3f7[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:13.895000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21397,c=24576,r=21397]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:13.895000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b0c372b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21398,c=24576,r=21398]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:13.895000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ba8dc44[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21402,c=24576,r=21402]={<<<{\n\t"nhits": 51,\n\t"paramet...9:13.895000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f0b7d34[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21403,c=24576,r=21403]={<<<{\n\t"nhits": 51,\n\t"paramet...:13.895000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74234069[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21406,c=24576,r=21406]={<<<{\n\t"nhits": 51,\n\t"paramet....895000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e3c94a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21407,c=24576,r=21407]={<<<{\n\t"nhits": 51,\n\t"paramet...895000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@133b39d6[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21431,c=24576,r=21431]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67ad1458[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21432,c=24576,r=21432]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9e320cc[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "8d8f3e686...2699f3377a63dce2bdf3c",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21490,c=24576,r=21490]={<<<{\n\t"nhits": 51,\n\t"paramet...2699f3377a63dce2bdf3c",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33407485[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21491,c=24576,r=21491]={<<<{\n\t"nhits": 51,\n\t"paramet...699f3377a63dce2bdf3c",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79ff1eb2[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "8d8f3e6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21505,c=24576,r=21505]={<<<{\n\t"nhits": 51,\n\t"paramet...2bdf3c",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@767fda01[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.094 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21506,c=24576,r=21506]={<<<{\n\t"nhits": 51,\n\t"paramet...bdf3c",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@660a7142[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor G",>>>861f0ae2d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21529,c=24576,r=21529]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor G",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@565ed55a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21530,c=24576,r=21530]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor G",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57555bad[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1651",>>>or G",861...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21547,c=24576,r=21547]={<<<{\n\t"nhits": 51,\n\t"paramet...r G",\n\t\t\t\t"id": "1651",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f722c94[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21548,c=24576,r=21548]={<<<{\n\t"nhits": 51,\n\t"paramet... G",\n\t\t\t\t"id": "1651",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a47d659[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>G",861f0a...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21568,c=24576,r=21568]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a132a4e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21569,c=24576,r=21569]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37668892[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"value": 224,>>>E",G",861...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21586,c=24576,r=21586]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 224,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@793e1466[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21587,c=24576,r=21587]={<<<{\n\t"nhits": 51,\n\t"paramet...SE",\n\t\t\t\t"value": 224,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d9ff006[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>3377a63dc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21627,c=24576,r=21627]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e8deea1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21628,c=24576,r=21628]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dacdbfa[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21640,c=24576,r=21640]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74b86d0d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21641,c=24576,r=21641]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2675ac5c[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.82097,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21655,c=24576,r=21655]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.82097,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@379cb6d5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21656,c=24576,r=21656]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.82097,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2cf4c8d7[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.324525>>>,021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.101 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21669,c=24576,r=21669]={<<<{\n\t"nhits": 51,\n\t"paramet...48.82097,\n\t\t\t\t\t2.324525>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b131841[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21670,c=24576,r=21670]={<<<{\n\t"nhits": 51,\n\t"paramet...8.82097,\n\t\t\t\t\t2.324525\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@108f4033[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.324525,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21675,c=24576,r=21675]={<<<{\n\t"nhits": 51,\n\t"paramet...97,\n\t\t\t\t\t2.324525\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@427766e9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21676,c=24576,r=21676]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t2.324525\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@484fac00[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.324525,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21681,c=24576,r=21681]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.324525\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b1d7458[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21682,c=24576,r=21682]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.324525\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21792bd0[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21698,c=24576,r=21698]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58c05138[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21699,c=24576,r=21699]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d5ad98c[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21719,c=24576,r=21719]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d45cfcb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21720,c=24576,r=21720]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@250a4a18[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21740,c=24576,r=21740]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f199610[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21741,c=24576,r=21741]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44b4b6c6[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.324525,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21755,c=24576,r=21755]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.324525,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27ec120c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.324...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21756,c=24576,r=21756]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.324525,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50c1c663[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.82097>>>,es": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21769,c=24576,r=21769]={<<<{\n\t"nhits": 51,\n\t"paramet...2.324525,\n\t\t\t\t\t48.82097>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63db737d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.108 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21770,c=24576,r=21770]={<<<{\n\t"nhits": 51,\n\t"paramet....324525,\n\t\t\t\t\t48.82097\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@238eb46[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.82097,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21775,c=24576,r=21775]={<<<{\n\t"nhits": 51,\n\t"paramet...25,\n\t\t\t\t\t48.82097\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4503e57f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21776,c=24576,r=21776]={<<<{\n\t"nhits": 51,\n\t"paramet...5,\n\t\t\t\t\t48.82097\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1bafc162[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.82097,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21781,c=24576,r=21781]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.82097\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23d719f1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.82...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21782,c=24576,r=21782]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.82097\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6670a416[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:15.175000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21839,c=24576,r=21839]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:15.175000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c028dba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21840,c=24576,r=21840]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:15.175000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59c3ef89[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21844,c=24576,r=21844]={<<<{\n\t"nhits": 51,\n\t"paramet...9:15.175000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42407dd1[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21845,c=24576,r=21845]={<<<{\n\t"nhits": 51,\n\t"paramet...:15.175000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2173319b[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21848,c=24576,r=21848]={<<<{\n\t"nhits": 51,\n\t"paramet....175000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9b40752[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21849,c=24576,r=21849]={<<<{\n\t"nhits": 51,\n\t"paramet...175000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fcd0e4a[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21873,c=24576,r=21873]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e225c97[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21874,c=24576,r=21874]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36654b21[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "71550dcc3...11bae8faecfb9eb2406f6",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.117 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21932,c=24576,r=21932]={<<<{\n\t"nhits": 51,\n\t"paramet...11bae8faecfb9eb2406f6",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.118 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1fc24428[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.118 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21933,c=24576,r=21933]={<<<{\n\t"nhits": 51,\n\t"paramet...1bae8faecfb9eb2406f6",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.118 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@385ab6c4[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "71550dc...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.118 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21947,c=24576,r=21947]={<<<{\n\t"nhits": 51,\n\t"paramet...2406f6",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.147 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@248083bc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21948,c=24576,r=21948]={<<<{\n\t"nhits": 51,\n\t"paramet...406f6",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3820e84e[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor M",>>>c32a02380...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21971,c=24576,r=21971]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor M",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@354e0866[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21972,c=24576,r=21972]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor M",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58cf649d[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1551",>>>or M",c32...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21989,c=24576,r=21989]={<<<{\n\t"nhits": 51,\n\t"paramet...r M",\n\t\t\t\t"id": "1551",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78f2815b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=21990,c=24576,r=21990]={<<<{\n\t"nhits": 51,\n\t"paramet... M",\n\t\t\t\t"id": "1551",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47af7493[p=0,l=19,c=512,r=19]={<<<\t\t\t\t"type": "DUCK",>>> M",c32a0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22009,c=24576,r=22009]={<<<{\n\t"nhits": 51,\n\t"paramet...1",\n\t\t\t\t"type": "DUCK",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2674938[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22010,c=24576,r=22010]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "DUCK",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@212f3e65[p=0,l=15,c=512,r=15]={<<<\t\t\t\t"value": 0,>>>CK", M",c...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22025,c=24576,r=22025]={<<<{\n\t"nhits": 51,\n\t"paramet..."DUCK",\n\t\t\t\t"value": 0,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d3b9b42[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22026,c=24576,r=22026]={<<<{\n\t"nhits": 51,\n\t"paramet...DUCK",\n\t\t\t\t"value": 0,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@710c659a[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:28:00+00:00",>>>8faecfb9e...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22066,c=24576,r=22066]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:28:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@499adc0a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22067,c=24576,r=22067]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:28:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@111e1f4a[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22079,c=24576,r=22079]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ee77a0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22080,c=24576,r=22080]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@125ce292[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.8566,>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22093,c=24576,r=22093]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"geo": [\n\t\t\t\t\t48.8566,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@db9065f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.148 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22094,c=24576,r=22094]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.8566,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.156 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cbcaced[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.349481>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22107,c=24576,r=22107]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.8566,\n\t\t\t\t\t2.349481>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f9c95ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22108,c=24576,r=22108]={<<<{\n\t"nhits": 51,\n\t"paramet...48.8566,\n\t\t\t\t\t2.349481\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6aa1bcbe[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.3494812...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22113,c=24576,r=22113]={<<<{\n\t"nhits": 51,\n\t"paramet...66,\n\t\t\t\t\t2.349481\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2fefd44b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22114,c=24576,r=22114]={<<<{\n\t"nhits": 51,\n\t"paramet...6,\n\t\t\t\t\t2.349481\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@263dce9f[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.3494812...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22119,c=24576,r=22119]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.349481\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d770608[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22120,c=24576,r=22120]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t2.349481\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ad40554[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22136,c=24576,r=22136]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bc8d3c9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22137,c=24576,r=22137]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2349b119[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22157,c=24576,r=22157]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46ebb43e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22158,c=24576,r=22158]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c0ff712[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:28...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22178,c=24576,r=22178]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71f421c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22179,c=24576,r=22179]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f5b979f[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t2.349481,>>>es": [-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22193,c=24576,r=22193]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.349481,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48a9a0e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.349...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22194,c=24576,r=22194]={<<<{\n\t"nhits": 51,\n\t"paramet...tes": [\n\t\t\t\t\t2.349481,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@279e5aea[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t48.8566>>>1,es": [-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.157 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22206,c=24576,r=22206]={<<<{\n\t"nhits": 51,\n\t"paramet...\t2.349481,\n\t\t\t\t\t48.8566>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77b48df1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22207,c=24576,r=22207]={<<<{\n\t"nhits": 51,\n\t"paramet...2.349481,\n\t\t\t\t\t48.8566\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34901bf7[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.85661,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22212,c=24576,r=22212]={<<<{\n\t"nhits": 51,\n\t"paramet...481,\n\t\t\t\t\t48.8566\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@641aad81[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22213,c=24576,r=22213]={<<<{\n\t"nhits": 51,\n\t"paramet...81,\n\t\t\t\t\t48.8566\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3186f2e2[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.85661,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22218,c=24576,r=22218]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t48.8566\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@620e2a26[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.85...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22219,c=24576,r=22219]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.8566\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56f5ca33[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.431000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22276,c=24576,r=22276]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.431000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67b203c9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22277,c=24576,r=22277]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.431000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61a5ec3f[p=0,l=4,c=512,r=4]={<<<\t\t},>>>record_ti...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.165 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22281,c=24576,r=22281]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.431000+00:00"\n\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72e9b537[p=0,l=1,c=512,r=1]={<<<\n>>>\t},record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22282,c=24576,r=22282]={<<<{\n\t"nhits": 51,\n\t"paramet...:16.431000+00:00"\n\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a355d0b[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22285,c=24576,r=22285]={<<<{\n\t"nhits": 51,\n\t"paramet....431000+00:00"\n\t\t},\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7deeabcf[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22286,c=24576,r=22286]={<<<{\n\t"nhits": 51,\n\t"paramet...431000+00:00"\n\t\t},\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33e46459[p=0,l=24,c=512,r=24]={<<<\t\t\t"datasetid": "test2",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22310,c=24576,r=22310]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"datasetid": "test2",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c1b2f1f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"datase...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22311,c=24576,r=22311]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"datasetid": "test2",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ce6e692[p=0,l=58,c=512,r=58]={<<<\t\t\t"recordid": "94e8605b0...81e4246a4e251b6513235",>>>de":"5.6"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22369,c=24576,r=22369]={<<<{\n\t"nhits": 51,\n\t"paramet...81e4246a4e251b6513235",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24de9012[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.166 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22370,c=24576,r=22370]={<<<{\n\t"nhits": 51,\n\t"paramet...1e4246a4e251b6513235",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3408fe7c[p=0,l=14,c=512,r=14]={<<<\t\t\t"fields": {>>> "94e8605...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22384,c=24576,r=22384]={<<<{\n\t"nhits": 51,\n\t"paramet...513235",\n\t\t\t"fields": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@613e4c35[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"fields...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22385,c=24576,r=22385]={<<<{\n\t"nhits": 51,\n\t"paramet...13235",\n\t\t\t"fields": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a77e4f6[p=0,l=23,c=512,r=23]={<<<\t\t\t\t"name": "Sensor J",>>>b060f8e6d...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22408,c=24576,r=22408]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor J",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2af9a5aa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"name"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22409,c=24576,r=22409]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"name": "Sensor J",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59714597[p=0,l=17,c=512,r=17]={<<<\t\t\t\t"id": "1953",>>>or J",b06...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22426,c=24576,r=22426]={<<<{\n\t"nhits": 51,\n\t"paramet...r J",\n\t\t\t\t"id": "1953",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4abdf568[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"id": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22427,c=24576,r=22427]={<<<{\n\t"nhits": 51,\n\t"paramet... J",\n\t\t\t\t"id": "1953",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@fa8e89d[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "GOOSE",>>>J",b060f8...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22447,c=24576,r=22447]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"type": "GOOSE",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@689bd837[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22448,c=24576,r=22448]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"type": "GOOSE",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b15754e[p=0,l=16,c=512,r=16]={<<<\t\t\t\t"value": 92,>>>SE",J",b0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22464,c=24576,r=22464]={<<<{\n\t"nhits": 51,\n\t"paramet...OOSE",\n\t\t\t\t"value": 92,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e26c1f1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"value...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22465,c=24576,r=22465]={<<<{\n\t"nhits": 51,\n\t"paramet...OSE",\n\t\t\t\t"value": 92,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@56023ea8[p=0,l=40,c=512,r=40]={<<<\t\t\t\t"date": "2021-10-26T15:29:00+00:00",>>>46a4e251b...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22505,c=24576,r=22505]={<<<{\n\t"nhits": 51,\n\t"paramet...-10-26T15:29:00+00:00",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60ee0e3f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"date"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22506,c=24576,r=22506]={<<<{\n\t"nhits": 51,\n\t"paramet...10-26T15:29:00+00:00",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7041a869[p=0,l=12,c=512,r=12]={<<<\t\t\t\t"geo": [>>>"2021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22518,c=24576,r=22518]={<<<{\n\t"nhits": 51,\n\t"paramet...00+00:00",\n\t\t\t\t"geo": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58c0d6d9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"geo":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22519,c=24576,r=22519]={<<<{\n\t"nhits": 51,\n\t"paramet...0+00:00",\n\t\t\t\t"geo": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f705417[p=0,l=14,c=512,r=14]={<<<\t\t\t\t\t48.87929,>>>021-10-26...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.175 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22533,c=24576,r=22533]={<<<{\n\t"nhits": 51,\n\t"paramet..."geo": [\n\t\t\t\t\t48.87929,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.181 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f7f3e30[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.181 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22534,c=24576,r=22534]={<<<{\n\t"nhits": 51,\n\t"paramet...geo": [\n\t\t\t\t\t48.87929,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.181 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7280cd56[p=0,l=12,c=512,r=12]={<<<\t\t\t\t\t2.40177>>>9,021-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.181 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22546,c=24576,r=22546]={<<<{\n\t"nhits": 51,\n\t"paramet...\t48.87929,\n\t\t\t\t\t2.40177>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.181 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ca8abc1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22547,c=24576,r=22547]={<<<{\n\t"nhits": 51,\n\t"paramet...48.87929,\n\t\t\t\t\t2.40177\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31e592af[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>2.401779,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22552,c=24576,r=22552]={<<<{\n\t"nhits": 51,\n\t"paramet...929,\n\t\t\t\t\t2.40177\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@471db41d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22553,c=24576,r=22553]={<<<{\n\t"nhits": 51,\n\t"paramet...29,\n\t\t\t\t\t2.40177\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33833bd5[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>2.401779,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22558,c=24576,r=22558]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t2.40177\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a1c78c7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22559,c=24576,r=22559]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t2.40177\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47f1f9c1[p=0,l=16,c=512,r=16]={<<<\t\t\t"geometry": {>>>1-10-26T1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22575,c=24576,r=22575]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t},\n\t\t\t"geometry": {>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d66107e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"geomet...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22576,c=24576,r=22576]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t},\n\t\t\t"geometry": {\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4791d394[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"type": "Point",>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22596,c=24576,r=22596]={<<<{\n\t"nhits": 51,\n\t"paramet... {\n\t\t\t\t"type": "Point",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e7251e1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"type"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22597,c=24576,r=22597]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t\t"type": "Point",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3685801f[p=0,l=20,c=512,r=20]={<<<\t\t\t\t"coordinates": [>>>-26T15:29...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22617,c=24576,r=22617]={<<<{\n\t"nhits": 51,\n\t"paramet...",\n\t\t\t\t"coordinates": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b3d8351[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t"coord...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22618,c=24576,r=22618]={<<<{\n\t"nhits": 51,\n\t"paramet...,\n\t\t\t\t"coordinates": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2279f0d1[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t2.40177,>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22631,c=24576,r=22631]={<<<{\n\t"nhits": 51,\n\t"paramet...nates": [\n\t\t\t\t\t2.40177,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ee85026[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t2.401...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.182 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22632,c=24576,r=22632]={<<<{\n\t"nhits": 51,\n\t"paramet...ates": [\n\t\t\t\t\t2.40177,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5477a49c[p=0,l=13,c=512,r=13]={<<<\t\t\t\t\t48.87929>>>tes": [-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22645,c=24576,r=22645]={<<<{\n\t"nhits": 51,\n\t"paramet...\t2.40177,\n\t\t\t\t\t48.87929>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53d78248[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22646,c=24576,r=22646]={<<<{\n\t"nhits": 51,\n\t"paramet...2.40177,\n\t\t\t\t\t48.87929\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ec51f9b[p=0,l=5,c=512,r=5]={<<<\t\t\t\t]>>>48.87929t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22651,c=24576,r=22651]={<<<{\n\t"nhits": 51,\n\t"paramet...77,\n\t\t\t\t\t48.87929\n\t\t\t\t]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32a01105[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t]48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22652,c=24576,r=22652]={<<<{\n\t"nhits": 51,\n\t"paramet...7,\n\t\t\t\t\t48.87929\n\t\t\t\t]\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b1a0089[p=0,l=5,c=512,r=5]={<<<\t\t\t},>>>48.87929t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22657,c=24576,r=22657]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t48.87929\n\t\t\t\t]\n\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34b01c60[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t},48.87...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22658,c=24576,r=22658]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t48.87929\n\t\t\t\t]\n\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@229ff4aa[p=0,l=57,c=512,r=57]={<<<\t\t\t"record_timestamp": "2...T15:29:16.829000+00:00">>>,de":"5.6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22715,c=24576,r=22715]={<<<{\n\t"nhits": 51,\n\t"paramet...T15:29:16.829000+00:00">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1085f1c5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22716,c=24576,r=22716]={<<<{\n\t"nhits": 51,\n\t"paramet...15:29:16.829000+00:00"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b90b514[p=0,l=3,c=512,r=3]={<<<\t\t}>>>"record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22719,c=24576,r=22719]={<<<{\n\t"nhits": 51,\n\t"paramet...29:16.829000+00:00"\n\t\t}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ff7e91a[p=0,l=1,c=512,r=1]={<<<\n>>>\t}"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22720,c=24576,r=22720]={<<<{\n\t"nhits": 51,\n\t"paramet...9:16.829000+00:00"\n\t\t}\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@729062ea[p=0,l=3,c=512,r=3]={<<<\t],>>>"record_t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22723,c=24576,r=22723]={<<<{\n\t"nhits": 51,\n\t"paramet...6.829000+00:00"\n\t\t}\n\t],>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d24aea4[p=0,l=1,c=512,r=1]={<<<\n>>>],"record...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22724,c=24576,r=22724]={<<<{\n\t"nhits": 51,\n\t"paramet....829000+00:00"\n\t\t}\n\t],\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53028a01[p=0,l=18,c=512,r=18]={<<<\t"facet_groups": [>>>mp": "202...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22742,c=24576,r=22742]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t],\n\t"facet_groups": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43ad0642[p=0,l=1,c=512,r=1]={<<<\n>>>"facet_gr...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22743,c=24576,r=22743]={<<<{\n\t"nhits": 51,\n\t"paramet...\t],\n\t"facet_groups": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@325bbbef[p=0,l=3,c=512,r=3]={<<<\t\t{>>>acet_grou...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.189 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22746,c=24576,r=22746]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t"facet_groups": [\n\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a62628e[p=0,l=1,c=512,r=1]={<<<\n>>>\t{acet_gr...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22747,c=24576,r=22747]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"facet_groups": [\n\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1d77b941[p=0,l=14,c=512,r=14]={<<<\t\t\t"facets": [>>>": [mp": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22761,c=24576,r=22761]={<<<{\n\t"nhits": 51,\n\t"paramet...": [\n\t\t{\n\t\t\t"facets": [>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36c333bb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"facets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22762,c=24576,r=22762]={<<<{\n\t"nhits": 51,\n\t"paramet...: [\n\t\t{\n\t\t\t"facets": [\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59a8724f[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>acets": [...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22767,c=24576,r=22767]={<<<{\n\t"nhits": 51,\n\t"paramet...\t{\n\t\t\t"facets": [\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10970de6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{acets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22768,c=24576,r=22768]={<<<{\n\t"nhits": 51,\n\t"paramet...{\n\t\t\t"facets": [\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@308a1304[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 4,>>> [mp": "2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22784,c=24576,r=22784]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 4,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ffba045[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22785,c=24576,r=22785]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 4,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55b93ff[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor A",>>>2021-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22809,c=24576,r=22809]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor A",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d8b468f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22810,c=24576,r=22810]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor A",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4df97209[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22836,c=24576,r=22836]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@fc21a7b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22837,c=24576,r=22837]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@565fb417[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor A">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22860,c=24576,r=22860]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor A">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21173f6d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22861,c=24576,r=22861]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor A"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2778787c[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22867,c=24576,r=22867]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor A"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3876bf2a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.196 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22868,c=24576,r=22868]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor A"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13225b3f[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22873,c=24576,r=22873]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor A"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bd6e261[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22874,c=24576,r=22874]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor A"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f09c0ff[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 4,>>>nsor A"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22890,c=24576,r=22890]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 4,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@628baddb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22891,c=24576,r=22891]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 4,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6371f916[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor B",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22915,c=24576,r=22915]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor B",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f08daf3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22916,c=24576,r=22916]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor B",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e27f7d5[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22942,c=24576,r=22942]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41fd78bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22943,c=24576,r=22943]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2da890df[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor B">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22966,c=24576,r=22966]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor B">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34ee08db[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22967,c=24576,r=22967]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor B"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75b6d8cc[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22973,c=24576,r=22973]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor B"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fa46e45[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22974,c=24576,r=22974]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor B"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36e32306[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22979,c=24576,r=22979]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor B"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@728f5dd1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22980,c=24576,r=22980]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor B"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@313c8bf4[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 4,>>>nsor B"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22996,c=24576,r=22996]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 4,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d961dd0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=22997,c=24576,r=22997]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 4,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6242fc77[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor C",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23021,c=24576,r=23021]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor C",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6aab443b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23022,c=24576,r=23022]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor C",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f1d11b1[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23048,c=24576,r=23048]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4298f31f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23049,c=24576,r=23049]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@374c0e7f[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor C">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23072,c=24576,r=23072]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor C">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7760e31[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23073,c=24576,r=23073]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor C"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.203 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@503107f7[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23079,c=24576,r=23079]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor C"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@553416e5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23080,c=24576,r=23080]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor C"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2dcc5ca[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23085,c=24576,r=23085]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor C"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@356c4426[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23086,c=24576,r=23086]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor C"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d3ae3c3[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 4,>>>nsor C"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23102,c=24576,r=23102]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 4,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18cc43bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23103,c=24576,r=23103]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 4,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cda37f9[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor D",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23127,c=24576,r=23127]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor D",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b400130[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23128,c=24576,r=23128]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor D",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@115ecb60[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23154,c=24576,r=23154]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b75b34f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23155,c=24576,r=23155]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46bd2427[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor D">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23178,c=24576,r=23178]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor D">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d5ff441[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23179,c=24576,r=23179]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor D"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a3d3741[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23185,c=24576,r=23185]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor D"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4c141282[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23186,c=24576,r=23186]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor D"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63a78b3b[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23191,c=24576,r=23191]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor D"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.210 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71c896f2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23192,c=24576,r=23192]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor D"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12ac20b5[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 4,>>>nsor D"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23208,c=24576,r=23208]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 4,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e40b060[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23209,c=24576,r=23209]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 4,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@216102c0[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor E",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23233,c=24576,r=23233]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor E",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@142b7f18[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23234,c=24576,r=23234]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor E",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67715ca0[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23260,c=24576,r=23260]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c49339e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23261,c=24576,r=23261]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@351745d5[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor E">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23284,c=24576,r=23284]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor E">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a8b2fd0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23285,c=24576,r=23285]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor E"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1772e87d[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23291,c=24576,r=23291]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor E"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42f2fcce[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23292,c=24576,r=23292]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor E"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d4420a8[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23297,c=24576,r=23297]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor E"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e92637f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23298,c=24576,r=23298]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor E"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e234fd0[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 3,>>>nsor E"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23314,c=24576,r=23314]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 3,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3be2da56[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23315,c=24576,r=23315]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 3,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.243 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@574fece2[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor F",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23339,c=24576,r=23339]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor F",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2abbf4ef[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23340,c=24576,r=23340]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor F",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e9263a7[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23366,c=24576,r=23366]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@730f3249[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23367,c=24576,r=23367]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b0ff836[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor F">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23390,c=24576,r=23390]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor F">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ee67334[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23391,c=24576,r=23391]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor F"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63a4a214[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23397,c=24576,r=23397]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor F"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69b35953[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23398,c=24576,r=23398]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor F"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4dd9d21b[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23403,c=24576,r=23403]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor F"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50bb6747[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23404,c=24576,r=23404]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor F"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16c9cb46[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 3,>>>nsor F"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23420,c=24576,r=23420]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 3,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6543710d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23421,c=24576,r=23421]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 3,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66092eb4[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor G",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23445,c=24576,r=23445]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor G",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d83ec6d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23446,c=24576,r=23446]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor G",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35489960[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23472,c=24576,r=23472]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.250 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b7d5ddd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23473,c=24576,r=23473]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64aea688[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor G">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23496,c=24576,r=23496]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor G">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16bcdef4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23497,c=24576,r=23497]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor G"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67cec6da[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23503,c=24576,r=23503]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor G"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46fcfc4b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23504,c=24576,r=23504]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor G"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57f788fa[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23509,c=24576,r=23509]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor G"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@274ca78e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23510,c=24576,r=23510]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor G"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36254dab[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor G"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23526,c=24576,r=23526]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@179ae180[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23527,c=24576,r=23527]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c410bd1[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor H",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23551,c=24576,r=23551]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor H",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e73a300[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23552,c=24576,r=23552]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor H",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22a7f970[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23578,c=24576,r=23578]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62f19a45[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23579,c=24576,r=23579]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@169a0a49[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor H">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23602,c=24576,r=23602]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor H">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3552c039[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23603,c=24576,r=23603]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor H"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.257 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28a3c39a[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23609,c=24576,r=23609]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor H"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@466e5779[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23610,c=24576,r=23610]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor H"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60c5bf[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23615,c=24576,r=23615]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor H"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23109e82[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23616,c=24576,r=23616]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor H"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15993669[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor H"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23632,c=24576,r=23632]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21f87e3c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23633,c=24576,r=23633]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27b31a81[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor I",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23657,c=24576,r=23657]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor I",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f0647b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23658,c=24576,r=23658]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor I",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c063072[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23684,c=24576,r=23684]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e6dbc50[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23685,c=24576,r=23685]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@135de0e[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor I">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23708,c=24576,r=23708]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor I">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@265a1ef[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23709,c=24576,r=23709]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor I"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f0d8471[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23715,c=24576,r=23715]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor I"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c512afc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23716,c=24576,r=23716]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor I"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13bb46d6[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23721,c=24576,r=23721]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor I"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.264 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cfef797[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23722,c=24576,r=23722]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor I"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f53d275[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor I"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23738,c=24576,r=23738]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ae009a9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23739,c=24576,r=23739]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43a473d5[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor J",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23763,c=24576,r=23763]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor J",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@82d6679[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23764,c=24576,r=23764]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor J",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29ccdd73[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23790,c=24576,r=23790]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@236b34a2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23791,c=24576,r=23791]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43b1d1c1[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor J">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23814,c=24576,r=23814]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor J">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20cc7960[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23815,c=24576,r=23815]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor J"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fa40f4f[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23821,c=24576,r=23821]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor J"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1510f83d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23822,c=24576,r=23822]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor J"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58620c87[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23827,c=24576,r=23827]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor J"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ba66992[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23828,c=24576,r=23828]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor J"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54b7c3de[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor J"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23844,c=24576,r=23844]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46741865[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23845,c=24576,r=23845]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.271 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@eba3218[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor K",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23869,c=24576,r=23869]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor K",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@267820a4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23870,c=24576,r=23870]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor K",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cbbbe86[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23896,c=24576,r=23896]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a6a3044[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23897,c=24576,r=23897]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@759fede3[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor K">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23920,c=24576,r=23920]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor K">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12058ef4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23921,c=24576,r=23921]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor K"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3db4dbc[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23927,c=24576,r=23927]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor K"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7848a593[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23928,c=24576,r=23928]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor K"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72b2bf8c[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23933,c=24576,r=23933]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor K"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cfefd00[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23934,c=24576,r=23934]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor K"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1511ff8e[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor K"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23950,c=24576,r=23950]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28c8b482[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23951,c=24576,r=23951]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fe120c8[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor L",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23975,c=24576,r=23975]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor L",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74ccc2c9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=23976,c=24576,r=23976]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor L",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e3bae51[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24002,c=24576,r=24002]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.278 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33a6bb0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24003,c=24576,r=24003]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@459bec7f[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor L">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24026,c=24576,r=24026]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor L">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5753b48f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24027,c=24576,r=24027]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor L"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64a9d112[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24033,c=24576,r=24033]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor L"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@341e41dc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24034,c=24576,r=24034]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor L"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e7cab34[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24039,c=24576,r=24039]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor L"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@644185b8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24040,c=24576,r=24040]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor L"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ecae963[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor L"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24056,c=24576,r=24056]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@81c41c7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24057,c=24576,r=24057]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43726efb[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor M",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24081,c=24576,r=24081]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor M",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b764f68[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24082,c=24576,r=24082]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor M",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@326e3a94[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24108,c=24576,r=24108]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58964767[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24109,c=24576,r=24109]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@843ff38[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor M">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24132,c=24576,r=24132]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor M">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11d7ec57[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24133,c=24576,r=24133]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor M"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.285 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52aece63[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24139,c=24576,r=24139]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor M"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@38e9062e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24140,c=24576,r=24140]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor M"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2fc48434[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24145,c=24576,r=24145]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor M"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1df70cf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24146,c=24576,r=24146]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor M"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25a67b41[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor M"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24162,c=24576,r=24162]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@550ec1ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24163,c=24576,r=24163]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e601a1c[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor N",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24187,c=24576,r=24187]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor N",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24c34017[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24188,c=24576,r=24188]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor N",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32295bbd[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24214,c=24576,r=24214]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1189f7fc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24215,c=24576,r=24215]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f67af2b[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor N">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24238,c=24576,r=24238]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor N">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@711a8d28[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24239,c=24576,r=24239]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor N"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@996c405[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24245,c=24576,r=24245]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor N"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@577ee4dc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24246,c=24576,r=24246]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor N"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@259217ef[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24251,c=24576,r=24251]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor N"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.292 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44adb8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24252,c=24576,r=24252]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor N"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f4de759[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor N"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24268,c=24576,r=24268]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1f35bc68[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24269,c=24576,r=24269]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2aadfd0e[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor O",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24293,c=24576,r=24293]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor O",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f21ac8e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24294,c=24576,r=24294]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor O",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f06f51c[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24320,c=24576,r=24320]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d62d468[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24321,c=24576,r=24321]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28e20147[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor O">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24344,c=24576,r=24344]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor O">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2aa59d09[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24345,c=24576,r=24345]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor O"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42632354[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24351,c=24576,r=24351]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor O"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39597ee4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24352,c=24576,r=24352]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor O"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@189b8b1[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24357,c=24576,r=24357]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor O"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c2305c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24358,c=24576,r=24358]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor O"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ce0da73[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor O"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24374,c=24576,r=24374]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e3c3155[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24375,c=24576,r=24375]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.299 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62bc5813[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor P",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24399,c=24576,r=24399]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor P",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@746ac4c8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24400,c=24576,r=24400]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor P",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e83ab74[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24426,c=24576,r=24426]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@617a8168[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24427,c=24576,r=24427]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61863194[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor P">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24450,c=24576,r=24450]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor P">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4368e5e8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24451,c=24576,r=24451]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor P"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70833efa[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24457,c=24576,r=24457]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor P"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45478043[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24458,c=24576,r=24458]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor P"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@159d03ee[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24463,c=24576,r=24463]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor P"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11dee310[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24464,c=24576,r=24464]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor P"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78c37b3f[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor P"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24480,c=24576,r=24480]={<<<{\n\t"nhits": 51,\n\t"paramet...\n\t\t\t\t{\n\t\t\t\t\t"count": 2,>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17fa9fc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24481,c=24576,r=24481]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t{\n\t\t\t\t\t"count": 2,\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c00484e[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor Q",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24505,c=24576,r=24505]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"path": "Sensor Q",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a20e2bd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24506,c=24576,r=24506]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t"path": "Sensor Q",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79596845[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24532,c=24576,r=24532]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t"state": "displayed",>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.307 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5150edb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24533,c=24576,r=24533]={<<<{\n\t"nhits": 51,\n\t"paramet...\t"state": "displayed",\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b29640f[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor Q">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24556,c=24576,r=24556]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t\t"name": "Sensor Q">>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@668144dd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24557,c=24576,r=24557]={<<<{\n\t"nhits": 51,\n\t"paramet...\t\t\t\t"name": "Sensor Q"\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54a81308[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24563,c=24576,r=24563]={<<<{\n\t"nhits": 51,\n\t"paramet...ame": "Sensor Q"\n\t\t\t\t},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79e6ac90[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24564,c=24576,r=24564]={<<<{\n\t"nhits": 51,\n\t"paramet...me": "Sensor Q"\n\t\t\t\t},\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@495fb6bf[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24569,c=24576,r=24569]={<<<{\n\t"nhits": 51,\n\t"paramet..."Sensor Q"\n\t\t\t\t},\n\t\t\t\t{>>>\x00\x00\x00\x00\x00\x00\x00} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2594a4e5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=24570,c=24576,r=24570]={<<<{\n\t"nhits": 51,\n\t"paramet...Sensor Q"\n\t\t\t\t},\n\t\t\t\t{\n>>>\x00\x00\x00\x00\x00\x00} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31b0d30c[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>nsor Q"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKED,sc=false,e=null last=false agg=true flush=true async=false, len=10 DirectByteBuffer@7c6ad349[p=0,l=24576,c=24576,r=24576]={<<<{\n\t"nhits": 51,\n\t"paramet... Q"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t">>>} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=24576,c=24576,r=24576]={<<<{\n\t"nhits": 51,\n\t"paramet... Q"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t">>>} complete=false committing=true callback=Blocker@7d7e6b86{null} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /http-factory-test-resources/test2/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=1680} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:23 GMT Content-Type: application/json;charset=utf-8 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49a0d0d8] (null,[p=0,l=24576,c=24576,r=24576],false)@START 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=false content=DirectByteBuffer@7c6ad349[p=0,l=24576,c=24576,r=24576]={<<<{\n\t"nhits": 51,\n\t"paramet... Q"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t">>>} 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:23 GMT Content-Type: application/json;charset=utf-8 17:19:25.348 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CHUNKED_CONTENT 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49a0d0d8] ([p=0,l=136,c=16384,r=136],[p=0,l=24576,c=24576,r=24576],false)@COMMITTED 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@6e3e1123[p=0,l=136,c=16384,r=136]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=24576,c=24576,r=24576]={<<<{\n\t"nhits": 51,\n\t"paramet... Q"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t">>>}] 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 24712 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=1681/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=COMMITTED}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=1681} 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=24712 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49a0d0d8] ([p=136,l=136,c=16384,r=0],[p=24576,l=24576,c=24576,r=0],false)@COMMITTED 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(false,null) s=OPEN,api=BLOCKED,sc=false,e=null->s=OPEN,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4913f685[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.349 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=11,c=24576,r=11]={<<>> 51,\n\t"pa...\n\t\t\t\t\t"} 17:19:25.349 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - Determined Content-Type to be application/json 17:19:25.357 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e0c7418[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor R",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=35,c=24576,r=35]={<<>>"dataset"...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70201204[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=36,c=24576,r=36]={<<>>dataset":...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3fc93ac8[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=62,c=24576,r=62]={<<>>zone": "U...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6938446a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=63,c=24576,r=63]={<<>>one": "UT...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@740951e1[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor R">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=86,c=24576,r=86]={<<>>51,\n\t\t"st...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@449cd56[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=87,c=24576,r=87]={<<>>1,\n\t\t"sta...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7220a86d[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=93,c=24576,r=93]={<<>>start": 0...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5990a957[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=94,c=24576,r=94]={<<>>tart": 0,...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67a86ddd[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=99,c=24576,r=99]={<<>>: 0,\n\t\t"f...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2dc13f03[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=100,c=24576,r=100]={<<>> 0,\n\t\t"fo...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ad59916[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>nsor R"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=116,c=24576,r=116]={<<>>"json",\n\t...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@653590a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=117,c=24576,r=117]={<<>>json",\n\t\t...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22b11a98[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor S",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=141,c=24576,r=141]={<<>>date",\n\t\t...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ac00ea[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=142,c=24576,r=142]={<<>>ate",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70473400[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=168,c=24576,r=168]={<<>>,\n\t\t\t"val...\n\t\t\t\t\t"} 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6c40b80b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.357 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=169,c=24576,r=169]={<<>>\n\t\t\t"valu...\n\t\t\t\t\t"} 17:19:25.359 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@468f0ac1[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor S">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=192,c=24576,r=192]={<<>>ecords": ...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2042e9aa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=193,c=24576,r=193]={<<>>cords": [...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@696c2e96[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=199,c=24576,r=199]={<<>>: [\n\t\t{\n\t...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@854350[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=200,c=24576,r=200]={<<>> [\n\t\t{\n\t\t...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ee29883[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=205,c=24576,r=205]={<<>>{\n\t\t\t"dat...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@95a394c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=206,c=24576,r=206]={<<>>\n\t\t\t"data...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@14abe6f[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>nsor S"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=222,c=24576,r=222]={<<>> "test2",...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2bffe2d5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=223,c=24576,r=223]={<<>>"test2",\n...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17341a9[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor T",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=247,c=24576,r=247]={<<>>"14a489fe...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@593b9892[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=248,c=24576,r=248]={<<>>14a489fe9...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@dd6ec1c[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=274,c=24576,r=274]={<<>>b24e976f8...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59eb4e39[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=275,c=24576,r=275]={<<>>24e976f85...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@428e22a4[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor T">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=298,c=24576,r=298]={<<>>lds": {\n\t...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47f4cd6f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=299,c=24576,r=299]={<<>>ds": {\n\t\t...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7df87f81[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=305,c=24576,r=305]={<<>>\n\t\t\t\t"nam...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ee17c81[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=306,c=24576,r=306]={<<>>\t\t\t\t"name...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4dc9eafb[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=311,c=24576,r=311]={<<>>name": "S...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2cb7d998[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=312,c=24576,r=312]={<<>>ame": "Se...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@128daff8[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>nsor T"d"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=328,c=24576,r=328]={<<>>,\n\t\t\t\t"id...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67fddc5c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=329,c=24576,r=329]={<<>>\n\t\t\t\t"id"...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65e17c6a[p=0,l=24,c=512,r=24]={<<<\t\t\t\t\t"path": "Sensor U",>>>",21-10-2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=353,c=24576,r=353]={<<>>type": "G...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@77080257[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=354,c=24576,r=354]={<<>>ype": "GO...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8859121[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=380,c=24576,r=380]={<<>>: 0,\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@113b351[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.366 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=381,c=24576,r=381]={<<>> 0,\n\t\t\t\t"...\n\t\t\t\t\t"} 17:19:25.373 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fff8d35[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"name": "Sensor U">>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=404,c=24576,r=404]={<<>>0-26T15:2...\n\t\t\t\t\t"} 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58d22027[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=405,c=24576,r=405]={<<>>-26T15:28...\n\t\t\t\t\t"} 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cfabe85[p=0,l=5,c=512,r=5]={<<<\t\t\t\t}>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=410,c=24576,r=410]={<<>>5:28:00+0...\n\t\t\t\t\t"} 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@606f0370[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t}"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=411,c=24576,r=411]={<<>>:28:00+00...\n\t\t\t\t\t"} 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@736abc6d[p=0,l=5,c=512,r=5]={<<<\t\t\t],>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=416,c=24576,r=416]={<<>>0+00:00",...\n\t\t\t\t\t"} 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a70693f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t],"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=417,c=24576,r=417]={<<>>+00:00",\n...\n\t\t\t\t\t"} 17:19:25.375 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13d7f662[p=0,l=17,c=512,r=17]={<<<\t\t\t"name": "name">>>sor U"d",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=434,c=24576,r=434]={<<>>": [\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bbb13eb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=435,c=24576,r=435]={<<>>: [\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d945f25[p=0,l=4,c=512,r=4]={<<<\t\t},>>>name": "n...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=439,c=24576,r=439]={<<>>\t\t\t\t\t48.8...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1414f239[p=0,l=1,c=512,r=1]={<<<\n>>>\t},name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=440,c=24576,r=440]={<<>>\t\t\t\t48.84...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@385c623f[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=443,c=24576,r=443]={<<>>\t48.84957...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b2b1a94[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=444,c=24576,r=444]={<<>>48.849577...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64c91da3[p=0,l=14,c=512,r=14]={<<<\t\t\t"facets": [>>>me"sor U"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=458,c=24576,r=458]={<<>>\t\t2.35086...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@577fae39[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"facets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=459,c=24576,r=459]={<<>>\t2.350867...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c697373[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>acets": [...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=464,c=24576,r=464]={<<>>0867\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f2537d0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{acets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.376 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=465,c=24576,r=465]={<<>>867\n\t\t\t\t]...\n\t\t\t\t\t"} 17:19:25.377 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@132d0192[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"count": 21,>>>sor U"d",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=482,c=24576,r=482]={<<>>\t\t"geomet...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39897ba8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=483,c=24576,r=483]={<<>>\t"geometr...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e3c6501[p=0,l=21,c=512,r=21]={<<<\t\t\t\t\t"path": "GOOSE",>>>U"d",21-1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=504,c=24576,r=504]={<<>>ype": "Po...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@683146a1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=505,c=24576,r=505]={<<>>pe": "Poi...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13ebeba4[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=531,c=24576,r=531]={<<>>ates": [\n...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61cd864a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=532,c=24576,r=532]={<<>>tes": [\n\t...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c44f31f[p=0,l=20,c=512,r=20]={<<<\t\t\t\t\t"name": "GOOSE">>>ayed",21-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=552,c=24576,r=552]={<<>>7,\n\t\t\t\t\t4...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e22a678[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=553,c=24576,r=553]={<<>>,\n\t\t\t\t\t48...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52d8c8d3[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "G...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=559,c=24576,r=559]={<<>>\t48.84957...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f2afb14[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=560,c=24576,r=560]={<<>>48.849577...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42d37e5[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=565,c=24576,r=565]={<<>>9577\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@fb7407e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=566,c=24576,r=566]={<<>>577\n\t\t\t\t]...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b3d9f0b[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"count": 17,>>>SE"ayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=583,c=24576,r=583]={<<>>\t\t"record...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13472523[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=584,c=24576,r=584]={<<>>\t"record_...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7eb8aab1[p=0,l=20,c=512,r=20]={<<<\t\t\t\t\t"path": "DUCK",>>>ayed",21-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=604,c=24576,r=604]={<<>> "2021-10...\n\t\t\t\t\t"} 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4b39a1a8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.384 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=605,c=24576,r=605]={<<>>"2021-10-...\n\t\t\t\t\t"} 17:19:25.384 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c8baa03[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=631,c=24576,r=631]={<<>>0+00:00"\n...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16cffe8c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=632,c=24576,r=632]={<<>>+00:00"\n\t...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d9933c6[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"name": "DUCK">>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=651,c=24576,r=651]={<<>>\t"dataset...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b2bf33c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=652,c=24576,r=652]={<<>>"dataseti...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a919fe8[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "D...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=658,c=24576,r=658]={<<>>etid": "t...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23c333a8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=659,c=24576,r=659]={<<>>tid": "te...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47a03315[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=664,c=24576,r=664]={<<>> "test2",...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33669ace[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=665,c=24576,r=665]={<<>>"test2",\n...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75ce2d95[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 6,>>>CK"layed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=681,c=24576,r=681]={<<>>ordid": "...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4faa1ef7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=682,c=24576,r=682]={<<>>rdid": "6...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9d4a48c[p=0,l=20,c=512,r=20]={<<<\t\t\t\t\t"path": "SWAN",>>>ayed",21-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=702,c=24576,r=702]={<<>>b573c9b2e...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e63ef92[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=703,c=24576,r=703]={<<>>573c9b2e2...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a45d94e[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=729,c=24576,r=729]={<<>>6",\n\t\t\t"f...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15872357[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=730,c=24576,r=730]={<<>>",\n\t\t\t"fi...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@395b05af[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"name": "SWAN">>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=749,c=24576,r=749]={<<>>\t\t\t"name"...\n\t\t\t\t\t"} 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28d57269[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.446 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=750,c=24576,r=750]={<<>>\t\t"name":...\n\t\t\t\t\t"} 17:19:25.446 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c7e5194[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "S...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=756,c=24576,r=756]={<<>>e": "Sens...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@204f56d7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=757,c=24576,r=757]={<<>>": "Senso...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4158490c[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=762,c=24576,r=762]={<<>>ensor R",...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@429d2d74[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=763,c=24576,r=763]={<<>>nsor R",\n...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c912642[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 6,>>>AN"layed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=779,c=24576,r=779]={<<>>": "1851"...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66b226e9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=780,c=24576,r=780]={<<>>: "1851",...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65a1131a[p=0,l=23,c=512,r=23]={<<<\t\t\t\t\t"path": "PEACOCK",>>>d",21-10-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=803,c=24576,r=803]={<<>>DUCK",\n\t\t...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4efc6457[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=804,c=24576,r=804]={<<>>UCK",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b6ae8fc[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=830,c=24576,r=830]={<<>>"date": "...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c181c16[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=831,c=24576,r=831]={<<>>date": "2...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@614ce74c[p=0,l=22,c=512,r=22]={<<<\t\t\t\t\t"name": "PEACOCK">>>ed",21-10...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=853,c=24576,r=853]={<<>>27:00+00:...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4cbfe9ee[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=854,c=24576,r=854]={<<>>7:00+00:0...\n\t\t\t\t\t"} 17:19:25.455 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@603ec58d[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "P...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.456 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=860,c=24576,r=860]={<<>>0:00",\n\t\t...\n\t\t\t\t\t"} 17:19:25.456 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c0a8d30[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.456 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=861,c=24576,r=861]={<<>>:00",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.456 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a7a797a[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.456 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=866,c=24576,r=866]={<<>>\n\t\t\t\t"geo...\n\t\t\t\t\t"} 17:19:25.456 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19391542[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.456 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=867,c=24576,r=867]={<<>>\t\t\t\t"geo"...\n\t\t\t\t\t"} 17:19:25.456 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f3db945[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>ACOCK"ed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=883,c=24576,r=883]={<<>>\t\t48.8583...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7726c69f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=884,c=24576,r=884]={<<>>\t48.85839...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e6ec0a8[p=0,l=21,c=512,r=21]={<<<\t\t\t\t\t"path": "EAGLE",>>>"ed",21-1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=905,c=24576,r=905]={<<>>0484\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5fac5722[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=906,c=24576,r=906]={<<>>484\n\t\t\t\t]...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d393a03[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=932,c=24576,r=932]={<<>>ry": {\n\t\t...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cea1105[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=933,c=24576,r=933]={<<>>y": {\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f9e5b0[p=0,l=20,c=512,r=20]={<<<\t\t\t\t\t"name": "EAGLE">>>ayed",21-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=953,c=24576,r=953]={<<>>oint",\n\t\t...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39d1a74a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=954,c=24576,r=954]={<<>>int",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4dcc7b51[p=0,l=5,c=512,r=5]={<<<\t\t\t\t}>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=959,c=24576,r=959]={<<>>\n\t\t\t\t"coo...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@610229d4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t}"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=960,c=24576,r=960]={<<>>\t\t\t\t"coor...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a9d8421[p=0,l=5,c=512,r=5]={<<<\t\t\t],>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=965,c=24576,r=965]={<<>>coordinat...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e428dcf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t],"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=966,c=24576,r=966]={<<>>oordinate...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@307a7ba5[p=0,l=17,c=512,r=17]={<<<\t\t\t"name": "type">>>LE"ayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=983,c=24576,r=983]={<<>>\t\t\t2.3504...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40c6a8f7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=984,c=24576,r=984]={<<>>\t\t2.35048...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63c9042[p=0,l=4,c=512,r=4]={<<<\t\t},>>>name": "t...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=988,c=24576,r=988]={<<>>350484,\n\t...\n\t\t\t\t\t"} 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c9a49bf[p=0,l=1,c=512,r=1]={<<<\n>>>\t},name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.465 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=989,c=24576,r=989]={<<>>50484,\n\t\t...\n\t\t\t\t\t"} 17:19:25.465 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.472 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1452 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f5eacda[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=992,c=24576,r=992]={<<>>84,\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1aaa20d6[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=993,c=24576,r=993]={<<>>4,\n\t\t\t\t\t4...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78f60d41[p=0,l=14,c=512,r=14]={<<<\t\t\t"facets": [>>>pe"LE"aye...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1007,c=24576,r=1007]={<<>>396\n\t\t\t\t]...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@267f6451[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"facets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1008,c=24576,r=1008]={<<>>96\n\t\t\t\t]\n...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c5d2438[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>acets": [...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1013,c=24576,r=1013]={<<>>\t\t]\n\t\t\t},...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@773a1ff5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{acets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1014,c=24576,r=1014]={<<>>\t]\n\t\t\t},\n...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f6e9856[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"count": 14,>>>LE"ayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1031,c=24576,r=1031]={<<>>rd_timest...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62ee2e06[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1032,c=24576,r=1032]={<<>>d_timesta...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3747aa87[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "0",>>>LE"ayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1049,c=24576,r=1049]={<<>>21-10-26T...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10a5de2d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1050,c=24576,r=1050]={<<>>1-10-26T1...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b425847[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1076,c=24576,r=1076]={<<>>:00"\n\t\t},...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@484fd337[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1077,c=24576,r=1077]={<<>>00"\n\t\t},\n...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42564b2b[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "0">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1093,c=24576,r=1093]={<<>>"dataseti...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7c3cb1fa[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1094,c=24576,r=1094]={<<>>datasetid...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35f54e5a[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1100,c=24576,r=1100]={<<>>tid": "te...\n\t\t\t\t\t"} 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@395e5b8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.472 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1101,c=24576,r=1101]={<<>>id": "tes...\n\t\t\t\t\t"} 17:19:25.473 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73eaf9f2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1106,c=24576,r=1106]={<<>>"test2",\n...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a402514[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1107,c=24576,r=1107]={<<>>test2",\n\t...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75d83198[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 3,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1123,c=24576,r=1123]={<<>>rdid": "3...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59cca2be[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1124,c=24576,r=1124]={<<>>did": "31...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dcdf51c[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "5",>>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1141,c=24576,r=1141]={<<>>2e37829b5...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16ce0734[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1142,c=24576,r=1142]={<<>>e37829b5a...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@222eb084[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1168,c=24576,r=1168]={<<>>6a7",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e4b3f2d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1169,c=24576,r=1169]={<<>>a7",\n\t\t\t"...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cbc5ced[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "5">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1185,c=24576,r=1185]={<<>>: {\n\t\t\t\t"...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6aad0de9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1186,c=24576,r=1186]={<<>> {\n\t\t\t\t"n...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d502aa8[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "5...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1192,c=24576,r=1192]={<<>>\t"name": ...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a25d878[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1193,c=24576,r=1193]={<<>>"name": "...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1490b8e5[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1198,c=24576,r=1198]={<<>>": "Senso...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16d02ddb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1199,c=24576,r=1199]={<<>>: "Sensor...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ae940c3[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1215,c=24576,r=1215]={<<>>\t\t"id": "...\n\t\t\t\t\t"} 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e5bbbfe[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1216,c=24576,r=1216]={<<>>\t"id": "1...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f1d7340[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "3",>>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.480 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1233,c=24576,r=1233]={<<>>\t\t"type":...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7834358d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1234,c=24576,r=1234]={<<>>\t"type": ...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18bb9d10[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1260,c=24576,r=1260]={<<>>ue": 178,...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b9c41b2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1261,c=24576,r=1261]={<<>>e": 178,\n...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f9fb2f2[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "3">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1277,c=24576,r=1277]={<<>>te": "202...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@665e60d1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1278,c=24576,r=1278]={<<>>e": "2021...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22493217[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1284,c=24576,r=1284]={<<>>021-10-26...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b01663d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1285,c=24576,r=1285]={<<>>21-10-26T...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@394b438d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1290,c=24576,r=1290]={<<>>-26T15:27...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c06f49d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1291,c=24576,r=1291]={<<>>26T15:27:...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4734a280[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1307,c=24576,r=1307]={<<>>0",\n\t\t\t\t"...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@377404d5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1308,c=24576,r=1308]={<<>>",\n\t\t\t\t"g...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54406e9d[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "4",>>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1325,c=24576,r=1325]={<<>>\t\t\t\t48.87...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ff9ca94[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1326,c=24576,r=1326]={<<>>\t\t\t48.871...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2dbb5149[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1352,c=24576,r=1352]={<<>>9\n\t\t\t\t]\n\t...\n\t\t\t\t\t"} 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3afeba87[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.543 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1353,c=24576,r=1353]={<<>>\n\t\t\t\t]\n\t\t...\n\t\t\t\t\t"} 17:19:25.544 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d1d1fc3[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "4">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1369,c=24576,r=1369]={<<>>"geometry...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6cb1d59e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1370,c=24576,r=1370]={<<>>geometry"...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1bf7f058[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1376,c=24576,r=1376]={<<>>ry": {\n\t\t...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54925b23[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1377,c=24576,r=1377]={<<>>y": {\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51f4b575[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1382,c=24576,r=1382]={<<>>\n\t\t\t\t"typ...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@330b97f0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1383,c=24576,r=1383]={<<>>\t\t\t\t"type...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17dad4f9[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1399,c=24576,r=1399]={<<>>nt",\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5157ce62[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1400,c=24576,r=1400]={<<>>t",\n\t\t\t\t"...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@257c8620[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "7",>>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1417,c=24576,r=1417]={<<>>tes": [\n\t...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4aa72168[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1418,c=24576,r=1418]={<<>>es": [\n\t\t...\n\t\t\t\t\t"} 17:19:25.550 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b9b49d9[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1444,c=24576,r=1444]={<<>>\t48.87150...\n\t\t\t\t\t"} 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6450b216[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1445,c=24576,r=1445]={<<>>48.871505...\n\t\t\t\t\t"} 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@25dc653a[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "7">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1461,c=24576,r=1461]={<<>>\t\t\t},\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5603ac88[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1462,c=24576,r=1462]={<<>>\t\t},\n\t\t\t"...\n\t\t\t\t\t"} 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@707f210[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1468,c=24576,r=1468]={<<>>\t\t"record...\n\t\t\t\t\t"} 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66a620e4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.551 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1469,c=24576,r=1469]={<<>>\t"record_...\n\t\t\t\t\t"} 17:19:25.555 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20957cbf[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1474,c=24576,r=1474]={<<>>ord_times...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bb9f3c9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1475,c=24576,r=1475]={<<>>rd_timest...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53961bdc[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 2,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1491,c=24576,r=1491]={<<>>2021-10-2...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e0a04a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1492,c=24576,r=1492]={<<>>021-10-26...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f1b54ed[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "30",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1510,c=24576,r=1510]={<<>>.744000+0...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b98d97c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1511,c=24576,r=1511]={<<>>744000+00...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48b36f28[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1537,c=24576,r=1537]={<<>>"dataseti...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49507484[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1538,c=24576,r=1538]={<<>>datasetid...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cb9fd7f[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "30">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1555,c=24576,r=1555]={<<>>2",\n\t\t\t"r...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@710794ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1556,c=24576,r=1556]={<<>>",\n\t\t\t"re...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@221e6f8a[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1562,c=24576,r=1562]={<<>>"recordid...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6820cb19[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1563,c=24576,r=1563]={<<>>recordid"...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ba18167[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1568,c=24576,r=1568]={<<>>did": "2f...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76ced842[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1569,c=24576,r=1569]={<<>>id": "2f1...\n\t\t\t\t\t"} 17:19:25.558 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@277d9b2e[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.559 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1585,c=24576,r=1585]={<<>>32f4760f6...\n\t\t\t\t\t"} 17:19:25.559 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49ebe4db[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.559 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1586,c=24576,r=1586]={<<>>2f4760f61...\n\t\t\t\t\t"} 17:19:25.559 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e76ee38[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "1",>>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1603,c=24576,r=1603]={<<>>8d636393d...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7efa357c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1604,c=24576,r=1604]={<<>>d636393d1...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35957566[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1630,c=24576,r=1630]={<<>> {\n\t\t\t\t"n...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23ce9233[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1631,c=24576,r=1631]={<<>>{\n\t\t\t\t"na...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a80bf5c[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "1">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1647,c=24576,r=1647]={<<>>ensor B",...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@457e36a5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1648,c=24576,r=1648]={<<>>nsor B",\n...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b5e5529[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1654,c=24576,r=1654]={<<>>",\n\t\t\t\t"i...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c561b7b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1655,c=24576,r=1655]={<<>>,\n\t\t\t\t"id...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63432ff2[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1660,c=24576,r=1660]={<<>>\t"id": "1...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57bce621[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1661,c=24576,r=1661]={<<>>"id": "17...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e6216e2[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1677,c=24576,r=1677]={<<>>\t\t"type":...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42d34796[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1678,c=24576,r=1678]={<<>>\t"type": ...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3815dc81[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "2",>>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1695,c=24576,r=1695]={<<>>\t\t\t\t"valu...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8a8b84c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1696,c=24576,r=1696]={<<>>\t\t\t"value...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66936abd[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1722,c=24576,r=1722]={<<>> "2021-10...\n\t\t\t\t\t"} 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e246e0e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.568 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1723,c=24576,r=1723]={<<>>"2021-10-...\n\t\t\t\t\t"} 17:19:25.568 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28435c9f[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "2">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1739,c=24576,r=1739]={<<>>7:00+00:0...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6564eb03[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1740,c=24576,r=1740]={<<>>:00+00:00...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@18dfa390[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1746,c=24576,r=1746]={<<>>:00",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@516ea9b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1747,c=24576,r=1747]={<<>>00",\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3783f902[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1752,c=24576,r=1752]={<<>>\t\t\t\t"geo"...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@75fd2002[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1753,c=24576,r=1753]={<<>>\t\t\t"geo":...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10dbde0e[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1769,c=24576,r=1769]={<<>>\t48.85054...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22abacbc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1770,c=24576,r=1770]={<<>>48.850541...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a480a02[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"path": "6",>>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1787,c=24576,r=1787]={<<>>.348671\n\t...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16a9d679[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1788,c=24576,r=1788]={<<>>348671\n\t\t...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@584c410c[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1814,c=24576,r=1814]={<<>>metry": {...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@27fdc8f5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1815,c=24576,r=1815]={<<>>etry": {\n...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d2fce12[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"name": "6">>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1831,c=24576,r=1831]={<<>>pe": "Poi...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35edd7d0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1832,c=24576,r=1832]={<<>>e": "Poin...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f93b440[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "6...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1838,c=24576,r=1838]={<<>>oint",\n\t\t...\n\t\t\t\t\t"} 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46e06f27[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.576 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1839,c=24576,r=1839]={<<>>int",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.577 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@552c76b7[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1851 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1844,c=24576,r=1844]={<<>>\n\t\t\t\t"coo...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e247895[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1845,c=24576,r=1845]={<<>>\t\t\t\t"coor...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c87fca5[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>isplayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1861,c=24576,r=1861]={<<>>": [\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@59db2145[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1862,c=24576,r=1862]={<<>>: [\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f747d07[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "10",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1880,c=24576,r=1880]={<<>>\n\t\t\t\t\t48....\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42b940ac[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1881,c=24576,r=1881]={<<>>\t\t\t\t\t48.8...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6178fe8a[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1907,c=24576,r=1907]={<<>>\n\t\t\t"reco...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61293ae9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1908,c=24576,r=1908]={<<>>\t\t\t"recor...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d79ef8e[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "10">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1925,c=24576,r=1925]={<<>>amp": "20...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@254d66ad[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1926,c=24576,r=1926]={<<>>mp": "202...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e74020[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1932,c=24576,r=1932]={<<>>2021-10-2...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b31ccc7[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1933,c=24576,r=1933]={<<>>021-10-26...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@495653b0[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1938,c=24576,r=1938]={<<>>0-26T15:2...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7602c39[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1939,c=24576,r=1939]={<<>>-26T15:29...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3ebf8ab5[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1955,c=24576,r=1955]={<<>>000+00:00...\n\t\t\t\t\t"} 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b4d2e51[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.584 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1956,c=24576,r=1956]={<<>>00+00:00"...\n\t\t\t\t\t"} 17:19:25.585 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@607d255b[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "13",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1974,c=24576,r=1974]={<<>>\n\t\t\t"data...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@667acc89[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1975,c=24576,r=1975]={<<>>\t\t\t"datas...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@245208d1[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2001,c=24576,r=2001]={<<>>\t\t"record...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@569f85ac[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2002,c=24576,r=2002]={<<>>\t"recordi...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f4125d9[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "13">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2019,c=24576,r=2019]={<<>>0806415b4...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fefa43c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2020,c=24576,r=2020]={<<>>806415b4b...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5bcf3d90[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2026,c=24576,r=2026]={<<>>b4b5f2806...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71d761a0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2027,c=24576,r=2027]={<<>>4b5f28067...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@276efdae[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2032,c=24576,r=2032]={<<>>8067443c8...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35b2733b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2033,c=24576,r=2033]={<<>>067443c89...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17b3eba0[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2049,c=24576,r=2049]={<<>>3429cb7",...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d235297[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2050,c=24576,r=2050]={<<>>429cb7",\n...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@df05710[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "15",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2068,c=24576,r=2068]={<<>>s": {\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b7dd63e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2069,c=24576,r=2069]={<<>>": {\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@231bc61a[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2095,c=24576,r=2095]={<<>>",\n\t\t\t\t"i...\n\t\t\t\t\t"} 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@64eb9f04[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.591 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2096,c=24576,r=2096]={<<>>,\n\t\t\t\t"id...\n\t\t\t\t\t"} 17:19:25.591 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b2c0c5e[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "15">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2113,c=24576,r=2113]={<<>>",\n\t\t\t\t"t...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ea5fb23[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2114,c=24576,r=2114]={<<>>,\n\t\t\t\t"ty...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5373d3fb[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2120,c=24576,r=2120]={<<>>"type": "...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b58752e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2121,c=24576,r=2121]={<<>>type": "P...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@609dcae7[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2126,c=24576,r=2126]={<<>>: "PEACOC...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61604934[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2127,c=24576,r=2127]={<<>> "PEACOCK...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c41a2e8[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2143,c=24576,r=2143]={<<>>"value": ...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@418434b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2144,c=24576,r=2144]={<<>>value": 0...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@adc7bdd[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "16",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2162,c=24576,r=2162]={<<>>te": "202...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6996ba5b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2163,c=24576,r=2163]={<<>>e": "2021...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48610363[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2189,c=24576,r=2189]={<<>>0:00",\n\t\t...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ea5033f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2190,c=24576,r=2190]={<<>>:00",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@674e93a5[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "16">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2207,c=24576,r=2207]={<<>>[\n\t\t\t\t\t48...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3bd6a975[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2208,c=24576,r=2208]={<<>>\n\t\t\t\t\t48....\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b6ccf77[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2214,c=24576,r=2214]={<<>>48.882697...\n\t\t\t\t\t"} 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5df697de[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.647 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2215,c=24576,r=2215]={<<>>8.882697,...\n\t\t\t\t\t"} 17:19:25.647 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4eb6e47e[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2220,c=24576,r=2220]={<<>>697,\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40a571dc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2221,c=24576,r=2221]={<<>>97,\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d2f09c8[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2237,c=24576,r=2237]={<<>>3\n\t\t\t\t]\n\t...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@340e2dd4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2238,c=24576,r=2238]={<<>>\n\t\t\t\t]\n\t\t...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4d62aa3f[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "17",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2256,c=24576,r=2256]={<<>>eometry":...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26a209de[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2257,c=24576,r=2257]={<<>>ometry": ...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e6258b[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2283,c=24576,r=2283]={<<>>int",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@46c3c8ae[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2284,c=24576,r=2284]={<<>>nt",\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e28a11b[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "17">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2301,c=24576,r=2301]={<<>>ates": [\n...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28f2a7f9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2302,c=24576,r=2302]={<<>>tes": [\n\t...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a0a0511[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2308,c=24576,r=2308]={<<>>[\n\t\t\t\t\t2....\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42d42846[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2309,c=24576,r=2309]={<<>>\n\t\t\t\t\t2.3...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@192f697e[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2314,c=24576,r=2314]={<<>>\t2.344013...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24dfc8cd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2315,c=24576,r=2315]={<<>>2.344013,...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6e3763ca[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2331,c=24576,r=2331]={<<>>8.882697\n...\n\t\t\t\t\t"} 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@dc2f052[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.654 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2332,c=24576,r=2332]={<<>>.882697\n\t...\n\t\t\t\t\t"} 17:19:25.655 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6fc41c0d[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "27",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2350,c=24576,r=2350]={<<>>,\n\t\t\t"rec...\n\t\t\t\t\t"} 17:19:25.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35873898[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.661 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2351,c=24576,r=2351]={<<>>\n\t\t\t"reco...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60fb24d1[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2377,c=24576,r=2377]={<<>>021-10-26...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a2108fc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2378,c=24576,r=2378]={<<>>21-10-26T...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35ca47c1[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "27">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2395,c=24576,r=2395]={<<>>.483000+0...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3985fa18[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2396,c=24576,r=2396]={<<>>483000+00...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@e18c55[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2402,c=24576,r=2402]={<<>>+00:00"\n\t...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7275125d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2403,c=24576,r=2403]={<<>>00:00"\n\t\t...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15e6a79d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2408,c=24576,r=2408]={<<>>"\n\t\t},\n\t\t...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a5ca03[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2409,c=24576,r=2409]={<<>>\n\t\t},\n\t\t{...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@faa6d06[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2425,c=24576,r=2425]={<<>>tasetid":...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55976154[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2426,c=24576,r=2426]={<<>>asetid": ...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@756dfe34[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "40",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2444,c=24576,r=2444]={<<>>\t\t\t"recor...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58b5d748[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2445,c=24576,r=2445]={<<>>\t\t"record...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ab4305[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2471,c=24576,r=2471]={<<>>cce65f144...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6ad80f05[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2472,c=24576,r=2472]={<<>>ce65f1441...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@705ec034[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "40">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2489,c=24576,r=2489]={<<>>da2d73d4a...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a756e0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2490,c=24576,r=2490]={<<>>a2d73d4a7...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58ca9e5a[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "4...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2496,c=24576,r=2496]={<<>>4a77",\n\t\t...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72c01261[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2497,c=24576,r=2497]={<<>>a77",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7419336d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2502,c=24576,r=2502]={<<>>\n\t\t\t"fiel...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48b57b58[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2503,c=24576,r=2503]={<<>>\t\t\t"field...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4481145a[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2519,c=24576,r=2519]={<<>>\t\t\t"name"...\n\t\t\t\t\t"} 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@362045b1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.662 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2520,c=24576,r=2520]={<<>>\t\t"name":...\n\t\t\t\t\t"} 17:19:25.666 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b1f9a43[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "52",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2538,c=24576,r=2538]={<<>>A",\n\t\t\t\t"...\n\t\t\t\t\t"} 17:19:25.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68135fc3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.668 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2539,c=24576,r=2539]={<<>>",\n\t\t\t\t"i...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24fca55f[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2565,c=24576,r=2565]={<<>>type": "G...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10c561bc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2566,c=24576,r=2566]={<<>>ype": "GO...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@677f2c65[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "52">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2583,c=24576,r=2583]={<<>>\t\t"value"...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15e08a0e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2584,c=24576,r=2584]={<<>>\t"value":...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54f703b0[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "5...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2590,c=24576,r=2590]={<<>>e": 122,\n...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f045013[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2591,c=24576,r=2591]={<<>>": 122,\n\t...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@71865592[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2596,c=24576,r=2596]={<<>>2,\n\t\t\t\t"d...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@60271156[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2597,c=24576,r=2597]={<<>>,\n\t\t\t\t"da...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@ca17461[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2613,c=24576,r=2613]={<<>>021-10-26...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@41e8392e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2614,c=24576,r=2614]={<<>>21-10-26T...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@281ce44[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "73",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2632,c=24576,r=2632]={<<>>00:00",\n\t...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a74d2e3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2633,c=24576,r=2633]={<<>>0:00",\n\t\t...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d71b7b0[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2659,c=24576,r=2659]={<<>>8.882697,...\n\t\t\t\t\t"} 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5dd0c479[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.669 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2660,c=24576,r=2660]={<<>>.882697,\n...\n\t\t\t\t\t"} 17:19:25.670 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51afd269[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "73">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2677,c=24576,r=2677]={<<>>44013\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d30e175[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2678,c=24576,r=2678]={<<>>4013\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7dac0f54[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2684,c=24576,r=2684]={<<>>\t\t\t]\n\t\t\t}...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2684ef94[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2685,c=24576,r=2685]={<<>>\t\t]\n\t\t\t},...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9174db7[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2690,c=24576,r=2690]={<<>>\t\t},\n\t\t\t"...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@23062ea9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2691,c=24576,r=2691]={<<>>\t},\n\t\t\t"g...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e4d4332[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2707,c=24576,r=2707]={<<>>": {\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3fb4f320[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2708,c=24576,r=2708]={<<>>: {\n\t\t\t\t"...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cfd7b94[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "76",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2726,c=24576,r=2726]={<<>>oint",\n\t\t...\n\t\t\t\t\t"} 17:19:25.675 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e1c6fc4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2727,c=24576,r=2727]={<<>>int",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a1cfbe6[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2753,c=24576,r=2753]={<<>>\n\t\t\t\t\t2.3...\n\t\t\t\t\t"} 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52a93c76[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2754,c=24576,r=2754]={<<>>\t\t\t\t\t2.34...\n\t\t\t\t\t"} 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@356fcc6c[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "76">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2771,c=24576,r=2771]={<<>>\t\t\t48.882...\n\t\t\t\t\t"} 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4870f74a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2772,c=24576,r=2772]={<<>>\t\t48.8826...\n\t\t\t\t\t"} 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@659ee669[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2778,c=24576,r=2778]={<<>>82697\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.676 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ecf3c20[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.676 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2779,c=24576,r=2779]={<<>>2697\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.676 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35088339[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2784,c=24576,r=2784]={<<>>\t\t\t\t]\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7a8de875[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2785,c=24576,r=2785]={<<>>\t\t\t]\n\t\t\t}...\n\t\t\t\t\t"} 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6832e4e3[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2801,c=24576,r=2801]={<<>>ecord_tim...\n\t\t\t\t\t"} 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f9bfbf9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2802,c=24576,r=2802]={<<>>cord_time...\n\t\t\t\t\t"} 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1efbbc78[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "79",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2820,c=24576,r=2820]={<<>>2021-10-2...\n\t\t\t\t\t"} 17:19:25.682 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b202192[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2821,c=24576,r=2821]={<<>>021-10-26...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74cad9e9[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2847,c=24576,r=2847]={<<>>00:00"\n\t\t...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44bea0ba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2848,c=24576,r=2848]={<<>>0:00"\n\t\t}...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7e5cc29[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "79">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2865,c=24576,r=2865]={<<>>\t"dataset...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d4351f6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2866,c=24576,r=2866]={<<>>"dataseti...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2f64d426[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "7...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2872,c=24576,r=2872]={<<>>etid": "t...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e6e0a00[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2873,c=24576,r=2873]={<<>>tid": "te...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37c30960[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2878,c=24576,r=2878]={<<>> "test2",...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2098228f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2879,c=24576,r=2879]={<<>>"test2",\n...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29d4175e[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2895,c=24576,r=2895]={<<>>ordid": "...\n\t\t\t\t\t"} 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4784266e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.683 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.683 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2896,c=24576,r=2896]={<<>>rdid": "d...\n\t\t\t\t\t"} 17:19:25.683 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6823aff7[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "92",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1401 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2914,c=24576,r=2914]={<<>>cb4a3c4a5...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9ce7426[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2915,c=24576,r=2915]={<<>>b4a3c4a58...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29fca6[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2941,c=24576,r=2941]={<<>>ca9",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@66f80d9b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2942,c=24576,r=2942]={<<>>a9",\n\t\t\t"...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@13d15aa4[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "92">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2959,c=24576,r=2959]={<<>> {\n\t\t\t\t"n...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@69c463bc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2960,c=24576,r=2960]={<<>>{\n\t\t\t\t"na...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26c77eee[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2966,c=24576,r=2966]={<<>>"name": "...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@753b78[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2967,c=24576,r=2967]={<<>>name": "S...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@196845a8[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2972,c=24576,r=2972]={<<>>: "Sensor...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@537b1cba[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2973,c=24576,r=2973]={<<>> "Sensor ...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e563835[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2989,c=24576,r=2989]={<<>>\t"id": "1...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6751747c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2990,c=24576,r=2990]={<<>>"id": "15...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3c4f383b[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"path": "94",>>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3008,c=24576,r=3008]={<<>>"type": "...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@37da6dc4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3009,c=24576,r=3009]={<<>>type": "P...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@48326c9a[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3035,c=24576,r=3035]={<<>>ue": 1,\n\t...\n\t\t\t\t\t"} 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@242c0374[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.690 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3036,c=24576,r=3036]={<<>>e": 1,\n\t\t...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61e7792a[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"name": "94">>>splayed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3053,c=24576,r=3053]={<<>>: "2021-1...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b79c9f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3054,c=24576,r=3054]={<<>> "2021-10...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e3a760f[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "9...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3060,c=24576,r=3060]={<<>>-10-26T15...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1ac9f91f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3061,c=24576,r=3061]={<<>>10-26T15:...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@403dfd45[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3066,c=24576,r=3066]={<<>>T15:27:00...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79d7d2b9[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3067,c=24576,r=3067]={<<>>15:27:00+...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74505982[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>"splayed"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3083,c=24576,r=3083]={<<>>\n\t\t\t\t"geo...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21045716[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3084,c=24576,r=3084]={<<>>\t\t\t\t"geo"...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@efc51a6[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "114",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3103,c=24576,r=3103]={<<>>8.845002,...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@497908da[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3104,c=24576,r=3104]={<<>>.845002,\n...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f13c43e[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3130,c=24576,r=3130]={<<>>\t]\n\t\t\t},\n...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cac982d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3131,c=24576,r=3131]={<<>>]\n\t\t\t},\n\t...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@50318f7f[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "114">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3149,c=24576,r=3149]={<<>>ry": {\n\t\t...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@510f727b[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3150,c=24576,r=3150]={<<>>y": {\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@709c6e50[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3156,c=24576,r=3156]={<<>>\t\t\t\t"type...\n\t\t\t\t\t"} 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28a9fd9e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.697 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3157,c=24576,r=3157]={<<>>\t\t\t"type"...\n\t\t\t\t\t"} 17:19:25.691 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@74bfc583[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3162,c=24576,r=3162]={<<>>ype": "Po...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e89fdc5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3163,c=24576,r=3163]={<<>>pe": "Poi...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4df4e6aa[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>4"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3179,c=24576,r=3179]={<<>>\t\t"coordi...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ad6a787[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3180,c=24576,r=3180]={<<>>\t"coordin...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20cfec83[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "122",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3199,c=24576,r=3199]={<<>>\t\t\t\t2.375...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31394a8a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3200,c=24576,r=3200]={<<>>\t\t\t2.3756...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b123bb1[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3226,c=24576,r=3226]={<<>>2\n\t\t\t\t]\n\t...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@446755cb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3227,c=24576,r=3227]={<<>>\n\t\t\t\t]\n\t\t...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1b130230[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "122">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3245,c=24576,r=3245]={<<>>ecord_tim...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@608566c2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3246,c=24576,r=3246]={<<>>cord_time...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a0016d0[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3252,c=24576,r=3252]={<<>>imestamp"...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@54b7d756[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3253,c=24576,r=3253]={<<>>mestamp":...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57b65d72[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3258,c=24576,r=3258]={<<>>mp": "202...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c4e9230[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3259,c=24576,r=3259]={<<>>p": "2021...\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@36d2b1ff[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>2"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3275,c=24576,r=3275]={<<>>15:29:11....\n\t\t\t\t\t"} 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c35dd14[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.749 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3276,c=24576,r=3276]={<<>>5:29:11.6...\n\t\t\t\t\t"} 17:19:25.749 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@398d562d[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "135",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3295,c=24576,r=3295]={<<>>0"\n\t\t},\n\t...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@513a9c3e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3296,c=24576,r=3296]={<<>>"\n\t\t},\n\t\t...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@72c482af[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3322,c=24576,r=3322]={<<>> "test2",...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b3c9e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3323,c=24576,r=3323]={<<>>"test2",\n...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53042e80[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "135">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3341,c=24576,r=3341]={<<>>did": "39...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@565a83b2[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3342,c=24576,r=3342]={<<>>id": "390...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5da22c[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3348,c=24576,r=3348]={<<>>3905c0576...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@590bf175[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3349,c=24576,r=3349]={<<>>905c05764...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2b89a4fa[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3354,c=24576,r=3354]={<<>>576405721...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@294ce52a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3355,c=24576,r=3355]={<<>>764057212...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@446d6eed[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>5"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3371,c=24576,r=3371]={<<>>f9db8663a...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42ebbf4c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3372,c=24576,r=3372]={<<>>9db8663af...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@24a36d9f[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "178",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3391,c=24576,r=3391]={<<>>\t\t\t"field...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a88a994[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3392,c=24576,r=3392]={<<>>\t\t"fields...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45bda82e[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3418,c=24576,r=3418]={<<>>"Sensor N...\n\t\t\t\t\t"} 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ab37e0a[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.760 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3419,c=24576,r=3419]={<<>>Sensor N"...\n\t\t\t\t\t"} 17:19:25.760 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65c33f56[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "178">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3437,c=24576,r=3437]={<<>>": "1503"...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4aa8fe73[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3438,c=24576,r=3438]={<<>>: "1503",...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@627cc3d0[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3444,c=24576,r=3444]={<<>>3",\n\t\t\t\t"...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@237eb2bb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3445,c=24576,r=3445]={<<>>",\n\t\t\t\t"t...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5f3b100d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3450,c=24576,r=3450]={<<>>\t\t"type":...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@52ed36ff[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3451,c=24576,r=3451]={<<>>\t"type": ...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@568b1d31[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>8"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3467,c=24576,r=3467]={<<>>,\n\t\t\t\t"va...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@369631[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3468,c=24576,r=3468]={<<>>\n\t\t\t\t"val...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78a5542[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "179",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3487,c=24576,r=3487]={<<>>\t\t\t"date"...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cebc182[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3488,c=24576,r=3488]={<<>>\t\t"date":...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@328731bb[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3514,c=24576,r=3514]={<<>>7:00+00:0...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6b4aec4[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3515,c=24576,r=3515]={<<>>:00+00:00...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53c1db15[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "179">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3533,c=24576,r=3533]={<<>>eo": [\n\t\t...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3144f73e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3534,c=24576,r=3534]={<<>>o": [\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a450244[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "1...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3540,c=24576,r=3540]={<<>>\t\t\t\t\t48.8...\n\t\t\t\t\t"} 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19a45946[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.771 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3541,c=24576,r=3541]={<<>>\t\t\t\t48.88...\n\t\t\t\t\t"} 17:19:25.771 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@44602014[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3546,c=24576,r=3546]={<<>>8.884606,...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@520bd2a1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3547,c=24576,r=3547]={<<>>.884606,\n...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@40cebd86[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>9"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3563,c=24576,r=3563]={<<>>321516\n\t\t...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b1bb2b0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3564,c=24576,r=3564]={<<>>21516\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3e3e4d47[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "224",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3583,c=24576,r=3583]={<<>>\t\t"geomet...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@322c1efb[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3584,c=24576,r=3584]={<<>>\t"geometr...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@73bb7b5[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3610,c=24576,r=3610]={<<>> "Point",...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@21930bd0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3611,c=24576,r=3611]={<<>>"Point",\n...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d8b2ed0[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "224">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3629,c=24576,r=3629]={<<>>dinates":...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f023e5c[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3630,c=24576,r=3630]={<<>>inates": ...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@655ea016[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3636,c=24576,r=3636]={<<>>": [\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c2afae6[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3637,c=24576,r=3637]={<<>>: [\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68e3a21d[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3642,c=24576,r=3642]={<<>>\t\t\t\t2.321...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@463d8183[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3643,c=24576,r=3643]={<<>>\t\t\t2.3215...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5673c742[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>4"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3659,c=24576,r=3659]={<<>>\t\t48.8846...\n\t\t\t\t\t"} 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d85faa0[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.782 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3660,c=24576,r=3660]={<<>>\t48.88460...\n\t\t\t\t\t"} 17:19:25.785 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28034847[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "268",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3679,c=24576,r=3679]={<<>>\t},\n\t\t\t"r...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@298e55d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3680,c=24576,r=3680]={<<>>},\n\t\t\t"re...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a196b9b[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3706,c=24576,r=3706]={<<>>"2021-10-...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@383bc882[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3707,c=24576,r=3707]={<<>>2021-10-2...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a48feb2[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "268">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3725,c=24576,r=3725]={<<>>1.924000+...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4fbf40ab[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3726,c=24576,r=3726]={<<>>.924000+0...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4e7bbf74[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3732,c=24576,r=3732]={<<>>0+00:00"\n...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@28e201e1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3733,c=24576,r=3733]={<<>>+00:00"\n\t...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6512d721[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3738,c=24576,r=3738]={<<>>0"\n\t\t},\n\t...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@501d7930[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3739,c=24576,r=3739]={<<>>"\n\t\t},\n\t\t...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@438efc58[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>8"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3755,c=24576,r=3755]={<<>>atasetid"...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b5b00c1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3756,c=24576,r=3756]={<<>>tasetid":...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@8036b54[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "293",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3775,c=24576,r=3775]={<<>>\t\t\t"recor...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33ec479d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3776,c=24576,r=3776]={<<>>\t\t"record...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7341184[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3802,c=24576,r=3802]={<<>>46b228896...\n\t\t\t\t\t"} 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@244a54ab[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.793 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3803,c=24576,r=3803]={<<>>6b2288967...\n\t\t\t\t\t"} 17:19:25.794 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3700d2bd[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "293">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3821,c=24576,r=3821]={<<>>70430b6b2...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6681bb6f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3822,c=24576,r=3822]={<<>>0430b6b22...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@411e2e0a[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3828,c=24576,r=3828]={<<>>b22",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3707d58e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3829,c=24576,r=3829]={<<>>22",\n\t\t\t"...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6237ce9[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3834,c=24576,r=3834]={<<>>\t\t\t"field...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6d92f581[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3835,c=24576,r=3835]={<<>>\t\t"fields...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5dcce847[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>3"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3851,c=24576,r=3851]={<<>>\t\t"name":...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@546eedd5[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3852,c=24576,r=3852]={<<>>\t"name": ...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49371785[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "304",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3871,c=24576,r=3871]={<<>>,\n\t\t\t\t"id...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@33f3cddf[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3872,c=24576,r=3872]={<<>>\n\t\t\t\t"id"...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@9479536[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3898,c=24576,r=3898]={<<>>pe": "DUC...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a64d18e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3899,c=24576,r=3899]={<<>>e": "DUCK...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b9e6078[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "304">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3917,c=24576,r=3917]={<<>>alue": 5,...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76aec3e1[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3918,c=24576,r=3918]={<<>>lue": 5,\n...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@43751627[p=0,l=6,c=512,r=6]={<<<\t\t\t\t},>>>name": "3...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3924,c=24576,r=3924]={<<>>5,\n\t\t\t\t"d...\n\t\t\t\t\t"} 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f914766[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t},name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.848 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3925,c=24576,r=3925]={<<>>,\n\t\t\t\t"da...\n\t\t\t\t\t"} 17:19:25.848 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67a4634c[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3930,c=24576,r=3930]={<<>>\t"date": ...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@67951592[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{,name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3931,c=24576,r=3931]={<<>>"date": "...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@c3ae369[p=0,l=16,c=512,r=16]={<<<\t\t\t\t\t"count": 1,>>>4"played"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3947,c=24576,r=3947]={<<>>-26T15:27...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@49d52fff[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3948,c=24576,r=3948]={<<>>26T15:27:...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@d2f8b8a[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"path": "330",>>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3967,c=24576,r=3967]={<<>>\n\t\t\t\t"geo...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@42592638[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3968,c=24576,r=3968]={<<>>\t\t\t\t"geo"...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1923b4b1[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3994,c=24576,r=3994]={<<>>,\n\t\t\t\t\t2....\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@79e9dabd[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=3995,c=24576,r=3995]={<<>>\n\t\t\t\t\t2.3...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@86b6dd1[p=0,l=18,c=512,r=18]={<<<\t\t\t\t\t"name": "330">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4013,c=24576,r=4013]={<<>>\t]\n\t\t\t},\n...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@308e202[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4014,c=24576,r=4014]={<<>>]\n\t\t\t},\n\t...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@70a58ee[p=0,l=5,c=512,r=5]={<<<\t\t\t\t}>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4019,c=24576,r=4019]={<<>>},\n\t\t\t"ge...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30814680[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t}"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4020,c=24576,r=4020]={<<>>,\n\t\t\t"geo...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63d7a0a4[p=0,l=5,c=512,r=5]={<<<\t\t\t],>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4025,c=24576,r=4025]={<<>>"geometry...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@278b462e[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t],"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4026,c=24576,r=4026]={<<>>geometry"...\n\t\t\t\t\t"} 17:19:25.859 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7293a719[p=0,l=18,c=512,r=18]={<<<\t\t\t"name": "value">>>played",2...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4044,c=24576,r=4044]={<<>>type": "P...\n\t\t\t\t\t"} 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@481c4a8d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.859 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4045,c=24576,r=4045]={<<>>ype": "Po...\n\t\t\t\t\t"} 17:19:25.859 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@161001aa[p=0,l=4,c=512,r=4]={<<<\t\t},>>>name": "v...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4049,c=24576,r=4049]={<<>>: "Point"...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6bd78f70[p=0,l=1,c=512,r=1]={<<<\n>>>\t},name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4050,c=24576,r=4050]={<<>> "Point",...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@413467c[p=0,l=3,c=512,r=3]={<<<\t\t{>>>,name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4053,c=24576,r=4053]={<<>>oint",\n\t\t...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e712c51[p=0,l=1,c=512,r=1]={<<<\n>>>\t{,name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4054,c=24576,r=4054]={<<>>int",\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@38fa6564[p=0,l=14,c=512,r=14]={<<<\t\t\t"facets": [>>>lue"playe...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4068,c=24576,r=4068]={<<>>rdinates"...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6f81d104[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"facets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4069,c=24576,r=4069]={<<>>dinates":...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@713f5a2e[p=0,l=5,c=512,r=5]={<<<\t\t\t\t{>>>acets": [...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4074,c=24576,r=4074]={<<>>es": [\n\t\t...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@568bf3fc[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t{acets...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4075,c=24576,r=4075]={<<>>s": [\n\t\t\t...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d316d0c[p=0,l=17,c=512,r=17]={<<<\t\t\t\t\t"count": 51,>>>"played",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4092,c=24576,r=4092]={<<>>76,\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c59925f[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"coun...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4093,c=24576,r=4093]={<<>>6,\n\t\t\t\t\t4...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57bc5dd0[p=0,l=20,c=512,r=20]={<<<\t\t\t\t\t"path": "2021",>>>ayed",21-...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4113,c=24576,r=4113]={<<>>\t]\n\t\t\t},\n...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5ea150c8[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"path...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4114,c=24576,r=4114]={<<>>]\n\t\t\t},\n\t...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@684e0f1d[p=0,l=26,c=512,r=26]={<<<\t\t\t\t\t"state": "displayed",>>>21-10-26T...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4140,c=24576,r=4140]={<<>>mp": "202...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7815b321[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"stat...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4141,c=24576,r=4141]={<<>>p": "2021...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4df2332e[p=0,l=19,c=512,r=19]={<<<\t\t\t\t\t"name": "2021">>>layed",21...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4160,c=24576,r=4160]={<<>>29:12.756...\n\t\t\t\t\t"} 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19811d48[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t\t"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.870 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4161,c=24576,r=4161]={<<>>9:12.7560...\n\t\t\t\t\t"} 17:19:25.870 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12fdf82[p=0,l=5,c=512,r=5]={<<<\t\t\t\t}>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1753 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4166,c=24576,r=4166]={<<>>756000+00...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5476e83d[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t\t}"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4167,c=24576,r=4167]={<<>>56000+00:...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@841dade[p=0,l=5,c=512,r=5]={<<<\t\t\t],>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4172,c=24576,r=4172]={<<>>+00:00"\n\t...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@19bbfdc3[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t],"name...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4173,c=24576,r=4173]={<<>>00:00"\n\t\t...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6617e2b9[p=0,l=17,c=512,r=17]={<<<\t\t\t"name": "date">>>1"layed",...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4190,c=24576,r=4190]={<<>>\t\t"datase...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@543d946[p=0,l=1,c=512,r=1]={<<<\n>>>\t\t"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4191,c=24576,r=4191]={<<>>\t"dataset...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@352641a[p=0,l=3,c=512,r=3]={<<<\t\t}>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4194,c=24576,r=4194]={<<>>atasetid"...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45c1c456[p=0,l=1,c=512,r=1]={<<<\n>>>\t}"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4195,c=24576,r=4195]={<<>>tasetid":...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1c1ae47d[p=0,l=2,c=512,r=2]={<<<\t]>>>}"name": ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4197,c=24576,r=4197]={<<>>setid": "...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7889751[p=0,l=1,c=512,r=1]={<<<\n>>>]}"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4198,c=24576,r=4198]={<<>>etid": "t...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@17ea410e[p=0,l=1,c=512,r=1]={<<<}>>>]}"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4199,c=24576,r=4199]={<<>>tid": "te...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5c42c4d1[p=0,l=1,c=512,r=1]={<<<\n>>>]}"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=4200,c=24576,r=4200]={<<>>id": "tes...\n\t\t\t\t\t"} 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:25.880 [qtp199657303-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2212} 17:19:25.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0} 17:19:25.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0} 17:19:25.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2213} 17:19:25.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1730ea28) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@7c6ad349[p=0,l=4200,c=24576,r=4200]={<<>>id": "tes...\n\t\t\t\t\t"} 17:19:25.881 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=4200,c=24576,r=4200]={<<>>id": "tes...\n\t\t\t\t\t"} complete=true committing=false callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@54c1d580 17:19:25.881 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_CHUNK for SendCallback@400aa4dd[PROCESSING][i=null,cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11e60c27] (null,[p=0,l=4200,c=24576,r=4200],true)@COMMITTED 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=null,cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11e60c27] (null,[p=0,l=4200,c=24576,r=4200],true)@COMPLETING 17:19:25.889 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@5b483686[p=0,l=8,c=1024,r=8]={<<<\r\n1068\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=4200,c=24576,r=4200]={<<>>id": "tes...\n\t\t\t\t\t"}] 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 4208 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=540/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2221} 17:19:25.889 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=4208 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=null,cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11e60c27] (null,[p=4200,l=4200,c=24576,r=0],true)@COMPLETING 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@5b483686[p=0,l=7,c=1024,r=7]={<<<\r\n0\r\n\r\n>>>\n\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 7 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2221} 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=7 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=null,cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11e60c27] (null,[p=4200,l=4200,c=24576,r=0],true)@END 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@1730ea28 w=false 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:25.889 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2221} 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /http-factory-test-resources/test2/response.json written=28776 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=END}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2222} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.890 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=END}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2222} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2222} 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:25.890 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2222} 17:19:25.893 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@184b0981[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:25.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=END}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2230} parsed false HttpParser{s=END,0 of -1} 17:19:25.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=END}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test2/response.json,age=2230} 17:19:25.898 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:25.898 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:25.898 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:25.898 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.898 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.898 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.899 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.899 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.899 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1151 17:19:25.940 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:25.940 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.940 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.940 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=50/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:25.941 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=51/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:25.941 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:25.941 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:25.941 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:25.941 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.941 [qtp199657303-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:25.943 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:25.943 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:25.943 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:25.943 [qtp199657303-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$41/867288517@5b202a3a in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}] 17:19:25.943 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:25.943 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:25.943 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:25.944 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.944 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.944 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.945 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.949 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.950 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.951 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.951 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.951 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.951 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.951 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1502 17:19:25.952 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.953 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.953 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.953 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.958 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.959 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.959 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.959 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.959 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.960 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.960 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1503 17:19:25.961 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.961 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.961 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.962 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.966 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.967 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.967 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.967 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.967 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.967 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.967 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1504 17:19:25.968 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.968 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.969 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.969 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.973 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.974 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.974 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.974 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.975 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.975 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:25.975 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1601 17:19:25.975 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.976 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:25.976 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:25.976 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.978 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:25.979 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.979 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:25.979 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.040 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.042 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.042 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1604 17:19:26.042 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.042 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.043 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.043 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.047 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.048 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.049 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.049 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.049 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.049 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.049 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1501 17:19:26.050 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.050 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.050 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.051 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.051 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.052 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.053 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.053 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.053 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.053 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.057 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.058 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.058 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.058 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.059 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.059 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.059 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1754 17:19:26.060 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.060 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.060 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.060 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.064 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.065 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.065 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.065 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.065 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.066 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.066 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1152 17:19:26.066 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.067 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.067 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.068 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.068 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.068 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.070 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.070 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.070 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.071 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.071 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.071 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.072 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.142 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.143 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.143 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.143 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.143 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.144 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.144 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1603 17:19:26.144 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.145 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.145 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.145 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.149 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.150 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.150 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.150 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.150 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.150 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.150 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1651 17:19:26.151 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.151 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.151 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.151 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.154 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.154 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.155 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.155 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.155 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.155 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.155 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1901 17:19:26.155 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.155 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.156 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.156 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.156 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.157 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.157 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.157 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.158 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.158 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.159 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.159 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.159 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.160 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.160 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.161 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.161 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.161 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.162 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.164 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.165 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.165 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.165 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.165 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.166 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.166 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1951 17:19:26.166 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.166 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.166 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.167 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.240 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.242 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.242 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.242 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.242 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.242 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.242 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1953 17:19:26.243 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.243 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.243 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.243 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.246 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.247 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.247 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.247 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.247 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.247 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.247 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1805 17:19:26.248 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.248 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.248 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.249 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.251 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.252 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.252 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.252 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.252 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.252 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.252 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1602 17:19:26.253 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.253 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.253 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.254 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.254 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.254 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.254 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.254 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.255 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.255 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.256 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.256 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.256 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.256 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.256 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.257 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.257 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.257 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.258 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.258 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.258 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.258 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.260 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test2_1551 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.261 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.262 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.262 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.262 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.262 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.263 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.263 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.264 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.264 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.264 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.264 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.265 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.265 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.265 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.265 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.265 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.266 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.266 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.266 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.266 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.266 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.267 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.267 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.267 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.267 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.268 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.268 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.268 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.268 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.269 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.269 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.269 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.269 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.269 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.270 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.270 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.270 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:26.271 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:26.271 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:26.271 [pool-3-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:27.285 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:27.285 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:27.786 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 1/1/1 selected 17:19:27.786 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 1 keys, 0 updates 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5429ce6b SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1845/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1845/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1845/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0} tryExecute EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:27.787Z 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=0}@162e2c5c offer EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:27.787Z 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=1} startReservedThread p=1 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@19835e64{s=0/2,p=1}@37ac1c2a startThread=0 17:19:27.787 [qtp199657303-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@19835e64{s=0/2,p=1}@37ac1c2a in QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=1}] 17:19:27.787 [qtp199657303-27] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=1}@37ac1c2a started 17:19:27.787 [qtp199657303-27] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@37ac1c2a waiting 17:19:27.787 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=0/2,p=1}@162e2c5c task=EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:27.787Z 17:19:27.787 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:27.787Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1846/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:27.788 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:27.787Z tryProduce true 17:19:27.788 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:27.788 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1846/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1846/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:27.788 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1846/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.788 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 185 HeapByteBuffer@2700618e[p=0,l=185,c=8192,r=185]={<<>>ve\r\n\r\n\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 185 HeapByteBuffer@2700618e[p=0,l=185,c=8192,r=185]={<<>>ve\r\n\r\n\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=185,c=8192,r=185]={<<>>ve\r\n\r\n\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=185,c=8192,r=185]={<<>>ve\r\n\r\n\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> IN_VALUE 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> FIELD 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/http-factory-test-resources/test3/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=0} GET //localhost:8898/http-factory-test-resources/test3/response.json HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: localhost:8898 Connection: keep-alive 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=0} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/http-factory-test-resources/test3/response.json HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=0} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=0} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /http-factory-test-resources/test3/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=0} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/http-factory-test-resources/test3/response.json @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/http-factory-test-resources/test3/response.json @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 session=null 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/http-factory-test-resources/test3/response.json -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:27.788 [qtp199657303-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10b795f9[p=0,l=1,c=512,r=1]={<<<[>>>]}"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1,c=24576,r=1]={<<<[>>>ount": 2,...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@47ad8689[p=0,l=1,c=512,r=1]={<<<\n>>>]}"name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=2,c=24576,r=2]={<<<[\n>>>unt": 2,\n...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@68615bdd[p=0,l=3,c=512,r=3]={<<< [>>>"name": "...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=5,c=24576,r=5]={<<<[\n [>>>": 2,\n\t\t\t...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16bee95e[p=0,l=1,c=512,r=1]={<<<\n>>> ["name":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=6,c=24576,r=6]={<<<[\n [\n>>>: 2,\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3a8abe2d[p=0,l=102,c=512,r=102]={<<< {"Date":"20.10.2021",...e":"3.4","Value":"94"},>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=108,c=24576,r=108]={<<<[\n [\n {"Date":"20.10....e":"3.4","Value":"94"},>>>unt": 1,\n...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11b8fe3b[p=0,l=1,c=512,r=1]={<<<\n>>> {"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=109,c=24576,r=109]={<<<[\n [\n {"Date":"20.10....":"3.4","Value":"94"},\n>>>nt": 1,\n\t...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7365f062[p=0,l=101,c=512,r=101]={<<< {"Date":"20.10.2021",...de":"7.8","Value":"28"}>>>,\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=210,c=24576,r=210]={<<<[\n [\n {"Date":"20.10....de":"7.8","Value":"28"}>>>\t"count":...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@12f01349[p=0,l=1,c=512,r=1]={<<<\n>>> {"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=211,c=24576,r=211]={<<<[\n [\n {"Date":"20.10....e":"7.8","Value":"28"}\n>>>"count": ...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7d64bcec[p=0,l=4,c=512,r=4]={<<< ],>>>{"Date":"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=215,c=24576,r=215]={<<<[\n [\n {"Date":"20.10....7.8","Value":"28"}\n ],>>>nt": 1,\n\t...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2bfbcc5d[p=0,l=1,c=512,r=1]={<<<\n>>> ],{"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=216,c=24576,r=216]={<<<[\n [\n {"Date":"20.10.....8","Value":"28"}\n ],\n>>>t": 1,\n\t\t...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7741cfa0[p=0,l=3,c=512,r=3]={<<< [>>>,{"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=219,c=24576,r=219]={<<<[\n [\n {"Date":"20.10....,"Value":"28"}\n ],\n [>>> 1,\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@65b9f05a[p=0,l=1,c=512,r=1]={<<<\n>>> [,{"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=220,c=24576,r=220]={<<<[\n [\n {"Date":"20.10...."Value":"28"}\n ],\n [\n>>>1,\n\t\t\t\t\t"...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3de2b3dd[p=0,l=107,c=512,r=107]={<<< {"Date":"01.01.1970",...:"2.3","Value":"12345"}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=327,c=24576,r=327]={<<<[\n [\n {"Date":"20.10....:"2.3","Value":"12345"}>>>,\n\t\t\t\t\t"p...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@488e0918[p=0,l=1,c=512,r=1]={<<<\n>>> {"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=328,c=24576,r=328]={<<<[\n [\n {"Date":"20.10...."2.3","Value":"12345"}\n>>>\n\t\t\t\t\t"pa...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@31cbe366[p=0,l=3,c=512,r=3]={<<< ]>>> {"Date":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=331,c=24576,r=331]={<<<[\n [\n {"Date":"20.10....3","Value":"12345"}\n ]>>>\t\t\t"path"...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1bdaee25[p=0,l=1,c=512,r=1]={<<<\n>>> ] {"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=332,c=24576,r=332]={<<<[\n [\n {"Date":"20.10....","Value":"12345"}\n ]\n>>>\t\t"path":...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@338edad8[p=0,l=1,c=512,r=1]={<<<]>>> ] {"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=333,c=24576,r=333]={<<<[\n [\n {"Date":"20.10....,"Value":"12345"}\n ]\n]>>>\t"path": ...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@bf0c378[p=0,l=1,c=512,r=1]={<<<\n>>> ] {"Date...\x00\x00\x00\x00\x00\x00\x00}) 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=334,c=24576,r=334]={<<<[\n [\n {"Date":"20.10...."Value":"12345"}\n ]\n]\n>>>"path": "...\n\t\t\t\t\t"} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=1} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=1} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=1} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.789 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=1} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=2} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=2} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@184b0981[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=2} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@65cec1b3) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@7c6ad349[p=0,l=334,c=24576,r=334]={<<<[\n [\n {"Date":"20.10...."Value":"12345"}\n ]\n]\n>>>"path": "...\n\t\t\t\t\t"} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=334,c=24576,r=334]={<<<[\n [\n {"Date":"20.10...."Value":"12345"}\n ]\n]\n>>>"path": "...\n\t\t\t\t\t"} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@2929b0e9 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /http-factory-test-resources/test3/response.json on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:27 GMT Content-Type: text/plain;charset=utf-8 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6cb4e70e] (null,[p=0,l=334,c=24576,r=334],true)@START 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@7c6ad349[p=0,l=334,c=24576,r=334]={<<<[\n [\n {"Date":"20.10...."Value":"12345"}\n ]\n]\n>>>"path": "...\n\t\t\t\t\t"} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:27 GMT Content-Type: text/plain;charset=utf-8 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6cb4e70e] ([p=0,l=117,c=16384,r=117],[p=0,l=334,c=24576,r=334],true)@COMPLETING 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@6e3e1123[p=0,l=117,c=16384,r=117]={<<>>: chunked...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=334,c=24576,r=334]={<<<[\n [\n {"Date":"20.10...."Value":"12345"}\n ]\n]\n>>>"path": "...\n\t\t\t\t\t"}] 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 451 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=2} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=451 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6cb4e70e] ([p=117,l=117,c=16384,r=0],[p=334,l=334,c=24576,r=0],true)@END 17:19:27.790 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - Determined Content-Type to be text/plain 17:19:27.790 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@65cec1b3 w=false 17:19:27.790 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - The content type of the response is overridden to be vnd.special/custom+json 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test3/response.json,age=2} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /http-factory-test-resources/test3/response.json written=334 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:27.790 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:27.791 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:27.791 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0}@63ce9c1a waiting 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:27.791 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:27.794 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:27.796 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.796 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.796 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.796 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.796 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:27.796 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test3_Foo 17:19:27.797 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.797 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:27.797 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:27.797 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:27.800 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:27.801 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.801 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.801 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.801 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.802 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:27.802 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test3_Bar 17:19:27.802 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:27.802 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:27.802 [pool-4-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:28.895 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:28.895 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:29.396 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 1/1/1 selected 17:19:29.396 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 1 keys, 0 updates 17:19:29.397 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5429ce6b SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1605/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.397 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1605/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.397 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1605/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:29.397 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0} tryExecute EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:29.397Z 17:19:29.397 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@63ce9c1a offer EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:29.397Z 17:19:29.397 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@63ce9c1a task=EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:29.397Z 17:19:29.397 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:29.397Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1606/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:29.398 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:29.397Z tryProduce true 17:19:29.398 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:29.398 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1606/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:29.398 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1606/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.398 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1606/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 182 HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 182 HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> IN_VALUE 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> FIELD 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:29.398 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/http-factory-test-resources/test4/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=0} GET //localhost:8898/http-factory-test-resources/test4/response.csv HTTP/1.1 Content-Type: text/plain Accept: text/csv User-Agent: Java/1.8.0_202 Host: localhost:8898 Connection: keep-alive 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=1} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/http-factory-test-resources/test4/response.csv HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=1} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=1} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /http-factory-test-resources/test4/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=1} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/http-factory-test-resources/test4/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/http-factory-test-resources/test4/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 session=null 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/http-factory-test-resources/test4/response.csv -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@39f082db[p=0,l=39,c=512,r=39]={<<>>,"Name":"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=39,c=24576,r=39]={<<>>18:14","N...\n\t\t\t\t\t"} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7cf20b81[p=0,l=1,c=512,r=1]={<<<\n>>>ate,Time,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=40,c=24576,r=40]={<<>>8:14","Na...\n\t\t\t\t\t"} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@843f005[p=0,l=31,c=512,r=31]={<<<20.10.2021,18:14,Foo,1.2,3.4,94>>>de,Value,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=71,c=24576,r=71]={<<>>1.2","Lon...\n\t\t\t\t\t"} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4dc4f266[p=0,l=1,c=512,r=1]={<<<\n>>>0.10.2021...\x00\x00\x00\x00\x00\x00\x00}) 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=72,c=24576,r=72]={<<>>.2","Long...\n\t\t\t\t\t"} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@709f575f[p=0,l=31,c=512,r=31]={<<<20.10.2021,18:17,Bar,5.6,7.8,28>>>de,Value,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=103,c=24576,r=103]={<<>>94"},\n ...\n\t\t\t\t\t"} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1cddf4ce[p=0,l=1,c=512,r=1]={<<<\n>>>0.10.2021...\x00\x00\x00\x00\x00\x00\x00}) 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=104,c=24576,r=104]={<<>>4"},\n ...\n\t\t\t\t\t"} 17:19:29.399 [qtp199657303-26] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@184b0981[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@b89fc88) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@7c6ad349[p=0,l=104,c=24576,r=104]={<<>>4"},\n ...\n\t\t\t\t\t"} 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=104,c=24576,r=104]={<<>>4"},\n ...\n\t\t\t\t\t"} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@6134685d 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /http-factory-test-resources/test4/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:29 GMT Content-Type: text/csv; charset=utf-8 17:19:29.400 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b9bfe8b] (null,[p=0,l=104,c=24576,r=104],true)@START 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@7c6ad349[p=0,l=104,c=24576,r=104]={<<>>4"},\n ...\n\t\t\t\t\t"} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:29 GMT Content-Type: text/csv; charset=utf-8 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b9bfe8b] ([p=0,l=116,c=16384,r=116],[p=0,l=104,c=24576,r=104],true)@COMPLETING 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@6e3e1123[p=0,l=116,c=16384,r=116]={<<>>\n: chunke...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=104,c=24576,r=104]={<<>>4"},\n ...\n\t\t\t\t\t"}] 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 220 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=4,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=3} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=220 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:29.401 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - Determined Content-Type to be text/csv 17:19:29.401 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b9bfe8b] ([p=116,l=116,c=16384,r=0],[p=104,l=104,c=24576,r=0],true)@END 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@b89fc88 w=false 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test4/response.csv,age=3} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /http-factory-test-resources/test4/response.csv written=104 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.401 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:29.402 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:29.402 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0}@162e2c5c waiting 17:19:29.403 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:29.407 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:29.408 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.408 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.408 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.408 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.408 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:29.408 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test4_Foo 17:19:29.409 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.409 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:29.409 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:29.409 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:29.413 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:29.413 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.414 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.414 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.414 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.414 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:29.414 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test4_Bar 17:19:29.415 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:29.415 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:29.415 [pool-5-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:30.502 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:30.502 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:31.003 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 1/1/1 selected 17:19:31.003 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 1 keys, 0 updates 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5429ce6b SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1601/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1601/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1601/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0} tryExecute EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:31.004Z 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@162e2c5c offer EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:31.004Z 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:31.004Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1602/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:31.004 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@162e2c5c task=EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:31.004Z 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=1602/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1602/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 182 HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.004 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:31.004Z tryProduce true 17:19:31.004 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:31.004 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 182 HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\n\r\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:31.004 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:31.004 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/csv --> IN_VALUE 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/csv --> FIELD 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> IN_VALUE 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> FIELD 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:31.004 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/http-factory-test-resources/test5/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=0} GET //localhost:8898/http-factory-test-resources/test5/response.csv HTTP/1.1 Content-Type: text/plain Accept: text/csv User-Agent: Java/1.8.0_202 Host: localhost:8898 Connection: keep-alive 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/http-factory-test-resources/test5/response.csv HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /http-factory-test-resources/test5/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/http-factory-test-resources/test5/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/http-factory-test-resources/test5/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 session=null 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/http-factory-test-resources/test5/response.csv -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@16c8dc72[p=0,l=31,c=512,r=31]={<<<20.10.2021,18:14,Foo,1.2,3.4,94>>>de,Value,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=31,c=24576,r=31]={<<<20.10.2021,18:14,Foo,1.2,3.4,94>>>de,Value\n...\n\t\t\t\t\t"} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5d8fd532[p=0,l=1,c=512,r=1]={<<<\n>>>0.10.2021...\x00\x00\x00\x00\x00\x00\x00}) 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=32,c=24576,r=32]={<<<20.10.2021,18:14,Foo,1.2,3.4,94\n>>>e,Value\n2...\n\t\t\t\t\t"} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2c3b017a[p=0,l=31,c=512,r=31]={<<<20.10.2021,18:17,Bar,5.6,7.8,28>>>de,Value,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=63,c=24576,r=63]={<<<20.10.2021,18:14,Foo,1.2,...21,18:17,Bar,5.6,7.8,28>>>2,3.4,94\n...\n\t\t\t\t\t"} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4afebbd2[p=0,l=1,c=512,r=1]={<<<\n>>>0.10.2021...\x00\x00\x00\x00\x00\x00\x00}) 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=64,c=24576,r=64]={<<<20.10.2021,18:14,Foo,1.2,...1,18:17,Bar,5.6,7.8,28\n>>>,3.4,94\n2...\n\t\t\t\t\t"} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.005 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=1} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@184b0981[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1a05d5b3) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@7c6ad349[p=0,l=64,c=24576,r=64]={<<<20.10.2021,18:14,Foo,1.2,...1,18:17,Bar,5.6,7.8,28\n>>>,3.4,94\n2...\n\t\t\t\t\t"} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=64,c=24576,r=64]={<<<20.10.2021,18:14,Foo,1.2,...1,18:17,Bar,5.6,7.8,28\n>>>,3.4,94\n2...\n\t\t\t\t\t"} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@3900a584 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /http-factory-test-resources/test5/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:31 GMT Content-Type: text/csv; charset=utf-8 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4dc4530f] (null,[p=0,l=64,c=24576,r=64],true)@START 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@7c6ad349[p=0,l=64,c=24576,r=64]={<<<20.10.2021,18:14,Foo,1.2,...1,18:17,Bar,5.6,7.8,28\n>>>,3.4,94\n2...\n\t\t\t\t\t"} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:31 GMT Content-Type: text/csv; charset=utf-8 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4dc4530f] ([p=0,l=115,c=16384,r=115],[p=0,l=64,c=24576,r=64],true)@COMPLETING 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@6e3e1123[p=0,l=115,c=16384,r=115]={<<>>\n\n: chunk...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=64,c=24576,r=64]={<<<20.10.2021,18:14,Foo,1.2,...1,18:17,Bar,5.6,7.8,28\n>>>,3.4,94\n2...\n\t\t\t\t\t"}] 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 179 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=5,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=179 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4dc4530f] ([p=115,l=115,c=16384,r=0],[p=64,l=64,c=24576,r=0],true)@END 17:19:31.006 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - Determined Content-Type to be text/csv 17:19:31.006 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@1a05d5b3 w=false 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test5/response.csv,age=2} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /http-factory-test-resources/test5/response.csv written=64 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:31.006 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:31.007 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:31.007 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0}@63ce9c1a waiting 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:31.007 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:31.009 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:31.009 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.009 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.009 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.009 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.010 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:31.010 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test5_Foo 17:19:31.010 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.010 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:31.010 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:31.010 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:31.012 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:31.013 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.013 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.013 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.013 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.013 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:31.013 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test5_Bar 17:19:31.014 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:31.014 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:31.014 [pool-6-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:32.110 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:32.110 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:33.111 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 1/1/1 selected 17:19:33.111 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 1 keys, 0 updates 17:19:33.111 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5429ce6b SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2104/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.111 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2104/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.112 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2104/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:33.112 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0} tryExecute EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:33.112Z 17:19:33.112 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@63ce9c1a offer EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:33.112Z 17:19:33.112 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:33.112Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2105/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:33.112 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@63ce9c1a task=EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:33.112Z 17:19:33.112 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:33.112Z tryProduce true 17:19:33.112 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:33.112 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:33.112 [qtp199657303-26] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2105/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:33.112 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2105/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.112 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:33.112 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2105/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 184 HeapByteBuffer@2700618e[p=0,l=184,c=8192,r=184]={<<>>\nve\r\n\r\n\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 184 HeapByteBuffer@2700618e[p=0,l=184,c=8192,r=184]={<<>>\nve\r\n\r\n\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=184,c=8192,r=184]={<<>>\nve\r\n\r\n\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=184,c=8192,r=184]={<<>>\nve\r\n\r\n\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> IN_VALUE 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/plain --> FIELD 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> IN_VALUE 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> FIELD 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/http-factory-test-resources/test6/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=0} GET //localhost:8898/http-factory-test-resources/test6/response.csv HTTP/1.1 Content-Type: text/plain Accept: text/plain User-Agent: Java/1.8.0_202 Host: localhost:8898 Connection: keep-alive 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=0} 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/http-factory-test-resources/test6/response.csv HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=0} 17:19:33.113 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=0} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /http-factory-test-resources/test6/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=1} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/http-factory-test-resources/test6/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/http-factory-test-resources/test6/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 session=null 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/http-factory-test-resources/test6/response.csv -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1e8e23de[p=0,l=31,c=512,r=31]={<<<2,3,24742240,59445000,,296,1114>>>de,Value,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=31,c=24576,r=31]={<<<2,3,24742240,59445000,,296,1114>>>\n20.10.20...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a55e922[p=0,l=1,c=512,r=1]={<<<\n>>>,3,247422...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=32,c=24576,r=32]={<<<2,3,24742240,59445000,,296,1114\n>>>20.10.202...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a239646[p=0,l=31,c=512,r=31]={<<<2,43,24698510,59429320,,97,1119>>>de,Value,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=63,c=24576,r=63]={<<<2,3,24742240,59445000,,29...98510,59429320,,97,1119>>>\n,3.4,94\n...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20e7a3e8[p=0,l=1,c=512,r=1]={<<<\n>>>,43,24698...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=64,c=24576,r=64]={<<<2,3,24742240,59445000,,29...8510,59429320,,97,1119\n>>>,3.4,94\n2...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4f18f4f9[p=0,l=33,c=512,r=33]={<<<2,20A,24681790,59404720,,298,1120>>>,Value,"N...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=97,c=24576,r=97]={<<<2,3,24742240,59445000,,29...1790,59404720,,298,1120>>>7.8,28\n4"...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a0108c1[p=0,l=1,c=512,r=1]={<<<\n>>>,20A,2468...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=98,c=24576,r=98]={<<<2,3,24742240,59445000,,29...790,59404720,,298,1120\n>>>.8,28\n4"}...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ca62661[p=0,l=31,c=512,r=31]={<<<2,59,24742210,59441820,,44,1121>>>20,Value,...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=129,c=24576,r=129]={<<<2,3,24742240,59445000,,29...42210,59441820,,44,1121>>>021","Tim...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61c322fe[p=0,l=1,c=512,r=1]={<<<\n>>>,59,24742...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=130,c=24576,r=130]={<<<2,3,24742240,59445000,,29...2210,59441820,,44,1121\n>>>21","Time...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6974ad03[p=0,l=33,c=512,r=33]={<<<2,24A,24654770,59404510,,342,1141>>>,Value,"N...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=163,c=24576,r=163]={<<<2,3,24742240,59445000,,29...4770,59404510,,342,1141>>>Latitude"...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2bf1e7ec[p=0,l=1,c=512,r=1]={<<<\n>>>,24A,2465...\x00\x00\x00\x00\x00\x00\x00}) 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=164,c=24576,r=164]={<<<2,3,24742240,59445000,,29...770,59404510,,342,1141\n>>>atitude":...\n\t\t\t\t\t"} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=1} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=1} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.114 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@184b0981[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} parsed false HttpParser{s=END,0 of -1} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@66a949dd) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@7c6ad349[p=0,l=164,c=24576,r=164]={<<<2,3,24742240,59445000,,29...770,59404510,,342,1141\n>>>atitude":...\n\t\t\t\t\t"} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=164,c=24576,r=164]={<<<2,3,24742240,59445000,,29...770,59404510,,342,1141\n>>>atitude":...\n\t\t\t\t\t"} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@1e054324 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /http-factory-test-resources/test6/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:33 GMT Content-Type: text/plain;charset=utf-8 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52d5e952] (null,[p=0,l=164,c=24576,r=164],true)@START 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@7c6ad349[p=0,l=164,c=24576,r=164]={<<<2,3,24742240,59445000,,29...770,59404510,,342,1141\n>>>atitude":...\n\t\t\t\t\t"} 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:33 GMT Content-Type: text/plain;charset=utf-8 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52d5e952] ([p=0,l=117,c=16384,r=117],[p=0,l=164,c=24576,r=164],true)@COMPLETING 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@6e3e1123[p=0,l=117,c=16384,r=117]={<<>>: chunked...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=164,c=24576,r=164]={<<<2,3,24742240,59445000,,29...770,59404510,,342,1141\n>>>atitude":...\n\t\t\t\t\t"}] 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:33.115 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 281 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=6,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=2} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=281 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:33.116 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - Determined Content-Type to be text/plain 17:19:33.116 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:33.116 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - The content type of the response is overridden to be text/csv 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52d5e952] ([p=117,l=117,c=16384,r=0],[p=164,l=164,c=24576,r=0],true)@END 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@66a949dd w=false 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test6/response.csv,age=3} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /http-factory-test-resources/test6/response.csv written=164 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.116 [qtp199657303-26] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.117 [qtp199657303-26] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:33.117 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.117 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:33.117 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:33.117 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:33.117 [qtp199657303-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:33.117 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0}@162e2c5c waiting 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:33.117 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:33.119 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.119 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.120 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.120 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.120 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.120 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:33.120 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test6_1114 17:19:33.120 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.120 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.121 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.121 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.121 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:33.121 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.123 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.123 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.123 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.123 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.123 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.123 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:33.123 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test6_1119 17:19:33.124 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.124 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.124 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.124 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.124 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:33.124 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.126 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test6_1120 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.127 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.128 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.128 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.128 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:33.128 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.130 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.130 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.130 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.130 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.130 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.130 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:33.130 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test6_1121 17:19:33.131 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.131 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.131 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.131 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.131 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:33.131 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.133 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:33.133 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.133 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.133 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.133 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.133 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:33.133 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test6_1141 17:19:33.134 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.134 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.134 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:33.134 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:33.134 [pool-7-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:34.218 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:34.218 [CM Configuration Updater (Update: pid=sensinact.http.endpoint~test)] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:35.219 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 1/1/1 selected 17:19:35.220 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 1 keys, 0 updates 17:19:35.220 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5429ce6b SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2103/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.220 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2103/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.220 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2103/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:35.220 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0} tryExecute EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:35.22Z 17:19:35.220 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@162e2c5c offer EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/PRODUCING/p=false/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:35.22Z 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:35.22Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2104/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:35.221 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=1/2,p=0}@162e2c5c task=EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:35.221Z 17:19:35.221 [qtp199657303-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@57abad67/SelectorProducer@1d3ac898/IDLE/p=true/QueuedThreadPool[qtp199657303]@be68757{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@19835e64{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:35.221Z tryProduce true 17:19:35.221 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=2104/60000}{io=1/0,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:35.221 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:35.221 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2104/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.221 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2104/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 182 HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\r\n\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 182 HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\r\n\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\r\n\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=182,c=8192,r=182]={<<>>\r\n\nve\r\n\r\n...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> IN_VALUE 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: text/plain --> FIELD 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/csv --> IN_VALUE 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: text/csv --> FIELD 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> IN_VALUE 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: localhost:8898 --> FIELD 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //localhost:8898/http-factory-test-resources/test7/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=0} GET //localhost:8898/http-factory-test-resources/test7/response.csv HTTP/1.1 Content-Type: text/plain Accept: text/csv User-Agent: Java/1.8.0_202 Host: localhost:8898 Connection: keep-alive 17:19:35.221 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=1} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - handle //localhost:8898/http-factory-test-resources/test7/response.csv HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=1} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=1} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /http-factory-test-resources/test7/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=1} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/http-factory-test-resources/test7/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/http-factory-test-resources/test7/response.csv @ o.e.j.s.ServletContextHandler@61544ae6{/,null,AVAILABLE} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 session=null 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/http-factory-test-resources/test7/response.csv -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-b2c5e07==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@3b0bd979{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ad70b32[p=0,l=45,c=512,r=45]={<<>>":"Ignore...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=45,c=24576,r=45]={<<>>,59429320...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15e4634c[p=0,l=1,c=512,r=1]={<<<\n>>>ate;SO2;N...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=46,c=24576,r=46]={<<>>59429320,...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3d1d819f[p=0,l=56,c=512,r=56]={<<<"2021-11-05 18:00";0,2;5,...2,2;0,7;0,5;0,4;7,8;4,7>>>"Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=102,c=24576,r=102]={<<>>,24742210...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4676f4b5[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=103,c=24576,r=103]={<<>>24742210,...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4baf9d2[p=0,l=56,c=512,r=56]={<<<"2021-11-05 17:00";0,2;7,...6,9;0,6;0,5;0,4;7,8;4,7>>>"Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=159,c=24576,r=159]={<<>>1141\natit...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32f2140a[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=160,c=24576,r=160]={<<>>141\natitu...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63b27ab2[p=0,l=56,c=512,r=56]={<<<"2021-11-05 16:00";0,2;6,...8,9;0,6;0,6;0,5;7,8;5,5>>>"Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=216,c=24576,r=216]={<<>> [\n {...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1210f92d[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=217,c=24576,r=217]={<<>> [\n {"...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4137e6d4[p=0,l=56,c=512,r=56]={<<<"2021-11-05 15:00";0,2;7,...8,2;0,6;0,7;0,5;7,8;6,2>>>"Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=273,c=24576,r=273]={<<>>e","Latit...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63c7f8bc[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=274,c=24576,r=274]={<<>>","Latitu...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1350699c[p=0,l=56,c=512,r=56]={<<<"2021-11-05 14:00";0,2;7,...7,1;0,6;0,8;0,5;7,8;6,2>>>"Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=330,c=24576,r=330]={<<>>]\n]\n"path...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@61c234a[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=331,c=24576,r=331]={<<>>\n]\n"path"...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@78e3741b[p=0,l=56,c=512,r=56]={<<<"2021-11-05 13:00";0,2;8,...6,6;0,7;0,8;0,6;7,0;5,8>>>"Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=387,c=24576,r=387]={<<>>name": "S...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@243d61a3[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=388,c=24576,r=388]={<<>>ame": "Se...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@34b1e031[p=0,l=56,c=512,r=56]={<<<"2021-11-05 12:00";0,2;8,...7,0;0,8;0,8;0,6;6,2;5,5>>>"Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=444,c=24576,r=444]={<<>>\t\t\t"facet...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53d0939e[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=445,c=24576,r=445]={<<>>\t\t"facets...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@30f07653[p=0,l=57,c=512,r=57]={<<<"2021-11-05 11:00";0,2;10...5,3;0,9;1,7;0,9;6,2;5,5>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=502,c=24576,r=502]={<<>>",\n\t\t\t\t\t"...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7f8f3997[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=503,c=24576,r=503]={<<>>,\n\t\t\t\t\t"s...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4484ee3f[p=0,l=56,c=512,r=56]={<<<"2021-11-05 10:00";0,2;9,...7,1;1,0;1,0;0,8;6,6;5,8>>>5Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=559,c=24576,r=559]={<<>>\n\t\t\t\t{\n\t\t...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@131fd952[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=560,c=24576,r=560]={<<>>\t\t\t\t{\n\t\t\t...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@20ee778c[p=0,l=57,c=512,r=57]={<<<"2021-11-05 09:00";0,2;16...0,8;1,0;1,2;0,8;7,0;6,2>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=617,c=24576,r=617]={<<>>: "displa...\n\t\t\t\t\t"} 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@26aba187[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.222 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=618,c=24576,r=618]={<<>> "display...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45bd567b[p=0,l=57,c=512,r=57]={<<<"2021-11-05 08:00";0,2;17...9,6;1,0;1,6;0,9;7,0;6,2>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=675,c=24576,r=675]={<<>>t": 6,\n\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2885c2d7[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=676,c=24576,r=676]={<<>>": 6,\n\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7b04925c[p=0,l=57,c=512,r=57]={<<<"2021-11-05 07:00";0,1;14...3,0;0,7;0,7;0,5;7,8;6,6>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=733,c=24576,r=733]={<<>>\t\t"name":...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58a322[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=734,c=24576,r=734]={<<>>\t"name": ...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2ff933dc[p=0,l=56,c=512,r=56]={<<<"2021-11-05 06:00";0,2;7,...1,1;0,7;0,7;0,4;8,5;7,0>>>6Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=790,c=24576,r=790]={<<>>": "PEACO...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@29ecdf8e[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=791,c=24576,r=791]={<<>>: "PEACOC...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@76252e9d[p=0,l=56,c=512,r=56]={<<<"2021-11-05 05:00";0,2;3,...5,8;0,6;0,6;0,4;8,5;7,0>>>6Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=847,c=24576,r=847]={<<>>ACOCK"\n\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3321c2c8[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=848,c=24576,r=848]={<<>>COCK"\n\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@55a060a3[p=0,l=56,c=512,r=56]={<<<"2021-11-05 04:00";0,2;3,...8,4;0,5;0,5;0,3;9,3;7,0>>>6Latitude...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=904,c=24576,r=904]={<<>>,\n\t\t\t\t\t"s...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1a7fd536[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=905,c=24576,r=905]={<<>>\n\t\t\t\t\t"st...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@45f15122[p=0,l=57,c=512,r=57]={<<<"2021-11-05 03:00";0,1;4,...,1;0,4;0,5;0,4;10,1;7,0>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=962,c=24576,r=962]={<<>>\t],\n\t\t\t"n...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@787becd6[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=963,c=24576,r=963]={<<>>],\n\t\t\t"na...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2e882e02[p=0,l=57,c=512,r=57]={<<<"2021-11-05 02:00";0,2;3,...,7;0,5;0,5;0,4;10,1;7,0>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1020,c=24576,r=1020]={<<>>count": 1...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4a3a8880[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1021,c=24576,r=1021]={<<>>ount": 14...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@58da8a4[p=0,l=57,c=512,r=57]={<<<"2021-11-05 01:00";0,3;8,...,2;0,4;0,7;0,5;10,8;6,2>>>Latitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1078,c=24576,r=1078]={<<>>\t\t\t\t"name...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@22b7e99f[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1079,c=24576,r=1079]={<<>>\t\t\t"name"...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4da02bf5[p=0,l=58,c=512,r=58]={<<<"2021-11-05 00:00";0,2;10...,1;0,4;0,5;0,5;11,6;5,5>>>atitude":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1137,c=24576,r=1137]={<<>>"5",\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@53c0c449[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1138,c=24576,r=1138]={<<>>5",\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3b609e1d[p=0,l=58,c=512,r=58]={<<<"2021-11-04 23:00";0,1;12...,8;0,4;1,1;0,9;11,6;5,5>>>atitude":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1196,c=24576,r=1196]={<<>>\t{\n\t\t\t\t\t"...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@260663ff[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1197,c=24576,r=1197]={<<>>{\n\t\t\t\t\t"c...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@6a351b49[p=0,l=58,c=512,r=58]={<<<"2021-11-04 22:00";0,2;27...,5;0,9;2,3;1,0;10,1;3,9>>>atitude":...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1255,c=24576,r=1255]={<<>>yed",\n\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3f0268ca[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1256,c=24576,r=1256]={<<>>ed",\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2d8941[p=0,l=57,c=512,r=57]={<<<"2021-11-04 21:00";0,3;37...5,5;1,0;1,1;1,0;8,5;2,3>>>9atitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1313,c=24576,r=1313]={<<>>"path": "...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@15211b20[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1314,c=24576,r=1314]={<<>>path": "4...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@578cb59e[p=0,l=57,c=512,r=57]={<<<"2021-11-04 20:00";0,1;13...9,5;0,7;0,8;1,1;8,5;2,3>>>9atitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1371,c=24576,r=1371]={<<>>\t\t\t},\n\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7be4d39d[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1372,c=24576,r=1372]={<<>>\t\t},\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@176f2a21[p=0,l=57,c=512,r=57]={<<<"2021-11-04 19:00";0,2;17...7,1;0,6;1,0;1,7;6,2;1,9>>>9atitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1429,c=24576,r=1429]={<<>>": "displ...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@a0acbf7[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1430,c=24576,r=1430]={<<>>: "displa...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3898bf6d[p=0,l=57,c=512,r=57]={<<<"2021-11-04 18:00";0,1;21...4,2;0,7;1,4;1,6;3,9;1,6>>>9atitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1487,c=24576,r=1487]={<<>>: 2,\n\t\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@653dfbd8[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1488,c=24576,r=1488]={<<>> 2,\n\t\t\t\t\t...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@b6dfb7c[p=0,l=57,c=512,r=57]={<<<"2021-11-04 17:00";0,2;24...6,1;0,5;1,0;0,7;3,9;1,6>>>9atitude"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1545,c=24576,r=1545]={<<>>ame": "30...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@57e4cc95[p=0,l=1,c=512,r=1]={<<<\n>>>2021-11-0...\x00\x00\x00\x00\x00\x00\x00}) 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=OPEN,api=BLOCKING,sc=false,e=null aggregated !flush DirectByteBuffer@7c6ad349[p=0,l=1546,c=24576,r=1546]={<<>>me": "30"...\n\t\t\t\t\t"} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler49222910==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=2} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=2} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.223 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=2} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=3} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=3} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=3} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@184b0981[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=3} parsed false HttpParser{s=END,0 of -1} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=3} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2a7a72d3) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=DirectByteBuffer@7c6ad349[p=0,l=1546,c=24576,r=1546]={<<>>me": "30"...\n\t\t\t\t\t"} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=DirectByteBuffer@7c6ad349[p=0,l=1546,c=24576,r=1546]={<<>>me": "30"...\n\t\t\t\t\t"} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@2093bf7f 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /http-factory-test-resources/test7/response.csv on HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:35 GMT Content-Type: text/csv; charset=utf-8 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@44c1060a] (null,[p=0,l=1546,c=24576,r=1546],true)@START 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=-1} last=true content=DirectByteBuffer@7c6ad349[p=0,l=1546,c=24576,r=1546]={<<>>me": "30"...\n\t\t\t\t\t"} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:35 GMT Content-Type: text/csv; charset=utf-8 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@44c1060a] ([p=0,l=117,c=16384,r=117],[p=0,l=1546,c=24576,r=1546],true)@COMPLETING 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@219bbc3b{IDLE}->null [HeapByteBuffer@6e3e1123[p=0,l=117,c=16384,r=117]={<<>>: chunked...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@7c6ad349[p=0,l=1546,c=24576,r=1546]={<<>>me": "30"...\n\t\t\t\t\t"}] 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{WRITING}->null:IDLE-->WRITING 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 1663 SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=END,0 of -1},g=HttpGenerator@529357f5{s=COMPLETING}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=7,c=false/false,a=HANDLING,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=3} 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=1663 remaining=0 WriteFlusher@219bbc3b{WRITING}->null 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@219bbc3b{IDLE}->null:WRITING-->IDLE 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@400aa4dd[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@44c1060a] ([p=117,l=117,c=16384,r=0],[p=1546,l=1546,c=24576,r=0],true)@END 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@2a7a72d3 w=false 17:19:35.224 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.sthbnd.http.factory.endpoint.HttpMappingProtocolStackConnectorCustomizer - Determined Content-Type to be text/csv 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:35.224 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:35.224 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5baaf1e7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//localhost:8898/http-factory-test-resources/test7/response.csv,age=4} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /http-factory-test-resources/test7/response.csv written=1546 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5baaf1e7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2700618e[p=0,l=0,c=8192,r=0]={<<<>>>GET /http...\x00\x00\x00\x00\x00\x00\x00} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@5c8a5888{AC.ReadCB@7275a920{HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b on ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=0 17:19:35.225 [qtp199657303-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@63dd899{STARTED} id=0 keys=1 selected=0 updates=1 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken with none selected 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 woken up from select, 0/0/1 selected 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 processing 0 keys, 1 updates 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$484/816845141@5bf57a8b 17:19:35.226 [qtp199657303-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7275a920::SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:35.226 [qtp199657303-24] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@19835e64{s=2/2,p=0}@63ce9c1a waiting 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@469559c8{l=/127.0.0.1:8898,r=/127.0.0.1:57064,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@7275a920[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529357f5{s=START}]=>HttpChannelOverHttp@1f28d2ad{s=HttpChannelState@5baaf1e7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:35.226 [qtp199657303-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1984cc46 waiting with 1 keys 17:19:35.229 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:35.232 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:19:35.232 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.233 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.233 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.233 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.233 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:35.233 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : test7_Test 17:19:35.233 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.233 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.234 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.234 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.234 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.234 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.234 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.234 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.235 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.235 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.235 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.235 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.235 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.235 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.236 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.236 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.236 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:35.236 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:35.236 [pool-8-thread-1] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http-device-factory --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/http-device-factory-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-device-factory/2.0-SNAPSHOT/http-device-factory-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-device-factory/2.0-SNAPSHOT/http-device-factory-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/http-device-factory-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-device-factory/2.0-SNAPSHOT/http-device-factory-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ http-device-factory --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -------< org.eclipse.sensinact.gateway.sthbnd.http:http-android >------- [INFO] Building sensiNact IoT Gateway - Android Web Interface 2.0-SNAPSHOT [54/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http-android --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http-android --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http-android --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ http-android --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http-android --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ http-android --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ http-android --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http-android --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ http-android --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ http-android --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http-android --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/target/http-android-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ http-android --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/target/http-android-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ http-android --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ http-android --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http-android --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/target/http-android-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-android/2.0-SNAPSHOT/http-android-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-android/2.0-SNAPSHOT/http-android-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/target/http-android-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/http-android/2.0-SNAPSHOT/http-android-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ http-android --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -----< org.eclipse.sensinact.gateway.sthbnd.http:free-sms-service >----- [INFO] Building sensiNact IoT Gateway - Free Mobile SMS service 2.0-SNAPSHOT [55/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ free-sms-service --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ free-sms-service --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ free-sms-service --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ free-sms-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ free-sms-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ free-sms-service --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ free-sms-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ free-sms-service --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ free-sms-service --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ free-sms-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ free-sms-service --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/target/free-sms-service-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ free-sms-service --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/target/free-sms-service-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ free-sms-service --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ free-sms-service --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ free-sms-service --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/target/free-sms-service-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/free-sms-service/2.0-SNAPSHOT/free-sms-service-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/free-sms-service/2.0-SNAPSHOT/free-sms-service-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/target/free-sms-service-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/free-sms-service/2.0-SNAPSHOT/free-sms-service-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ free-sms-service --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ----< org.eclipse.sensinact.gateway.sthbnd.http:openweather-device >---- [INFO] Building sensiNact IoT Gateway - OpenWeather Device 2.0-SNAPSHOT [56/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openweather-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ openweather-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ openweather-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ openweather-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openweather-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ openweather-device --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ openweather-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openweather-device --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ openweather-device --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openweather-device --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ openweather-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/target/openweather-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ openweather-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/target/openweather-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ openweather-device --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ openweather-device --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ openweather-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/target/openweather-device-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/openweather-device/2.0-SNAPSHOT/openweather-device-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/openweather-device/2.0-SNAPSHOT/openweather-device-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/target/openweather-device-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/openweather-device/2.0-SNAPSHOT/openweather-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ openweather-device --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -------< org.eclipse.sensinact.gateway.sthbnd.http:kodi-device >-------- [INFO] Building sensiNact IoT Gateway - Kodi Device 2.0-SNAPSHOT [57/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ kodi-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ kodi-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ kodi-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ kodi-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ kodi-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ kodi-device --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ kodi-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ kodi-device --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ kodi-device --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ kodi-device --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ kodi-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/target/kodi-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ kodi-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/target/kodi-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ kodi-device --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ kodi-device --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ kodi-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/target/kodi-device-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/kodi-device/2.0-SNAPSHOT/kodi-device-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/kodi-device/2.0-SNAPSHOT/kodi-device-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/target/kodi-device-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/kodi-device/2.0-SNAPSHOT/kodi-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ kodi-device --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] -------< org.eclipse.sensinact.gateway.sthbnd.http:live-objects >------- [INFO] Building sensiNact IoT Gateway - Live Objects Orange Protocol Device 2.0-SNAPSHOT [58/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ live-objects --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ live-objects --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ live-objects --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ live-objects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ live-objects --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ live-objects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ live-objects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ live-objects --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ live-objects --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ live-objects --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ live-objects --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/target/live-objects-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ live-objects --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/target/live-objects-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ live-objects --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ live-objects --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ live-objects --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/target/live-objects-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/live-objects/2.0-SNAPSHOT/live-objects-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/live-objects/2.0-SNAPSHOT/live-objects-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/target/live-objects-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/live-objects/2.0-SNAPSHOT/live-objects-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ live-objects --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ------< org.eclipse.sensinact.gateway.sthbnd.http:onem2m-device >------- [INFO] Building sensiNact IoT Gateway - HTTP oneM2M Device 2.0-SNAPSHOT [59/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ onem2m-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ onem2m-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ onem2m-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ onem2m-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ onem2m-device --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ onem2m-device --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.sthbnd.http.onem2m.osgi, has 1, private references [org.eclipse.sensinact.gateway.sthbnd.http.onem2m.internal] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ onem2m-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ onem2m-device --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ onem2m-device --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ onem2m-device --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ onem2m-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/target/onem2m-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ onem2m-device --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/target/onem2m-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ onem2m-device --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ onem2m-device --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ onem2m-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/target/onem2m-device-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/onem2m-device/2.0-SNAPSHOT/onem2m-device-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/onem2m-device/2.0-SNAPSHOT/onem2m-device-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/target/onem2m-device-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sthbnd/http/onem2m-device/2.0-SNAPSHOT/onem2m-device-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ onem2m-device --- [INFO] Executing commands 0 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ------< org.eclipse.sensinact.gateway.nthbnd:jsonpath-filtering >------- [INFO] Building sensiNact IoT Gateway - JSONPath filtering parent module 2.0-SNAPSHOT [60/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jsonpath-filtering --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ jsonpath-filtering --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jsonpath-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ jsonpath-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ jsonpath-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ jsonpath-filtering --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ jsonpath-filtering --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ jsonpath-filtering --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jsonpath-filtering --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/jsonpath-filtering/2.0-SNAPSHOT/jsonpath-filtering-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.sensinact.gateway.nthbnd:jsonpath-filter >-------- [INFO] Building sensiNact IoT Gateway - JSON Path filter 2.0-SNAPSHOT [61/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom (2.6 kB at 60 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 820 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 848 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom (1.9 kB at 176 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (5.5 kB at 458 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 44 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 9.7 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 1.2 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar (53 kB at 1.8 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 3.9 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jsonpath-filter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ jsonpath-filter --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jsonpath-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jsonpath-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jsonpath-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ jsonpath-filter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jsonpath-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jsonpath-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ jsonpath-filter --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jsonpath-filter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jsonpath-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/jsonpath-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ jsonpath-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/jsonpath-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ jsonpath-filter --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',com.jayway.jsonpath.json-path;version='[2.4.0,2.4.1)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',net.minidev.accessors-smart;version='[1.2.0,1.2.1)',net.minidev.json-smart;version='[2.3.0,2.3.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.eclipse.sensinact.gateway.nthbnd.jsonpath-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.jsonpath-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.objectweb.asm;version='[5.0.4,5.0.5)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ jsonpath-filter --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',com.jayway.jsonpath.json-path;version='[2.4.0,2.4.1)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',net.minidev.accessors-smart;version='[1.2.0,1.2.1)',net.minidev.json-smart;version='[2.3.0,2.3.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.eclipse.sensinact.gateway.nthbnd.jsonpath-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.jsonpath-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.objectweb.asm;version='[5.0.4,5.0.5)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' 17:19:48.659 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:19:48.662 [main] INFO org.eclipse.jetty.util.log - Logging initialized @515ms to org.eclipse.jetty.util.log.Slf4jLog 17:19:48.668 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1806431167]@6babf3bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@5403f35f,POJO} 17:19:48.671 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@57d7f8ca{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp1806431167]@6babf3bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:19:48.672 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@4d0f2471[null] added {org.eclipse.jetty.security.DefaultIdentityService@7133da86,POJO} 17:19:48.675 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@4d0f2471[OSGi HTTP Service Realm] added {UserStore@3232a28a{STOPPED},AUTO} 17:19:48.675 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@57d7f8ca{STOPPED}[9.4.42.v20210604] added {HashLoginService@4d0f2471[OSGi HTTP Service Realm],AUTO} 17:19:48.684 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@5a56cdac{/,null,STOPPED},[o.e.j.s.ServletContextHandler@5a56cdac{/,null,STOPPED}]}] 17:19:48.684 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@7c711375{STOPPED} added {o.e.j.s.ServletContextHandler@5a56cdac{/,null,STOPPED},AUTO} 17:19:48.686 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@ffaa6af 17:19:48.690 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@5a56cdac{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=-1,MANAGED} 17:19:48.692 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=-1 added {ServletHandler@b9b00e0{STOPPED},MANAGED} 17:19:48.692 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:19:48.693 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@783a467b,UNMANAGED} 17:19:48.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@b9b00e0{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:19:48.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@b9b00e0{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea,POJO} 17:19:48.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@57d7f8ca{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@7c711375{STOPPED},MANAGED} 17:19:48.696 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@57d7f8ca{STOPPED}[9.4.42.v20210604] 17:19:48.697 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@57d7f8ca{STARTING}[9.4.42.v20210604] added {ErrorHandler@3012646b{STOPPED},AUTO} 17:19:48.698 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:19:48.707 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@57d7f8ca{STARTING}[9.4.42.v20210604] 17:19:48.707 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1806431167]@6babf3bf{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:19:48.708 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0} 17:19:48.709 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] added {ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0},AUTO} 17:19:48.709 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0} 17:19:48.713 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @566ms ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0} 17:19:48.714 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-16,5,main] 17:19:48.714 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-17,5,main] 17:19:48.714 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-18,5,main] 17:19:48.714 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.714 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-19,5,main] 17:19:48.714 [qtp1806431167-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.714 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-20,5,main] 17:19:48.715 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-21,5,main] 17:19:48.715 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.715 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-22,5,main] 17:19:48.715 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.715 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.715 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.716 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1806431167-23,5,main] 17:19:48.716 [qtp1806431167-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.716 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @569ms QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.716 [qtp1806431167-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.716 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@4d0f2471[OSGi HTTP Service Realm] 17:19:48.716 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@3232a28a{STOPPED} 17:19:48.716 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @569ms UserStore@3232a28a{STARTED} 17:19:48.717 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @569ms HashLoginService@4d0f2471[OSGi HTTP Service Realm] 17:19:48.717 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@7c711375{STOPPED} 17:19:48.717 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@7c711375{STARTING} 17:19:48.717 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@5a56cdac{/,null,STOPPED} 17:19:48.718 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:19:48.722 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@5a56cdac{/,null,STARTING} 17:19:48.723 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 17:19:48.724 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@74d1dc36[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:19:48.725 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@74d1dc36[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@53045c6c[passivating=false,graceSec=3600],AUTO} 17:19:48.725 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@3a7442c7{STOPPED}[worker=null] 17:19:48.725 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:19:48.725 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:19:48.726 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@3a7442c7{STARTING}[worker=node0] added {HouseKeeper@4b013c76{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:19:48.726 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@4b013c76{STOPPED}[interval=600000, ownscheduler=false] 17:19:48.727 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@7bba5817{STOPPED} 17:19:48.727 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @580ms ScheduledExecutorScheduler@7bba5817{STARTED} 17:19:48.727 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:19:48.727 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:19:48.728 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @580ms HouseKeeper@4b013c76{STARTED}[interval=660000, ownscheduler=true] 17:19:48.728 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @581ms DefaultSessionIdManager@3a7442c7{STARTED}[worker=node0] 17:19:48.728 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@57d7f8ca{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@3a7442c7{STARTED}[worker=node0],MANAGED} 17:19:48.728 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 added {DefaultSessionIdManager@3a7442c7{STARTED}[worker=node0],UNMANAGED} 17:19:48.728 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@15043a2f{STOPPED} 17:19:48.728 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @581ms ScheduledExecutorScheduler@15043a2f{STARTED} 17:19:48.728 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 17:19:48.728 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@b9b00e0{STOPPED} 17:19:48.730 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea[EMBEDDED:null] 17:19:48.740 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:48.740 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:48.740 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:48.740 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:48.740 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:19:48.740 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:48.740 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@b9b00e0{STARTING} 17:19:48.741 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@b9b00e0{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@557bde4f{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:19:48.741 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@b9b00e0{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62,POJO} 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea[EMBEDDED:null] 17:19:48.741 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62[EMBEDDED:null] 17:19:48.741 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@557bde4f{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@557bde4f{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:48.741 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea[EMBEDDED:null] 17:19:48.742 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:48.742 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62[EMBEDDED:null] 17:19:48.742 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@557bde4f{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:19:48.742 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:48.742 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:48.742 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:48.742 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:19:48.742 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@557bde4f{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:48.742 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@b9b00e0{STARTING} 17:19:48.742 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @595ms ServletHandler@b9b00e0{STARTED} 17:19:48.742 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@74d1dc36[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:19:48.742 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@53045c6c[passivating=false,graceSec=3600] 17:19:48.742 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @595ms org.eclipse.jetty.server.session.NullSessionDataStore@53045c6c[passivating=false,graceSec=3600] 17:19:48.742 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @595ms org.eclipse.jetty.server.session.DefaultSessionCache@74d1dc36[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:19:48.742 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @595ms org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 17:19:48.744 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:19:48.745 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @598ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:19:48.746 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea 17:19:48.746 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@557bde4f{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:19:48.746 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @599ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-cc43f62==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@557bde4f{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:19:48.746 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:48.747 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @599ms o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:48.747 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @600ms ContextHandlerCollection@7c711375{STARTED} 17:19:48.747 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@3012646b{STOPPED} 17:19:48.747 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@3012646b{STARTING} 17:19:48.747 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @600ms ErrorHandler@3012646b{STARTED} 17:19:48.747 [main] INFO org.eclipse.jetty.server.Server - Started @600ms 17:19:48.747 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @600ms Server@57d7f8ca{STARTED}[9.4.42.v20210604] 17:19:48.747 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:19:48.750 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@1040be71[HTTP/1.1] added {HttpConfiguration@548a24a{32768/8192,8192/8192,https://:0,[]},POJO} 17:19:48.758 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{null, ()}{0.0.0.0:0} added {Server@57d7f8ca{STARTED}[9.4.42.v20210604],UNMANAGED} 17:19:48.758 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}],UNMANAGED} 17:19:48.758 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@4722ef0c{STOPPED},AUTO} 17:19:48.758 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@48e1f6c7,POJO} 17:19:48.758 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1040be71[HTTP/1.1],AUTO} 17:19:48.758 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1040be71[HTTP/1.1] 17:19:48.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:19:48.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@57d7f8ca{STARTED}[9.4.42.v20210604] added {ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:19:48.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:48.763 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:19:48.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@4722ef0c{STOPPED} 17:19:48.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @617ms ScheduledExecutorScheduler@4722ef0c{STARTED} 17:19:48.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@1040be71[HTTP/1.1] 17:19:48.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @617ms HttpConnectionFactory@1040be71[HTTP/1.1] 17:19:48.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:48.770 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:48.769Z added {SelectorProducer@5db6b9cd,POJO} 17:19:48.770 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:48.77Z added {QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}],UNMANAGED} 17:19:48.771 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:48.771Z created 17:19:48.771 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@69504ae9{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:48.771Z,MANAGED} 17:19:48.771 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@69504ae9{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:19:48.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@69504ae9{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:48.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:48.771Z 17:19:48.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @624ms EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:48.771Z 17:19:48.773 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/352367347@7eecb5b8 startThread=0 17:19:48.773 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/352367347@7eecb5b8 in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.773 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:48.773Z tryProduce false 17:19:48.773 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@126253fd on ManagedSelector@69504ae9{STARTING} id=0 keys=0 selected=0 updates=0 17:19:48.774 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:48.774 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@126253fd 17:19:48.774 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:48.774 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 0 keys 17:19:48.774 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @627ms ManagedSelector@69504ae9{STARTED} id=0 keys=0 selected=0 updates=0 17:19:48.774 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @627ms SelectorManager@ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:48.775 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@5c86a017,POJO} 17:19:48.775 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@5c86a017 startThread=0 17:19:48.775 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:48.775 [qtp1806431167-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@5c86a017 in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:48.775 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @628ms ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8899 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:19:48.784 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@57d7f8ca{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@565f390,POJO} 17:19:48.843 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - Starting introspection in bundle %s 17:19:48.847 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - The Echo servlet has been initialized, but we delay initialization until the first request so that a Jetty Context is available 17:19:48.848 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /ws/sensinact servlet registered 17:19:48.849 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.login servlet registered 17:19:48.849 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.register servlet registered 17:19:48.850 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact/* servlet registered 17:19:48.893 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:19:48.965 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:48.969 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:48.969 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.patternEnd() 17:19:48.970 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:48.970 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:48.970 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:48.971 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:48.971 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:48.971 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:48.971 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:48.971 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:48.972 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:48.975 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:19:48.975 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:19:48.975 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:19:48.975 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:19:48.975 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:19:48.975 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:48.975 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:48.976 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:19:48.976 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:19:48.976 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:19:48.976 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:19:48.976 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:19:48.976 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:48.976 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:48.978 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.minInclusiveEnd() 17:19:48.978 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.maxInclusiveEnd() 17:19:48.978 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:19:48.979 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:19:48.979 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:19:48.979 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:19:48.979 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:19:48.979 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:19:48.979 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:48.979 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:19:48.980 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:19:48.980 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:19:48.980 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:19:48.984 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:49.029 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.031 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.031 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.032 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.033 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:49.041 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.042 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:49.043 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.044 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:49.045 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.045 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:49.049 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.049 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:49.051 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.051 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:49.053 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:49.054 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:19:49.064 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:19:49.064 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:19:49.064 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:49.065 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:49.065 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:49.065 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:49.065 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:49.103 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:49.116 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.117 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.117 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.117 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.117 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:49.118 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:49.119 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:49.119 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:49.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:19:49.119 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:49.396 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STOPPED} added {HttpClientTransportOverHTTP@6f0628de{STOPPED},AUTO} 17:19:49.396 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STOPPED} added {Client@12f3afb5[provider=null,keyStore=null,trustStore=null],AUTO} 17:19:49.396 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@4ced35ed,POJO} 17:19:49.396 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@2c22a348,POJO} 17:19:49.397 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp2077662850]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@74d7184a,POJO} 17:19:49.397 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STOPPED} added {QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:19:49.398 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@3aaf4f07,POJO} 17:19:49.398 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@c0a97a03[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] added {HttpClient@610db97e{STOPPED},AUTO} 17:19:49.399 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@c0a97a03[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] added {SessionTracker@5a2f016d{STOPPED},AUTO} 17:19:49.401 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@36dce7ed{STOPPED} added {InflaterPool@47a64f7d{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:49.401 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@36dce7ed{STOPPED} added {DeflaterPool@33d05366{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:49.401 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@36dce7ed{STOPPED},AUTO} 17:19:49.402 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] 17:19:49.402 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@610db97e{STOPPED} 17:19:49.402 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STARTING} added {ScheduledExecutorScheduler@3c1e3314{STOPPED},AUTO} 17:19:49.403 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@54a3ab8f,POJO} 17:19:49.406 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@6f0628de{STOPPED} 17:19:49.406 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@6f0628de{STARTING} added {ClientSelectorManager@308a6984{STOPPED},AUTO} 17:19:49.407 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@308a6984{STOPPED} 17:19:49.407 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.407Z added {SelectorProducer@7a34b7b8,POJO} 17:19:49.407 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.407Z added {QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:19:49.407 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.407Z created 17:19:49.407 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@58cd06cb{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.407Z,MANAGED} 17:19:49.407 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@308a6984{STARTING} added {ManagedSelector@58cd06cb{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@58cd06cb{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.408Z 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=0} 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] added {ReservedThreadExecutor@3be8821f{s=0/2,p=0},AUTO} 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@3be8821f{s=0/2,p=0} 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1261ms ReservedThreadExecutor@3be8821f{s=0/2,p=0} 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-32,5,main] 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-33,5,main] 17:19:49.408 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-34,5,main] 17:19:49.408 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.409 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-35,5,main] 17:19:49.409 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.409 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-36,5,main] 17:19:49.409 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.409 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.411 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-37,5,main] 17:19:49.411 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-38,5,main] 17:19:49.411 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.411 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@1628289406-39,5,main] 17:19:49.411 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.411 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.411 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1264ms QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.412 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.412 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1264ms EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.412Z 17:19:49.412 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/352367347@214894fc startThread=0 17:19:49.412 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@10567255 on ManagedSelector@58cd06cb{STARTING} id=0 keys=0 selected=0 updates=0 17:19:49.412 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/352367347@214894fc in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.412 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.412Z tryProduce false 17:19:49.412 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:49.412 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@10567255 17:19:49.412 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.412 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 0 keys 17:19:49.412 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1265ms ManagedSelector@58cd06cb{STARTED} id=0 keys=0 selected=0 updates=0 17:19:49.412 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1265ms ClientSelectorManager@308a6984{STARTED} 17:19:49.412 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1265ms HttpClientTransportOverHTTP@6f0628de{STARTED} 17:19:49.412 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@12f3afb5[provider=null,keyStore=null,trustStore=null] 17:19:49.550 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:19:49.550 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:19:49.551 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize 5fa47fea[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms Client@12f3afb5[provider=null,keyStore=null,trustStore=null] 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@3c1e3314{STOPPED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms ScheduledExecutorScheduler@3c1e3314{STARTED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms HttpClient@610db97e{STARTED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@5a2f016d{STOPPED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms SessionTracker@5a2f016d{STARTED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@36dce7ed{STOPPED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@47a64f7d{STOPPED,size=0,capacity=UNLIMITED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms InflaterPool@47a64f7d{STARTED,size=0,capacity=UNLIMITED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@33d05366{STOPPED,size=0,capacity=UNLIMITED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms DeflaterPool@33d05366{STARTED,size=0,capacity=UNLIMITED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms WebSocketExtensionFactory@36dce7ed{STARTED} 17:19:49.552 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1405ms WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STARTED},openSessions.size=0] 17:19:49.553 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41 to ws://127.0.0.1:8899/ws/sensinact 17:19:49.561 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:19:49.562 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=null], class org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:19:49.563 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:19:49.563 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:19:49.565 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41, policy=WebSocketPolicy@4fbb001b[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:19:49.571 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@610db97e{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=null,MANAGED} 17:19:49.571 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=null 17:19:49.573 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] added {Pool@4aa3d36[size=0 closed=false],POJO} 17:19:49.574 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:19:49.574 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:49.574 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1427ms DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:49.574 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1427ms HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:49.574 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:49.575 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7] 17:19:49.575 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 for HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=1,pool=DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=1] 17:19:49.575 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=1] 17:19:49.575 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:19:49.575 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:19:49.575 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@253c1256{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:19:49.577 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$434/1244815033@194152cf startThread=0 17:19:49.577 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$434/1244815033@194152cf in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.577 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:19:49.579 [qtp1806431167-17-acceptor-0@5c86a017-ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@4965432c[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40190]] on ManagedSelector@69504ae9{STARTED} id=0 keys=0 selected=0 updates=0 17:19:49.579 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@5cab9972{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=1,pool=DuplexConnectionPool@15f193b8[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b8c41f9, client.connector=HttpClient@610db97e{STARTED}}} on ManagedSelector@58cd06cb{STARTED} id=0 keys=0 selected=0 updates=0 17:19:49.579 [qtp1806431167-17-acceptor-0@5c86a017-ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=0 selected=0 updates=1 17:19:49.579 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STARTED} id=0 keys=0 selected=0 updates=1 17:19:49.579 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$434/1244815033@194152cf in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/0 selected 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/0 selected 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 1 updates 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 1 updates 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@4965432c[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40190]] 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@5cab9972{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=1,pool=DuplexConnectionPool@15f193b8[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b8c41f9, client.connector=HttpClient@610db97e{STARTED}}} 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@4965432c[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40190]] startThread=0 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.580 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 1/1/1 selected 17:19:49.580 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@4965432c[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40190]] in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 1 keys, 0 updates 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@61861d67 Connect@5cab9972{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=1,pool=DuplexConnectionPool@15f193b8[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b8c41f9, client.connector=HttpClient@610db97e{STARTED}}} 17:19:49.580 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40190 remote=/127.0.0.1:8899] 17:19:49.581 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@65b9958f{Connect@5cab9972{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40190 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=1,pool=DuplexConnectionPool@15f193b8[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b8c41f9, client.connector=HttpClient@610db97e{STARTED}}}} startThread=0 17:19:49.581 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@65b9958f{Connect@5cab9972{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40190 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=1,pool=DuplexConnectionPool@15f193b8[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b8c41f9, client.connector=HttpClient@610db97e{STARTED}}}} in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.581 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:49.581 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.581 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:49.585 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 2 ms, remaining: 3599998 ms 17:19:49.585 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 2 ms, remaining: 59998 ms 17:19:49.647 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=64/3600000}{io=0/0,kio=0,kro=8}-> 17:19:49.647 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$443/1584862879@a8089f0 on ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=0 17:19:49.648 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=65/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.648 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=66/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.648 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=66/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.648 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@249904fe{AC.ReadCB@3fd87c4b{HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:19:49.649 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.649 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c on ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=1 17:19:49.650 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=2 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/1 selected 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 2 updates 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$443/1584862879@a8089f0 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c 17:19:49.650 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@253c1256{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.650 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:49.651 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@15f193b8[c=0/1/64,a=0,i=1,q=1] 17:19:49.651 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@253c1256{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@4aa3d36[size=1 closed=false] 17:19:49.651 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[PENDING/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]} on HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/1/64,a=1,i=0,q=0] 17:19:49.651 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 17:19:49.652 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[PENDING/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]} associated true to HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[PENDING/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.652 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 17:19:49.653 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: ufx4phFD5tXMCdGl6CEFBQ== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:19:49.654 [qtp1806431167-19] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=72/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:49.655 [qtp1806431167-19] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=72/60000}{io=0/0,kio=0,kro=0}-> 17:19:49.655 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$443/1584862879@6dac7b74 on ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=0 17:19:49.655 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.655 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:19:49.655 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.655 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.655 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@751ef9fd{AC.ReadCB@79205969{HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:49.656 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.656 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 on ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=1 17:19:49.656 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=2 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/1 selected 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 2 updates 17:19:49.656 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$443/1584862879@6dac7b74 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 17:19:49.656 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@4965432c[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40190]] in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}] 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.656 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@6e44e47{s=START} 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.656 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:49.659 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:19:49.660 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@41497007[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:49.660 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: ufx4phFD5tXMCdGl6CEFBQ== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:19:49.660 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:19:49.660 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@6e44e47{s=COMPLETING} 17:19:49.660 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4eadffc1{IDLE}->null [HeapByteBuffer@145bf0c9[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@16af0717[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@41497007[p=0,l=0,c=0,r=0]={<<<>>>}] 17:19:49.660 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{WRITING}->null:IDLE-->WRITING 17:19:49.661 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 1/1/1 selected 17:19:49.661 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 1 keys, 0 updates 17:19:49.661 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=12/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[PENDING/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@6e44e47{s=COMPLETING}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.661 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@197c4032 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=5/60000}{io=1/1,kio=1,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.661 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@4eadffc1{WRITING}->null 17:19:49.661 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{IDLE}->null:WRITING-->IDLE 17:19:49.661 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.661 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=5/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:49.661 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0} tryExecute EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.661Z 17:19:49.661 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1} startReservedThread p=1 17:19:49.661 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@6e44e47{s=END} 17:19:49.661 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 17:19:49.662 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 17:19:49.662 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]}, result: null 17:19:49.662 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 17:19:49.662 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.662 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@65b9958f{Connect@5cab9972{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40190 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@2b8c41f9, client.connector=HttpClient@610db97e{STARTED}}}} in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}] 17:19:49.662 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}@2d9f5f85 startThread=0 17:19:49.662 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}@2d9f5f85 in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}] 17:19:49.662 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=1}@2d9f5f85 started 17:19:49.662 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@2d9f5f85 waiting 17:19:49.662 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.662Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=6/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:49.662 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=6/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:19:49.662 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:49.662 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.662 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=6/60000}{io=1/0,kio=1,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}] 17:19:49.663 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:49.663 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@751ef9fd{AC.ReadCB@79205969{HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:49.663 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:49.663 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:49.663 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@7a185012[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.663 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@7a185012[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.663 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@7a185012[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:49.663 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@7a185012[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.663 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:19:49.664 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: ufx4phFD5tXMCdGl6CEFBQ== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:49.665 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:19:49.666 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:19:49.666 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@283af732{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:49.666 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:19:49.667 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2} 17:19:49.667 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:49.667 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:49.667 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:49.667 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 session=null 17:19:49.668 [qtp1806431167-18] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:49.668 [qtp1806431167-18] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:49.675 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@701d4137{STOPPED} added {InflaterPool@579e1b02{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:49.675 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@701d4137{STOPPED} added {DeflaterPool@28ebf36c{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@82d7e78[defaultPolicy=WebSocketPolicy@6a899d2d[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {ScheduledExecutorScheduler@41c780f9{STOPPED},AUTO} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@82d7e78[defaultPolicy=WebSocketPolicy@6a899d2d[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {org.eclipse.jetty.io.MappedByteBufferPool@47d12f16,POJO} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@82d7e78[defaultPolicy=WebSocketPolicy@6a899d2d[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {SessionTracker@9ccfb09{STOPPED},AUTO} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@82d7e78[defaultPolicy=WebSocketPolicy@6a899d2d[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {WebSocketExtensionFactory@701d4137{STOPPED},AUTO} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketServerFactory@82d7e78[defaultPolicy=WebSocketPolicy@6a899d2d[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@2f8a7fe8 17:19:49.676 [qtp1806431167-18] INFO org.eclipse.jetty.websocket.server.WebSocketServerFactory - No DecoratedObjectFactory provided, using new org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@41c780f9{STOPPED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1529ms ScheduledExecutorScheduler@41c780f9{STARTED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@9ccfb09{STOPPED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1529ms SessionTracker@9ccfb09{STARTED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@701d4137{STOPPED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@579e1b02{STOPPED,size=0,capacity=UNLIMITED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1529ms InflaterPool@579e1b02{STARTED,size=0,capacity=UNLIMITED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@28ebf36c{STOPPED,size=0,capacity=UNLIMITED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1529ms DeflaterPool@28ebf36c{STARTED,size=0,capacity=UNLIMITED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1529ms WebSocketExtensionFactory@701d4137{STARTED} 17:19:49.676 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1529ms WebSocketServerFactory@82d7e78[defaultPolicy=WebSocketPolicy@6a899d2d[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:19:49.741 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:19:49.741 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:19:49.742 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:19:49.742 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:19:49.742 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketFrame()) 17:19:49.743 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2, policy=WebSocketPolicy@299e96e9[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:19:49.744 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:19:49.747 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=84/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=82} 17:19:49.748 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=84/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=83} 17:19:49.749 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Discovered default RemoteEndpointFactory: null 17:19:49.749 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=85/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=84},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=84}] 17:19:49.749 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=84},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=84}] added {WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=84},POJO} 17:19:49.750 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=85},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=86/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=85}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],AUTO} 17:19:49.750 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=85},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=85}] 17:19:49.750 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=85},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=85}] 17:19:49.751 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2] 17:19:49.751 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1603ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2] 17:19:49.751 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1604ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=86},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=86}] 17:19:49.751 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=86},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:19:49.751 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:49.751 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1604ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:49.751 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@222220a0 17:19:49.752 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=88/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=START}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=87} 17:19:49.752 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:49.752 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=87} 17:19:49.752 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@283af732{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:49.752 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@283af732{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:49.752 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=87} 17:19:49.753 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@7ce5687d) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@16af0717[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:49.753 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@16af0717[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@37ef53d2 17:19:49.753 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=88} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:49 GMT Connection: Upgrade Sec-WebSocket-Accept: mOuKG8xUitzV72jzPD27+SHP+/U= Upgrade: WebSocket 17:19:49.754 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@5950b348[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@6e39f977] (null,[p=0,l=0,c=0,r=0],true)@START 17:19:49.754 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@16af0717[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:49.754 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:49 GMT Connection: Upgrade Sec-WebSocket-Accept: mOuKG8xUitzV72jzPD27+SHP+/U= Upgrade: WebSocket 17:19:49.754 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:19:49.754 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@5950b348[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@6e39f977] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:19:49.754 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a1db7b3{IDLE}->null [HeapByteBuffer@51928980[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:49.754 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{WRITING}->null:IDLE-->WRITING 17:19:49.754 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 1/1/1 selected 17:19:49.754 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 1 keys, 0 updates 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=W,to=91/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=COMPLETING}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=90} 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@3a1db7b3{WRITING}->null 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{IDLE}->null:WRITING-->IDLE 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@5950b348[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@6e39f977] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:19:49.755 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61861d67 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=93/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@7ce5687d w=false 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@283af732{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@283af732{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@283af732{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:49.755 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=94/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=90} 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:19:49.755 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=94/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:19:49.755 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=0} tryExecute EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.755Z 17:19:49.755 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=1} startReservedThread p=1 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=END}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=90} to WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=END}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=90} 17:19:49.755 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@3be8821f{s=0/2,p=1}@20bb175c startThread=0 17:19:49.755 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@283af732{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:49.755 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@3be8821f{s=0/2,p=1}@20bb175c in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=1}] 17:19:49.755 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=1}@20bb175c started 17:19:49.755 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0}@20bb175c waiting 17:19:49.756 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=END}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=90} upgrading from HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=END}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=91} to WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=END}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=91} 17:19:49.756 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:49.755Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=94/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:19:49.756 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@79205969[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7e66eb21{s=END}]=>HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=91} 17:19:49.756 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=95/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}] 17:19:49.756 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=95/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:19:49.756 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:49.756 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.756 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[HANDSHAKING],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.756 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:19:49.756 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@249904fe{AC.ReadCB@3fd87c4b{HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:19:49.756 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:19:49.756 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.756 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:49.757 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@61bc9427{DirectByteBuffer@a2e222f[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:19:49.757 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@a2e222f[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.757 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:19:49.757 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:19:49.757 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@a2e222f[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.757 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@61bc9427{DirectByteBuffer@a2e222f[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[null 0 null]@3d06cd8a[PENDING/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.757 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@a2e222f[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:19:49.758 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@5a044b0a[batching=true] 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7] 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a 17:19:49.758 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENING],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@5a044b0a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:19:49.758 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:19:49.758 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:19:49.758 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:49.758 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a Date: Thu, 11 Nov 2021 17:19:49 GMT Connection: Upgrade Sec-WebSocket-Accept: mOuKG8xUitzV72jzPD27+SHP+/U= Upgrade: WebSocket 17:19:49.758 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.758 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 on ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=0 17:19:49.759 [qtp1806431167-18] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=1 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/1 selected 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 1 updates 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.759 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:49.759 [qtp1806431167-18] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@342d0868[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@5cd1da73 | +> SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2] - STARTED += ExtensionStack@24ecfaa3[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:19:49.759 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@283af732{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a 17:19:49.760 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:19:49.760 [qtp1806431167-18] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 > HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a] null 17:19:49.760 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@6e8195e3{s=HttpChannelState@283af732{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:19:49.760 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a 17:19:49.761 [qtp1806431167-18] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@79205969::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@283af732{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:49.761 [qtp1806431167-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}] 17:19:49.762 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=4/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=4/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:49.762 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=4/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=4/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:19:49.763 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],AUTO} 17:19:49.763 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:49.763 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:49.767 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41] 17:19:49.767 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1620ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41] 17:19:49.768 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1620ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=10/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=10/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:49.769 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:19:49.769 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=11/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:19:49.769 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:49.769 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1622ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=12/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=12/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=12/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@61bc9427{DirectByteBuffer@a2e222f[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=12/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@3fd87c4b(l:/127.0.0.1:40190 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@6938a505(exchange=HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]})[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=12/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[HANDSHAKING],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@62e5ba9a[batching=true] 17:19:49.770 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=12/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENING],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@62e5ba9a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:19:49.778 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:19:49.778 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=21/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.778 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:49.778 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c on ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=0 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=1 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/1 selected 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 1 updates 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@3a79f6e2[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@7bbcf6a2 | +> SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41] - STARTED += ExtensionStack@e8f81b0[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.779 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@2368eeec{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@6938a505(exchange=null)[send=HttpSenderOverHTTP@60c17f2e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@6e44e47{s=START}],recv=HttpReceiverOverHTTP@8a58862(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@253c1256{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@3fd87c4b::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@4aa3d36[size=0 closed=false] 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 > HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7] 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@49298ce7 > HttpResponse[HTTP/1.1 101 Switching Protocols]@3d06cd8a] null 17:19:49.779 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:19:49.779 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:19:49.780 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@4c1ce1f6[p=0,l=105,c=105,r=105]={<<<{"uri":"/sensinact","para...(@.name=='slider')]"}]}>>>} 17:19:49.780 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:19:49.780 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=105,fin=true,rsv=...,masked=false] 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=105,fin=true,rsv=...,masked=false] 17:19:49.789 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}] 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=105,fin=true,rsv=...,masked=true], Flusher@75b99f6d[PROCESSING]) 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=105,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null] to Flusher@6b692a01[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=105,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null]] 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null]] 17:19:49.789 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=111 cap=32768] 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4eadffc1{IDLE}->null [DirectByteBuffer@d7d343f[p=0,l=111,c=32768,r=111]={<<<\x81\xE9\xE8:\x8cu\x93\x18\xF9\x07\x81\x18\xB6W\xC7I\xE9\x1b\x9bS\xE2\x14\x8bN\xAe...\xA45\xC6T\xEd\x18\x8d\x07\xB1R\x9bV\xE5\x11\x8dH\xAb\\\xB5\x18\xF1(\x95>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{WRITING}->null:IDLE-->WRITING 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 1/1/1 selected 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 111 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=11/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=111,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 1 keys, 0 updates 17:19:49.790 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=111 remaining=0 WriteFlusher@4eadffc1{WRITING}->null 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@197c4032 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=31/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=31/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=31/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0} tryExecute EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.79Z 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}@2d9f5f85 offer EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.79Z 17:19:49.790 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1} startReservedThread p=1 17:19:49.840 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{IDLE}->null:WRITING-->IDLE 17:19:49.847 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}@5edf1c99 startThread=0 17:19:49.847 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=111,terminated=null] 17:19:49.847 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}@5edf1c99 in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}] 17:19:49.847 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=111,terminated=null] processing 0 entries: [] 17:19:49.847 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=1}@5edf1c99 started 17:19:49.847 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=111,terminated=null] auto flushing 17:19:49.847 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@5edf1c99 waiting 17:19:49.847 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=111,terminated=null] flushing 0 frames: [] 17:19:49.847 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:49.847 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.847Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=89/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:49.848 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}@2d9f5f85 task=EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.847Z 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=89/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:49.848 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:49.848Z tryProduce true 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:49.848 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:49.848 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:49.848 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=89/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.848 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 111 DirectByteBuffer@46148c68[p=0,l=111,c=4096,r=111]={<<<\x81\xE9\xE8:\x8cu\x93\x18\xF9\x07\x81\x18\xB6W\xC7I\xE9\x1b\x9bS\xE2\x14\x8bN\xAe...\xA45\xC6T\xEd\x18\x8d\x07\xB1R\x9bV\xE5\x11\x8dH\xAb\\\xB5\x18\xF1(\x95>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 111 bytes - DirectByteBuffer@46148c68[p=0,l=111,c=4096,r=111]={<<<\x81\xE9\xE8:\x8cu\x93\x18\xF9\x07\x81\x18\xB6W\xC7I\xE9\x1b\x9bS\xE2\x14\x8bN\xAe...\xA45\xC6T\xEd\x18\x8d\x07\xB1R\x9bV\xE5\x11\x8dH\xAb\\\xB5\x18\xF1(\x95>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=111,c=4096,r=111]={<<<\x81\xE9\xE8:\x8cu\x93\x18\xF9\x07\x81\x18\xB6W\xC7I\xE9\x1b\x9bS\xE2\x14\x8bN\xAe...\xA45\xC6T\xEd\x18\x8d\x07\xB1R\x9bV\xE5\x11\x8dH\xAb\\\xB5\x18\xF1(\x95>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:49.848 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 111 bytes 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 105 - Parser@43710898[ExtensionStack,s=PAYLOAD_LEN,c=0,len=105,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@2f05e370[p=0,l=105,c=105,r=105]={<<<\x93\x18\xF9\x07\x81\x18\xB6W\xC7I\xE9\x1b\x9bS\xE2\x14\x8bN\xAeY\xCaJ\xEd\x07\x89...\xA45\xC6T\xEd\x18\x8d\x07\xB1R\x9bV\xE5\x11\x8dH\xAb\\\xB5\x18\xF1(\x95>>>} 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=105,fin=true,rsv=...,masked=true] 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=105,fin=true,rsv=...,masked=true]) 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=105,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@2f05e370[p=0,l=105,c=105,r=105]={<<<{"uri":"/sensinact","para...(@.name=='slider')]"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:49.849 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([105] "{"uri":"/sensinact",...,"value":"$.[?(@.name=='slider')]"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:49.879 [qtp1806431167-16] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: $[?] 17:19:49.880 [qtp1806431167-16] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: @['name'] 17:19:49.882 [qtp1806431167-16] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: @['name'] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@341f17b8[p=0,l=493,c=493,r=493]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=493,fin=true,rsv=...,masked=false] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=493,fin=true,rsv=...,masked=false] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=493,fin=true,rsv=...,masked=false], Flusher@1bd80d7c[PROCESSING]) 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=493,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null] to Flusher@66a5f5c[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=493,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null]] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null]] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:49.884 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=497 cap=32768] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a1db7b3{IDLE}->null [DirectByteBuffer@5bbb46db[p=0,l=497,c=32768,r=497]={<<<\x81~\x01\xEd{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{WRITING}->null:IDLE-->WRITING 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 1/1/1 selected 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 1 keys, 0 updates 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 497 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=W,to=36/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=497,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=497 remaining=0 WriteFlusher@3a1db7b3{WRITING}->null 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61861d67 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=94/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{IDLE}->null:WRITING-->IDLE 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=497,terminated=null] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=497,terminated=null] processing 0 entries: [] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=497,terminated=null] auto flushing 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=95/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=497,terminated=null] flushing 0 frames: [] 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=95/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=111,l=111,c=4096,r=0]={\x81\xE9\xE8:\x8cu{"u...')]"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@46148c68[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE9\xE8:\x8cu{"u...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0} tryExecute EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.885Z 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]] 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=0}@20bb175c offer EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.885Z 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=1} startReservedThread p=1 17:19:49.885 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]]}} 17:19:49.885 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@3be8821f{s=0/2,p=1}@40eda3b2 startThread=0 17:19:49.886 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@3be8821f{s=0/2,p=1}@40eda3b2 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=1}] 17:19:49.886 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]] 17:19:49.886 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=1}@40eda3b2 started 17:19:49.886 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 on ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=0 17:19:49.886 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=1}@20bb175c task=EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.886Z 17:19:49.886 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0}@40eda3b2 waiting 17:19:49.886 [qtp1806431167-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=1 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:49.886 [qtp1806431167-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/352367347@7eecb5b8 in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}] 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/1 selected 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 1 updates 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.886Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=95/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:49.886 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:49.886Z tryProduce true 17:19:49.886 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:49.886 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]] 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.886 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=96/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:49.886 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=96/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:49.886 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 497 DirectByteBuffer@11d1f3ed[p=0,l=497,c=4096,r=497]={<<<\x81~\x01\xEd{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 497 bytes - DirectByteBuffer@11d1f3ed[p=0,l=497,c=4096,r=497]={<<<\x81~\x01\xEd{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=0,l=497,c=4096,r=497]={<<<\x81~\x01\xEd{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 497 bytes 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 493 - Parser@7ffc3d6c[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=493,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@4094e813[p=0,l=493,c=493,r=493]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=493,fin=true,rsv=...,masked=false] 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=493,fin=true,rsv=...,masked=false]) 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=493,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@4094e813[p=0,l=493,c=493,r=493]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([493] "{"providers":[{"name...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=497,l=497,c=4096,r=0]={\x81~\x01\xEd{"pro...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:49.886 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@11d1f3ed[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xEd{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:19:49.887 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]] 17:19:49.887 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]]}} 17:19:49.887 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]] 17:19:49.887 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c on ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=0 17:19:49.887 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=1 17:19:49.887 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/352367347@214894fc in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}] 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/1 selected 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 1 updates 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]] 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:49.887 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@3406900a[p=0,l=30,c=30,r=30]={<<<{"uri":"/sensinact/providers"}>>>} 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=30,fin=true,rsv=...,masked=false] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=30,fin=true,rsv=...,masked=false] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=30,fin=true,rsv=...,masked=true], Flusher@75b99f6d[PROCESSING]) 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=30,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null] to Flusher@6b692a01[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=30,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null]] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null]] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=36 cap=32768] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4eadffc1{IDLE}->null [DirectByteBuffer@d7d343f[p=0,l=36,c=32768,r=36]={<<<\x81\x9e\x8d"l\x16\xF6\x00\x19d\xE4\x00V4\xA2Q\tx\xFeK\x02w\xEeVCf\xFfM\x1a\x7f\xE9G\x1ee\xAf_>>>\xFfW\xD2a\xF7W\x86[\xE1...\x00\x00\x00\x00\x00\x00\x00}] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{WRITING}->null:IDLE-->WRITING 17:19:50.048 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 1/1/1 selected 17:19:50.048 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 1 keys, 0 updates 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 36 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=161/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=36,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=36 remaining=0 WriteFlusher@4eadffc1{WRITING}->null 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{IDLE}->null:WRITING-->IDLE 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] processing 0 entries: [] 17:19:50.048 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] auto flushing 17:19:50.049 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=36,terminated=null] flushing 0 frames: [] 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@197c4032 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=163/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]] 17:19:50.049 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=163/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]] 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=163/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]]:runFillable:BLOCKING 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0} tryExecute EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:50.049Z 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}@5edf1c99 offer EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:50.049Z 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1} startReservedThread p=1 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}@2c961cdf startThread=0 17:19:50.049 [qtp1806431167-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}@2c961cdf in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}] 17:19:50.049 [qtp1806431167-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=1}@2c961cdf started 17:19:50.049 [qtp1806431167-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@2c961cdf waiting 17:19:50.049 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:50.049Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=164/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=164/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=105,f=null]]}} 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE9\xE8:\x8cu{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 36 DirectByteBuffer@46148c68[p=0,l=36,c=4096,r=36]={<<<\x81\x9e\x8d"l\x16\xF6\x00\x19d\xE4\x00V4\xA2Q\tx\xFeK\x02w\xEeVCf\xFfM\x1a\x7f\xE9G\x1ee\xAf_>>>s":[{"nam...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 36 bytes - DirectByteBuffer@46148c68[p=0,l=36,c=4096,r=36]={<<<\x81\x9e\x8d"l\x16\xF6\x00\x19d\xE4\x00V4\xA2Q\tx\xFeK\x02w\xEeVCf\xFfM\x1a\x7f\xE9G\x1ee\xAf_>>>s":[{"nam...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=36,c=4096,r=36]={<<<\x81\x9e\x8d"l\x16\xF6\x00\x19d\xE4\x00V4\xA2Q\tx\xFeK\x02w\xEeVCf\xFfM\x1a\x7f\xE9G\x1ee\xAf_>>>s":[{"nam...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 36 bytes 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 30 - Parser@43710898[ExtensionStack,s=PAYLOAD_LEN,c=0,len=30,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@28a98d95[p=0,l=30,c=30,r=30]={<<<\xF6\x00\x19d\xE4\x00V4\xA2Q\tx\xFeK\x02w\xEeVCf\xFfM\x1a\x7f\xE9G\x1ee\xAf_>>>} 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=30,fin=true,rsv=...,masked=true] 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=30,fin=true,rsv=...,masked=true]) 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=30,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@28a98d95[p=0,l=30,c=30,r=30]={<<<{"uri":"/sensinact/providers"}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:50.050 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([30] "{"uri":"/sensinact/providers"}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5890c1c0[p=0,l=83,c=83,r=83]={<<<{"providers":["light","sl...":"/","statusCode":200}>>>} 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=83,fin=true,rsv=...,masked=false] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=83,fin=true,rsv=...,masked=false] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=83,fin=true,rsv=...,masked=false], Flusher@1bd80d7c[PROCESSING]) 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=83,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null] to Flusher@66a5f5c[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=83,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null]] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null]] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=85 cap=32768] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a1db7b3{IDLE}->null [DirectByteBuffer@5bbb46db[p=0,l=85,c=32768,r=85]={<<<\x81S{"providers":["light","...":"/","statusCode":200}>>>"resource...\x00\x00\x00\x00\x00\x00\x00}] 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{WRITING}->null:IDLE-->WRITING 17:19:50.053 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 1/1/1 selected 17:19:50.053 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 1 keys, 0 updates 17:19:50.053 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 85 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=W,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=85,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61861d67 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]] 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=85 remaining=0 WriteFlusher@3a1db7b3{WRITING}->null 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{IDLE}->null:WRITING-->IDLE 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] processing 0 entries: [] 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]] 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] auto flushing 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=85,terminated=null] flushing 0 frames: [] 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]]:runFillable:BLOCKING 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=36,l=36,c=4096,r=0]={\x81\x9e\x8d"l\x16{"u...iders"}<<<>>>s":[{"nam...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@46148c68[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x9e\x8d"l\x16{"u...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0} tryExecute EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:50.054Z 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]] 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=0}@40eda3b2 offer EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:50.054Z 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=1} startReservedThread p=1 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]]}} 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@3be8821f{s=0/2,p=1}@73c5929d startThread=0 17:19:50.054 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@3be8821f{s=0/2,p=1}@73c5929d in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=0/2,p=1}] 17:19:50.054 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=1}@73c5929d started 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=true 0->1 for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]] 17:19:50.054 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0}@73c5929d waiting 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 1 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]] 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:50.054Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:50.054 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:50.054 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=1}@40eda3b2 task=EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:50.054Z 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=493,f=null]]}} 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xEd{"pro...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.054 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@5edf1c99 task=EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.054Z 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 85 DirectByteBuffer@11d1f3ed[p=0,l=85,c=4096,r=85]={<<<\x81S{"providers":["light","...":"/","statusCode":200}>>>"resource...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.054 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.054Z tryProduce true 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 85 bytes - DirectByteBuffer@11d1f3ed[p=0,l=85,c=4096,r=85]={<<<\x81S{"providers":["light","...":"/","statusCode":200}>>>"resource...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.054 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.054 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=0,l=85,c=4096,r=85]={<<<\x81S{"providers":["light","...":"/","statusCode":200}>>>"resource...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:50.054 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 85 bytes 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 83 - Parser@7ffc3d6c[ExtensionStack,s=PAYLOAD_LEN,c=0,len=83,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:19:50.055 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.054Z tryProduce true 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@7d026295[p=0,l=83,c=83,r=83]={<<<{"providers":["light","sl...":"/","statusCode":200}>>>} 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=83,fin=true,rsv=...,masked=false] 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=PAYLOAD,c=0,len=83,f=TEXT[len=83,fin=true,rsv=...,masked=false]]] 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:50.055 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}@5edf1c99 waiting 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=83,fin=true,rsv=...,masked=false]) 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=83,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7d026295[p=0,l=83,c=83,r=83]={<<<{"providers":["light","sl...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([83] "{"providers":["light...ERS_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=85,l=85,c=4096,r=0]={\x81S{"provi...e":200}<<<>>>"resource...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@11d1f3ed[p=0,l=0,c=4096,r=0]={<<<>>>\x81S{"provi...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]] 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]]}} 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]] 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c on ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=0 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=1 17:19:50.055 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=2/2,p=0}@20bb175c waiting 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/1 selected 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 1 updates 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]] 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.055 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@1d7bd33[p=0,l=98,c=98,r=98]={<<<{"uri":"/sensinact/provid...ng","value":"$.[:1]"}]}>>>} 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=98,fin=true,rsv=...,masked=false] 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=98,fin=true,rsv=...,masked=false] 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=98,fin=true,rsv=...,masked=true], Flusher@75b99f6d[PROCESSING]) 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=98,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null] to Flusher@6b692a01[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=98,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null]] 17:19:50.249 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@75b99f6d[PROCESSING],AUTO,null]] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=104 cap=32768] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4eadffc1{IDLE}->null [DirectByteBuffer@d7d343f[p=0,l=104,c=32768,r=104]={<<<\x81\xE2\xC2\x06\xC1+\xB9$\xB4Y\xAb$\xFb\t\xEdu\xA4E\xB1o\xAfJ\xA1r\xEe...E\xA5$\xEd\t\xB4g\xAd^\xA7$\xFb\t\xE6(\x9a\x11\xF3[\xE3V\x9f{>>>\xAb\\\xB5\x18\xF1(\x95\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{WRITING}->null:IDLE-->WRITING 17:19:50.250 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 1/1/1 selected 17:19:50.250 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 1 keys, 0 updates 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 104 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=195/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=104,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=104 remaining=0 WriteFlusher@4eadffc1{WRITING}->null 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{IDLE}->null:WRITING-->IDLE 17:19:50.250 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@197c4032 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] processing 0 entries: [] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] auto flushing 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] flushing 0 frames: [] 17:19:50.250 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:50.250 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]] 17:19:50.250 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]]:runFillable:BLOCKING 17:19:50.250 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0} tryExecute EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/REPRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.25Z 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@5edf1c99 offer EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/REPRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.251Z 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.251Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:50.251 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@5edf1c99 task=EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.251Z 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]]}} 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=0,c=4096,r=0]={<<<>>>\x81\x9e\x8d"l\x16{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.251 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.251Z tryProduce true 17:19:50.251 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 104 DirectByteBuffer@46148c68[p=0,l=104,c=4096,r=104]={<<<\x81\xE2\xC2\x06\xC1+\xB9$\xB4Y\xAb$\xFb\t\xEdu\xA4E\xB1o\xAfJ\xA1r\xEe...E\xA5$\xEd\t\xB4g\xAd^\xA7$\xFb\t\xE6(\x9a\x11\xF3[\xE3V\x9f{>>>')]"}]}\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.251 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 104 bytes - DirectByteBuffer@46148c68[p=0,l=104,c=4096,r=104]={<<<\x81\xE2\xC2\x06\xC1+\xB9$\xB4Y\xAb$\xFb\t\xEdu\xA4E\xB1o\xAfJ\xA1r\xEe...E\xA5$\xEd\t\xB4g\xAd^\xA7$\xFb\t\xE6(\x9a\x11\xF3[\xE3V\x9f{>>>')]"}]}\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=104,c=4096,r=104]={<<<\x81\xE2\xC2\x06\xC1+\xB9$\xB4Y\xAb$\xFb\t\xEdu\xA4E\xB1o\xAfJ\xA1r\xEe...E\xA5$\xEd\t\xB4g\xAd^\xA7$\xFb\t\xE6(\x9a\x11\xF3[\xE3V\x9f{>>>')]"}]}\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 104 bytes 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:19:50.251 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=30,f=null]] 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 98 - Parser@43710898[ExtensionStack,s=PAYLOAD_LEN,c=0,len=98,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:19:50.251 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@344dc8ac[p=0,l=98,c=98,r=98]={<<<\xB9$\xB4Y\xAb$\xFb\t\xEdu\xA4E\xB1o\xAfJ\xA1r\xEe[\xB0i\xB7B\xA6...E\xA5$\xEd\t\xB4g\xAd^\xA7$\xFb\t\xE6(\x9a\x11\xF3[\xE3V\x9f{>>>} 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=98,fin=true,rsv=...,masked=true] 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=98,fin=true,rsv=...,masked=true]) 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=98,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@344dc8ac[p=0,l=98,c=98,r=98]={<<<{"uri":"/sensinact/provid...ng","value":"$.[:1]"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:50.251 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([98] "{"uri":"/sensinact/p...","type":"string","value":"$.[:1]"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:50.253 [qtp1806431167-20] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: $[:1] 17:19:50.253 [qtp1806431167-20] DEBUG com.jayway.jsonpath.internal.path.ArrayPathToken - Slice to index on array with length: 2. From index: 0 to: 1. Input: [:1] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@342e4dc3[p=0,l=128,c=128,r=128]={<<<{"providers":["light"],"f...":"/","statusCode":200}>>>} 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=128,fin=true,rsv=...,masked=false] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=128,fin=true,rsv=...,masked=false] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=128,fin=true,rsv=...,masked=false], Flusher@1bd80d7c[PROCESSING]) 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=128,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null] to Flusher@66a5f5c[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=128,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null]] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@1bd80d7c[PROCESSING],AUTO,null]] 17:19:50.253 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=132 cap=32768] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a1db7b3{IDLE}->null [DirectByteBuffer@5bbb46db[p=0,l=132,c=32768,r=132]={<<<\x81~\x00\x80{"providers":["light"...":"/","statusCode":200}>>>PERTY","r...\x00\x00\x00\x00\x00\x00\x00}] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{WRITING}->null:IDLE-->WRITING 17:19:50.254 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 1/1/1 selected 17:19:50.254 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 1 keys, 0 updates 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 132 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=W,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=132,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=132 remaining=0 WriteFlusher@3a1db7b3{WRITING}->null 17:19:50.254 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@61861d67 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{IDLE}->null:WRITING-->IDLE 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=132,terminated=null] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=132,terminated=null] processing 0 entries: [] 17:19:50.254 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=132,terminated=null] auto flushing 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=132,terminated=null] flushing 0 frames: [] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=104,l=104,c=4096,r=0]={\x81\xE2\xC2\x06\xC1+{"u...:1]"}]}<<<>>>')]"}]}\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.254 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]]:runFillable:BLOCKING 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@46148c68[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE2\xC2\x06\xC1+{"u...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]] 17:19:50.254 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=2/2,p=0} tryExecute EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.254Z 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]]}} 17:19:50.254 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0}@20bb175c offer EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.254Z 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]] 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 on ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=0 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=1 17:19:50.254 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}@2d9f5f85 waiting 17:19:50.254 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:50.254 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/1 selected 17:19:50.254 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 1 updates 17:19:50.255 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.254Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0}@20bb175c task=EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:50.254Z 17:19:50.255 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@e8e1d26 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]]}} 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=true/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.255Z tryProduce true 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=0,l=0,c=4096,r=0]={<<<>>>\x81S{"provi...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.255 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]] 17:19:50.255 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 132 DirectByteBuffer@11d1f3ed[p=0,l=132,c=4096,r=132]={<<<\x81~\x00\x80{"providers":["light"...":"/","statusCode":200}>>>PERTY","r...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.255 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 132 bytes - DirectByteBuffer@11d1f3ed[p=0,l=132,c=4096,r=132]={<<<\x81~\x00\x80{"providers":["light"...":"/","statusCode":200}>>>PERTY","r...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=83,f=null]] 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=0,l=132,c=4096,r=132]={<<<\x81~\x00\x80{"providers":["light"...":"/","statusCode":200}>>>PERTY","r...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 132 bytes 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 128 - Parser@7ffc3d6c[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=128,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@59f5ae77[p=0,l=128,c=128,r=128]={<<<{"providers":["light"],"f...":"/","statusCode":200}>>>} 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=128,fin=true,rsv=...,masked=false] 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=128,fin=true,rsv=...,masked=false]) 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=128,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@59f5ae77[p=0,l=128,c=128,r=128]={<<<{"providers":["light"],"f...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([128] "{"providers":["light...ERS_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@386d19b5[READING] getAction(DirectByteBuffer@11d1f3ed[p=132,l=132,c=4096,r=0]={\x81~\x00\x80{"pro...e":200}<<<>>>PERTY","r...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@11d1f3ed[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\x80{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]]}} 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c on ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=0 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=1 17:19:50.255 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=2/2,p=0}@40eda3b2 waiting 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/1 selected 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 1 updates 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@4f4a274c 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.255 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 1 keys 17:19:50.296 [qtp1806431167-17-acceptor-0@5c86a017-ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@47a2b470[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40192]] on ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=0 17:19:50.296 [qtp1806431167-17-acceptor-0@5c86a017-ServerConnector@710636b0{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=1 selected=0 updates=1 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/1 selected 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 1 updates 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@47a2b470[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40192]] 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@47a2b470[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40192]] startThread=0 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.296 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 2 keys 17:19:50.296 [qtp1806431167-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@47a2b470[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40192]] in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}] 17:19:50.296 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$443/1584862879@328c7ff6 on ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=0 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4abd9245{AC.ReadCB@11454523{HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@716aba6c on ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=1 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=2 17:19:50.297 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:50.297 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/2 selected 17:19:50.297 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 2 updates 17:19:50.297 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:50.297 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$443/1584862879@328c7ff6 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.297 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@716aba6c 17:19:50.297 [qtp1806431167-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@47a2b470[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40192]] in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}] 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 2 keys 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 1/1/2 selected 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 1 keys, 0 updates 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2f3937ab SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0} tryExecute EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.298Z 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@2d9f5f85 offer EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.298Z 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.298Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:50.298 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@2d9f5f85 task=EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.298Z 17:19:50.298 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:50.298Z tryProduce true 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4abd9245{AC.ReadCB@11454523{HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:50.298 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.298 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.298 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.298 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:50.298 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 2 keys 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 160 HeapByteBuffer@7a185012[p=0,l=160,c=8192,r=160]={<<>>dGl6CEFBQ...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 160 HeapByteBuffer@7a185012[p=0,l=160,c=8192,r=160]={<<>>dGl6CEFBQ...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@7a185012[p=0,l=160,c=8192,r=160]={<<>>dGl6CEFBQ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@7a185012[p=0,l=160,c=8192,r=160]={<<>>dGl6CEFBQ...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')] on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=0} GET //127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')] HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=0} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')] HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=0} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=0} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=0} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 session=null 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:50.299 [qtp1806431167-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=2} filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=2} parse HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=2} 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=2} 17:19:50.301 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6cfda539[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:50.302 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=3} parsed false HttpParser{s=END,0 of -1} 17:19:50.302 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=3} 17:19:50.302 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:50.302 [qtp1806431167-21] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:19:50.303 [qtp1806431167-21] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: $[?] 17:19:50.303 [qtp1806431167-21] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: @['name'] 17:19:50.303 [qtp1806431167-21] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: @['name'] 17:19:50.303 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@62efb37d[p=0,l=493,c=493,r=493]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}) 17:19:50.303 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=493 null 17:19:50.303 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@633a1674[p=0,l=493,c=493,r=493]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@24c12c71{null} 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=5} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:50 GMT X-Auth-Token: e21574acab4992ce33c3775e6aa978acc98f7c45 Content-Type: application/json;charset=utf-8 Content-Length: 493 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=493},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57e3390f] (null,[p=0,l=493,c=493,r=493],true)@START 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=4,cl=493} last=true content=HeapByteBuffer@633a1674[p=0,l=493,c=493,r=493]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:50 GMT X-Auth-Token: e21574acab4992ce33c3775e6aa978acc98f7c45 Content-Type: application/json;charset=utf-8 Content-Length: 493 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=493},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57e3390f] ([p=0,l=179,c=16384,r=179],[p=0,l=493,c=493,r=493],true)@COMPLETING 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@64590c31{IDLE}->null [HeapByteBuffer@51928980[p=0,l=179,c=16384,r=179]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@633a1674[p=0,l=493,c=493,r=493]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}] 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@64590c31{WRITING}->null:IDLE-->WRITING 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 672 SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=W,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=COMPLETING}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=5} 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=672 remaining=0 WriteFlusher@64590c31{WRITING}->null 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@64590c31{IDLE}->null:WRITING-->IDLE 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=493},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57e3390f] ([p=179,l=179,c=16384,r=0],[p=493,l=493,c=493,r=0],true)@END 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=5} 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=5} 17:19:50.304 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@49d6066f) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?jsonpath=$.[?(@.name=='slider')],age=6} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=493 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.305 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.306 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4abd9245{AC.ReadCB@11454523{HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:50.306 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.306 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@716aba6c on ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=0 17:19:50.306 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=1 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/2 selected 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 1 updates 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@716aba6c 17:19:50.306 [qtp1806431167-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:50.306 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}@5edf1c99 waiting 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 2 keys 17:19:50.306 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 1/1/2 selected 17:19:50.315 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 1 keys, 0 updates 17:19:50.316 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@2f3937ab SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=9/60000}{io=1/1,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.316 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=10/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.316 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=10/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:50.316 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0} tryExecute EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:50.316Z 17:19:50.340 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@5edf1c99 offer EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:50.316Z 17:19:50.340 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:50.34Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=34/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:50.340 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@5edf1c99 task=EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:50.34Z 17:19:50.340 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@4abd9245{AC.ReadCB@11454523{HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=34/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:50.341 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:50.34Z tryProduce true 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=34/60000}{io=1/0,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:50.341 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.341 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 137 HeapByteBuffer@7a185012[p=0,l=137,c=8192,r=137]={<<>>nection: ...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.341 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.341 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 2 keys 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 137 HeapByteBuffer@7a185012[p=0,l=137,c=8192,r=137]={<<>>nection: ...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@7a185012[p=0,l=137,c=8192,r=137]={<<>>nection: ...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@7a185012[p=0,l=137,c=8192,r=137]={<<>>nection: ...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} GET //127.0.0.1:8899/sensinact/providers HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=0} 17:19:50.341 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 session=null 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=1} filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=1} parse HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=1} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=1} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6cfda539[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=1} parsed false HttpParser{s=END,0 of -1} 17:19:50.342 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=1} 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5e619c01[p=0,l=83,c=83,r=83]={<<<{"providers":["light","sl...":"/","statusCode":200}>>>}) 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=83 null 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@18e7925b[p=0,l=83,c=83,r=83]={<<<{"providers":["light","sl...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@24c12c71{null} 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:50 GMT Content-Type: application/json;charset=utf-8 Content-Length: 83 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d95e0ea] (null,[p=0,l=83,c=83,r=83],true)@START 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=83} last=true content=HeapByteBuffer@18e7925b[p=0,l=83,c=83,r=83]={<<<{"providers":["light","sl...":"/","statusCode":200}>>>} 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:50 GMT Content-Type: application/json;charset=utf-8 Content-Length: 83 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d95e0ea] ([p=0,l=122,c=16384,r=122],[p=0,l=83,c=83,r=83],true)@COMPLETING 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@64590c31{IDLE}->null [HeapByteBuffer@51928980[p=0,l=122,c=16384,r=122]={<<>>: applica...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@18e7925b[p=0,l=83,c=83,r=83]={<<<{"providers":["light","sl...":"/","statusCode":200}>>>}] 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@64590c31{WRITING}->null:IDLE-->WRITING 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 205 SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=COMPLETING}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=2} 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=205 remaining=0 WriteFlusher@64590c31{WRITING}->null 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@64590c31{IDLE}->null:WRITING-->IDLE 17:19:50.343 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=83},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d95e0ea] ([p=122,l=122,c=16384,r=0],[p=83,l=83,c=83,r=0],true)@END 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=3} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers,age=3} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@57629754) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers,age=3} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers written=83 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 153 HeapByteBuffer@7a185012[p=0,l=153,c=8192,r=153]={<<>>ive\r\n\r\ndG...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 153 HeapByteBuffer@7a185012[p=0,l=153,c=8192,r=153]={<<>>ive\r\n\r\ndG...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@7a185012[p=0,l=153,c=8192,r=153]={<<>>ive\r\n\r\ndG...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@7a185012[p=0,l=153,c=8192,r=153]={<<>>ive\r\n\r\ndG...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1] on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=0} GET //127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1] HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1] HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact/providers on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=0} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/providers @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/providers @ o.e.j.s.ServletContextHandler@5a56cdac{/,null,AVAILABLE} 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:50.344 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 session=null 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/providers -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2e3967ea==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@e44f3cc7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=1} filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=1} parse HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=1} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=1} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@6cfda539[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=1} parsed false HttpParser{s=END,0 of -1} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=1} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:50.345 [qtp1806431167-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:19:50.346 [qtp1806431167-20] DEBUG com.jayway.jsonpath.internal.path.CompiledPath - Evaluating path: $[:1] 17:19:50.346 [qtp1806431167-20] DEBUG com.jayway.jsonpath.internal.path.ArrayPathToken - Slice to index on array with length: 2. From index: 0 to: 1. Input: [:1] 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@531882d[p=0,l=128,c=128,r=128]={<<<{"providers":["light"],"f...":"/","statusCode":200}>>>}) 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=128 null 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2160a79a[p=0,l=128,c=128,r=128]={<<<{"providers":["light"],"f...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@24c12c71{null} 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/providers on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:50 GMT Content-Type: application/json;charset=utf-8 Content-Length: 128 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=128},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@13c091ec] (null,[p=0,l=128,c=128,r=128],true)@START 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=128} last=true content=HeapByteBuffer@2160a79a[p=0,l=128,c=128,r=128]={<<<{"providers":["light"],"f...":"/","statusCode":200}>>>} 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:50 GMT Content-Type: application/json;charset=utf-8 Content-Length: 128 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=128},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@13c091ec] ([p=0,l=123,c=16384,r=123],[p=0,l=128,c=128,r=128],true)@COMPLETING 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@64590c31{IDLE}->null [HeapByteBuffer@51928980[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2160a79a[p=0,l=128,c=128,r=128]={<<<{"providers":["light"],"f...":"/","statusCode":200}>>>}] 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@64590c31{WRITING}->null:IDLE-->WRITING 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 251 SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=END,0 of -1},g=HttpGenerator@209ef630{s=COMPLETING}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=2} 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=251 remaining=0 WriteFlusher@64590c31{WRITING}->null 17:19:50.346 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@64590c31{IDLE}->null:WRITING-->IDLE 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@48080f28[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=128},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@13c091ec] ([p=123,l=123,c=16384,r=0],[p=128,l=128,c=128,r=0],true)@END 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler290579508==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=3} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5447d1cf{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=3} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@505b6cf7) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@5447d1cf{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/providers?jsonpath=$.[:1],age=3} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/providers written=128 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@5447d1cf{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@7a185012[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.347 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4abd9245{AC.ReadCB@11454523{HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:50.348 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.348 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@716aba6c on ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=0 17:19:50.348 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=1 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/2 selected 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 1 updates 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$437/1026182669@716aba6c 17:19:50.348 [qtp1806431167-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@11454523::SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:50.348 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}@2d9f5f85 waiting 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@5ebfbabf{l=/127.0.0.1:8899,r=/127.0.0.1:40192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@11454523[p=HttpParser{s=START,0 of -1},g=HttpGenerator@209ef630{s=START}]=>HttpChannelOverHttp@50784f18{s=HttpChannelState@5447d1cf{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.348 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 2 keys 17:19:50.364 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STARTED},openSessions.size=1] 17:19:50.364 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STARTED},openSessions.size=1] 17:19:50.364 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - shutdown already commenced 17:19:50.364 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@5a2f016d{STARTED} 17:19:50.364 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=109/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]],remote=WebSocketRemoteEndpoint@62e5ba9a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:19:50.365 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=109/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[OPENED],f=Flusher@6b692a01[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]],remote=WebSocketRemoteEndpoint@62e5ba9a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7bb2e9c2) 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7bb2e9c2,OFF,null] to Flusher@6b692a01[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7bb2e9c2,OFF,null]] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7bb2e9c2,OFF,null]] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@4eadffc1{IDLE}->null [DirectByteBuffer@38c2cf5e[p=0,l=6,c=1024,r=6]={<<<\x88\x8a\x80\xC6X\xA7>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@1940d702[p=0,l=10,c=10,r=10]={<<<\x83/\x0b\xCf\xF5\xB2<\xC8\xF7\xA8>>>}] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{WRITING}->null:IDLE-->WRITING 17:19:50.366 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 1/1/2 selected 17:19:50.366 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 1 keys, 0 updates 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=111/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[CLOSING],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@4eadffc1{WRITING}->null 17:19:50.366 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@197c4032 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=112/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@4eadffc1{IDLE}->null:WRITING-->IDLE 17:19:50.366 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=112/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:19:50.366 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=112/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]]:runFillable:BLOCKING 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:19:50.366 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0} tryExecute EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:50.367Z 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@2d9f5f85 offer EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/PRODUCING/p=false/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:50.367Z 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:50.367Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=112/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.367 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}@2d9f5f85 task=EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:50.367Z 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@751ef9fd{AC.ReadCB@5cd1da73{WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=FI,flush=-,to=112/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]]}} 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@5c8814a{l=/127.0.0.1:40190,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:50.367 [qtp1806431167-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60f00693/SelectorProducer@5db6b9cd/IDLE/p=true/QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:50.367Z tryProduce true 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE2\xC2\x06\xC1+{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.367 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.367 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@46148c68[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\x80\xC6X\xA7\x83/\x0b\xCf\xF5\xB2<\xC8\xF7\xA8>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@46148c68[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\x80\xC6X\xA7\x83/\x0b\xCf\xF5\xB2<\xC8\xF7\xA8>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00} 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\x80\xC6X\xA7\x83/\x0b\xCf\xF5\xB2<\xC8\xF7\xA8>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:50.367 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[OPENED],f=Flusher@66a5f5c[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=98,f=null]] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:19:50.367 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 2 keys 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@43710898[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@412f3132[p=0,l=10,c=10,r=10]={<<<\x83/\x0b\xCf\xF5\xB2<\xC8\xF7\xA8>>>} 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@249904fe{AC.ReadCB@7bbcf6a2{WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=0.0.0.0/0.0.0.0:40190,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]]}} 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=0.0.0.0/0.0.0.0:40190,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] onFillInterestedFailed {} 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@58cd06cb{STARTED} id=0 keys=1 selected=0 updates=0 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@f4a4359) 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@f4a4359,OFF,null] to Flusher@66a5f5c[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:50.367 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@12bd5ae9 startThread=0 17:19:50.367 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@f4a4359,OFF,null]] 17:19:50.368 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@f4a4359,OFF,null]] 17:19:50.373 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a1db7b3{IDLE}->null [DirectByteBuffer@23deee05[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@5ac2716f[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:19:50.373 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{WRITING}->null:IDLE-->WRITING 17:19:50.373 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=W,to=6/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[CLOSING],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:50.373 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@3a1db7b3{WRITING}->null 17:19:50.373 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a1db7b3{IDLE}->null:WRITING-->IDLE 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@3d693229{l=/127.0.0.1:8899,r=/127.0.0.1:40190,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@751ef9fd{null} 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@69504ae9{STARTED} id=0 keys=2 selected=0 updates=0 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@62dc6da4 startThread=0 17:19:50.374 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken with none selected 17:19:50.374 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@62dc6da4 in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=1/2,p=0}] 17:19:50.374 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c woken up from select, 0/0/1 selected 17:19:50.374 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c processing 0 keys, 0 updates 17:19:50.374 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@3d693229{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@66a5f5c[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:50.374 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@3d693229{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=null]] 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[READING] getAction(DirectByteBuffer@46148c68[p=16,l=16,c=4096,r=0]={\x88\x8a\x80\xC6X\xA7\x03\xE9Shutdown<<<>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@5fd11056[EOF] getAction(DirectByteBuffer@46148c68[p=16,l=16,c=4096,r=0]={\x88\x8a\x80\xC6X\xA7\x03\xE9Shutdown<<<>>>ensinact/...\x00\x00\x00\x00\x00\x00\x00}) 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:19:50.374 [qtp1806431167-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=null]] 17:19:50.442 [qtp1806431167-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:19:50.368 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@5c8814a{l=0.0.0.0/0.0.0.0:40190,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.370 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@6b692a01[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:50.443 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/0 selected 17:19:50.443 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 0 updates 17:19:50.443 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:50.443 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.443 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 0 keys 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:50.370 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@12bd5ae9 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=2/2,p=0}] 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41] 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41] 17:19:50.374 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.374 [qtp1806431167-21] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}@5edf1c99 waiting 17:19:50.443 [qtp1806431167-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@2110272c waiting with 1 keys 17:19:50.443 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=69/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@5a044b0a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:19:50.443 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@5c8814a{l=0.0.0.0/0.0.0.0:40190,r=null,CLOSED,fill=-,flush=-,to=76/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],behavior=CLIENT,connection=WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=0.0.0.0/0.0.0.0:40190,r=null,CLOSED,fill=-,flush=-,to=76/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]],remote=WebSocketRemoteEndpoint@62e5ba9a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.jsonpath.ws.test.WsServiceTestClient@4d666b41],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@5a2f016d{STOPPED} 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@36dce7ed{STARTED} 17:19:50.443 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@7bbcf6a2::SocketChannelEndPoint@5c8814a{l=0.0.0.0/0.0.0.0:40190,r=null,CLOSED,fill=-,flush=-,to=76/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@7bbcf6a2[s=ConnectionState@28c889c7[DISCONNECTED],f=Flusher@6b692a01[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@7ffc3d6c[ExtensionStack,s=START,c=0,len=128,f=null]] 17:19:50.443 [qtp1806431167-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=69/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@5a044b0a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:19:50.443 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@33d05366{STARTED,size=0,capacity=UNLIMITED} 17:19:50.443 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:19:50.451 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@33d05366{STOPPED,size=0,capacity=UNLIMITED} 17:19:50.451 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:50.451 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@47a64f7d{STARTED,size=0,capacity=UNLIMITED} 17:19:50.451 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:50.451 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@47a64f7d{STOPPED,size=0,capacity=UNLIMITED} 17:19:50.451 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@36dce7ed{STOPPED} 17:19:50.451 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@12bd5ae9 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=2/2,p=0}] 17:19:50.451 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2] 17:19:50.451 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2] 17:19:50.451 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@610db97e{STARTED} 17:19:50.451 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],behavior=SERVER,connection=WebSocketServerConnection@5cd1da73::SocketChannelEndPoint@3d693229{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=77/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@5cd1da73[s=ConnectionState@3cf948a4[DISCONNECTED],f=Flusher@66a5f5c[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@43710898[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@5a044b0a[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@fa5b0b2],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:19:50.451 [qtp1806431167-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@62dc6da4 in QueuedThreadPool[qtp1806431167]@6babf3bf{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@2ddc9a9f{s=2/2,p=0}] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@6826c41e,queue=0,pool=DuplexConnectionPool@15f193b8[c=0/0/64,a=0,i=0,q=0] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@3c1e3314{STARTED} 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@3c1e3314{STOPPED} 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@12f3afb5[provider=null,keyStore=null,trustStore=null] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@12f3afb5[provider=null,keyStore=null,trustStore=null] 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@6f0628de{STARTED} 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@308a6984{STARTED} 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@58cd06cb{STARTED} id=0 keys=0 selected=0 updates=0 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@4f5ce0f3 on ManagedSelector@58cd06cb{STOPPING} id=0 keys=0 selected=0 updates=0 17:19:50.452 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STOPPING} id=0 keys=0 selected=0 updates=1 17:19:50.452 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:50.452 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/0 selected 17:19:50.452 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 1 updates 17:19:50.458 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@4f5ce0f3 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@58cd06cb{STOPPING} id=0 keys=0 selected=0 updates=0 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff waiting with 0 keys 17:19:50.459 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@37ce91e3 on ManagedSelector@58cd06cb{STOPPING} id=0 keys=0 selected=0 updates=0 17:19:50.459 [JettyShutdownThread] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@58cd06cb{STOPPING} id=0 keys=0 selected=0 updates=1 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken with none selected 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff woken up from select, 0/0/0 selected 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6f41feff processing 0 keys, 1 updates 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:50.459 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@37ce91e3 17:19:50.460 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:50.460 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.46Z 17:19:50.460 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=2/2,p=0}] 17:19:50.460 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=2/2,p=0}@20bb175c size 2 > capacity 17:19:50.460 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=2/2,p=0}] 17:19:50.460 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@3be8821f{s=2/2,p=0}@20bb175c in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3be8821f{s=2/2,p=0}] 17:19:50.461 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@3be8821f{s=2/2,p=0} 17:19:50.461 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=1/2,p=0}@40eda3b2 offer STOP! 17:19:50.461 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=0/2,p=0}@73c5929d offer STOP! 17:19:50.461 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@3be8821f{s=-1/2,p=0} 17:19:50.461 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=-1/2,p=0}@73c5929d task=STOP! 17:19:50.461 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=-1/2,p=0}@73c5929d Exited 17:19:50.461 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@3be8821f{s=-1/2,p=0}@73c5929d in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1628289406-32,5,main] for 14999 17:19:50.461 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=-1/2,p=0}@40eda3b2 task=STOP! 17:19:50.461 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-33,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3be8821f{s=-1/2,p=0}@40eda3b2 Exited 17:19:50.461 [WebSocketClient@1628289406-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-34,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-38,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@3be8821f{s=-1/2,p=0}@40eda3b2 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-37,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.461 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [WebSocketClient@1628289406-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-36,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [WebSocketClient@1628289406-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-39,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1306834002@bab1709 in QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [WebSocketClient@1628289406-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-32,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [WebSocketClient@1628289406-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@1628289406-35,5,main] exited for QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@1628289406-38,5,] for 14992 17:19:50.468 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:50.468 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@66b72664/SelectorProducer@7a34b7b8/IDLE/p=false/QueuedThreadPool[WebSocketClient@1628289406]@7bd69e82{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:50.468Z 17:19:50.468 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@58cd06cb{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:50.468 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@308a6984{STOPPED} 17:19:50.468 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@6f0628de{STOPPED} 17:19:50.468 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@610db97e{STOPPED} 17:19:50.469 [JettyShutdownThread] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] 17:19:50.469 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] 17:19:50.469 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Stopped WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] 17:19:50.469 [JettyShutdownThread] DEBUG org.eclipse.jetty.util.thread.ShutdownThread - Destroyed WebSocketClient@e84a1fa5[httpClient=HttpClient@610db97e{STOPPED},openSessions.size=0] [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jsonpath-filter --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/jsonpath-filter-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/jsonpath-filter/2.0-SNAPSHOT/jsonpath-filter-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/jsonpath-filter/2.0-SNAPSHOT/jsonpath-filter-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/jsonpath-filter-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/jsonpath-filter/2.0-SNAPSHOT/jsonpath-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.nthbnd:geo-filtering >--------- [INFO] Building sensiNact IoT Gateway - GeoJSON filtering parent module 2.0-SNAPSHOT [62/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ geo-filtering --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ geo-filtering --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ geo-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ geo-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ geo-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ geo-filtering --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ geo-filtering --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ geo-filtering --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ geo-filtering --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/geo-filtering/2.0-SNAPSHOT/geo-filtering-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.sensinact.gateway.nthbnd:geojson-filter >--------- [INFO] Building sensiNact IoT Gateway - GeoJSON filter 2.0-SNAPSHOT [63/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ geojson-filter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ geojson-filter --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ geojson-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ geojson-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geojson-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ geojson-filter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ geojson-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geojson-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ geojson-filter --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ geojson-filter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geojson-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/geojson-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ geojson-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/geojson-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ geojson-filter --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.geojson-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.geojson-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ geojson-filter --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/tests.bndrun: [INFO] -runbundles: ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.geojson-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.geojson-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' 17:19:55.386 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:19:55.389 [main] INFO org.eclipse.jetty.util.log - Logging initialized @448ms to org.eclipse.jetty.util.log.Slf4jLog 17:19:55.395 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1029472813]@3d5c822d{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@71238fc2,POJO} 17:19:55.398 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@156b88f5{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp1029472813]@3d5c822d{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:19:55.400 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@7205765b[null] added {org.eclipse.jetty.security.DefaultIdentityService@47987356,POJO} 17:19:55.400 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@7205765b[OSGi HTTP Service Realm] added {UserStore@22ef9844{STOPPED},AUTO} 17:19:55.401 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@156b88f5{STOPPED}[9.4.42.v20210604] added {HashLoginService@7205765b[OSGi HTTP Service Realm],AUTO} 17:19:55.410 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@ffaa6af{/,null,STOPPED},[o.e.j.s.ServletContextHandler@ffaa6af{/,null,STOPPED}]}] 17:19:55.410 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@53ce1329{STOPPED} added {o.e.j.s.ServletContextHandler@ffaa6af{/,null,STOPPED},AUTO} 17:19:55.414 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@7bab3f1a 17:19:55.418 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@ffaa6af{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=-1,MANAGED} 17:19:55.420 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=-1 added {ServletHandler@3527942a{STOPPED},MANAGED} 17:19:55.420 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:19:55.421 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@5e600dd5,UNMANAGED} 17:19:55.423 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@3527942a{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:19:55.423 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@3527942a{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434,POJO} 17:19:55.423 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@156b88f5{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@53ce1329{STOPPED},MANAGED} 17:19:55.424 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@156b88f5{STOPPED}[9.4.42.v20210604] 17:19:55.425 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@156b88f5{STARTING}[9.4.42.v20210604] added {ErrorHandler@f09733f{STOPPED},AUTO} 17:19:55.425 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:19:55.444 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@156b88f5{STARTING}[9.4.42.v20210604] 17:19:55.445 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1029472813]@3d5c822d{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:19:55.446 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=0} 17:19:55.446 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] added {ReservedThreadExecutor@6e6f2380{s=0/2,p=0},AUTO} 17:19:55.446 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@6e6f2380{s=0/2,p=0} 17:19:55.450 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @508ms ReservedThreadExecutor@6e6f2380{s=0/2,p=0} 17:19:55.451 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-16,5,main] 17:19:55.451 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-17,5,main] 17:19:55.451 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-18,5,main] 17:19:55.451 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-19,5,main] 17:19:55.451 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-20,5,main] 17:19:55.451 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.451 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.451 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-21,5,main] 17:19:55.451 [qtp1029472813-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-22,5,main] 17:19:55.452 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1029472813-23,5,main] 17:19:55.452 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.452 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.452 [qtp1029472813-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @510ms QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@7205765b[OSGi HTTP Service Realm] 17:19:55.452 [qtp1029472813-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@22ef9844{STOPPED} 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @511ms UserStore@22ef9844{STARTED} 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @511ms HashLoginService@7205765b[OSGi HTTP Service Realm] 17:19:55.452 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@53ce1329{STOPPED} 17:19:55.453 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@53ce1329{STARTING} 17:19:55.453 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@ffaa6af{/,null,STOPPED} 17:19:55.454 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:19:55.460 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@ffaa6af{/,null,STARTING} 17:19:55.460 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 17:19:55.461 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@33065d67[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:19:55.462 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@33065d67[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@17f9d882[passivating=false,graceSec=3600],AUTO} 17:19:55.463 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@4c60d6e9{STOPPED}[worker=null] 17:19:55.463 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:19:55.463 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:19:55.464 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@4c60d6e9{STARTING}[worker=node0] added {HouseKeeper@1349883{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:19:55.464 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@1349883{STOPPED}[interval=600000, ownscheduler=false] 17:19:55.464 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@8519cb4{STOPPED} 17:19:55.465 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @524ms ScheduledExecutorScheduler@8519cb4{STARTED} 17:19:55.465 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:19:55.465 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:19:55.466 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @524ms HouseKeeper@1349883{STARTED}[interval=660000, ownscheduler=true] 17:19:55.466 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @524ms DefaultSessionIdManager@4c60d6e9{STARTED}[worker=node0] 17:19:55.466 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@156b88f5{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@4c60d6e9{STARTED}[worker=node0],MANAGED} 17:19:55.466 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 added {DefaultSessionIdManager@4c60d6e9{STARTED}[worker=node0],UNMANAGED} 17:19:55.466 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@909217e{STOPPED} 17:19:55.466 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @525ms ScheduledExecutorScheduler@909217e{STARTED} 17:19:55.467 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 17:19:55.467 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@3527942a{STOPPED} 17:19:55.469 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434[EMBEDDED:null] 17:19:55.470 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:55.470 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:55.470 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:55.470 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:55.470 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:19:55.470 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:55.470 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@3527942a{STARTING} 17:19:55.471 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@3527942a{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2ec949a{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:19:55.471 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@3527942a{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4,POJO} 17:19:55.471 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434[EMBEDDED:null] 17:19:55.471 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:55.471 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4[EMBEDDED:null] 17:19:55.472 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2ec949a{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2ec949a{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434[EMBEDDED:null] 17:19:55.472 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4[EMBEDDED:null] 17:19:55.472 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2ec949a{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:19:55.472 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:19:55.473 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2ec949a{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:19:55.473 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@3527942a{STARTING} 17:19:55.473 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @531ms ServletHandler@3527942a{STARTED} 17:19:55.473 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@33065d67[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:19:55.473 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@17f9d882[passivating=false,graceSec=3600] 17:19:55.473 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @532ms org.eclipse.jetty.server.session.NullSessionDataStore@17f9d882[passivating=false,graceSec=3600] 17:19:55.473 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @532ms org.eclipse.jetty.server.session.DefaultSessionCache@33065d67[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:19:55.473 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @532ms org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 17:19:55.476 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:19:55.477 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @535ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:19:55.478 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434 17:19:55.478 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2ec949a{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:19:55.478 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @537ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6fa51cd4==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@2ec949a{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:19:55.479 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:55.479 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @537ms o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:55.479 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @538ms ContextHandlerCollection@53ce1329{STARTED} 17:19:55.479 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@f09733f{STOPPED} 17:19:55.479 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@f09733f{STARTING} 17:19:55.479 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @538ms ErrorHandler@f09733f{STARTED} 17:19:55.479 [main] INFO org.eclipse.jetty.server.Server - Started @538ms 17:19:55.479 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @538ms Server@156b88f5{STARTED}[9.4.42.v20210604] 17:19:55.480 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:19:55.484 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@c430e6c[HTTP/1.1] added {HttpConfiguration@312aa7c{32768/8192,8192/8192,https://:0,[]},POJO} 17:19:55.491 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{null, ()}{0.0.0.0:0} added {Server@156b88f5{STARTED}[9.4.42.v20210604],UNMANAGED} 17:19:55.491 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}],UNMANAGED} 17:19:55.491 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5fb759d6{STOPPED},AUTO} 17:19:55.491 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@4b8d604b,POJO} 17:19:55.491 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@c430e6c[HTTP/1.1],AUTO} 17:19:55.492 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@c430e6c[HTTP/1.1] 17:19:55.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:19:55.494 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@156b88f5{STARTED}[9.4.42.v20210604] added {ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:19:55.494 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:55.497 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:19:55.498 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@5fb759d6{STOPPED} 17:19:55.498 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @556ms ScheduledExecutorScheduler@5fb759d6{STARTED} 17:19:55.498 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@c430e6c[HTTP/1.1] 17:19:55.498 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @556ms HttpConnectionFactory@c430e6c[HTTP/1.1] 17:19:55.498 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:55.504 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:55.503Z added {SelectorProducer@28cda624,POJO} 17:19:55.505 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:55.505Z added {QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}],UNMANAGED} 17:19:55.505 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:55.505Z created 17:19:55.505 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@6a4f1a55{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:55.505Z,MANAGED} 17:19:55.505 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@6a4f1a55{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:19:55.506 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@6a4f1a55{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:55.506 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:55.506Z 17:19:55.506 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @564ms EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:55.506Z 17:19:55.507 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/2075952726@6933b6c6 startThread=0 17:19:55.508 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@7d3e8655 on ManagedSelector@6a4f1a55{STARTING} id=0 keys=0 selected=0 updates=0 17:19:55.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/2075952726@6933b6c6 in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:55.54Z tryProduce false 17:19:55.541 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:55.541 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@7d3e8655 17:19:55.541 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:55.541 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 0 keys 17:19:55.541 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @600ms ManagedSelector@6a4f1a55{STARTED} id=0 keys=0 selected=0 updates=0 17:19:55.541 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @600ms SelectorManager@ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:55.542 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@169bb4dd,POJO} 17:19:55.542 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@169bb4dd startThread=0 17:19:55.543 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:55.543 [qtp1029472813-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@169bb4dd in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:55.543 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @601ms ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8899 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:19:55.553 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@156b88f5{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@448c8166,POJO} 17:19:55.638 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - Starting introspection in bundle %s 17:19:55.641 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - The Echo servlet has been initialized, but we delay initialization until the first request so that a Jetty Context is available 17:19:55.642 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /ws/sensinact servlet registered 17:19:55.643 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.login servlet registered 17:19:55.644 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.register servlet registered 17:19:55.645 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact/* servlet registered 17:19:55.647 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:19:55.719 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:55.723 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:55.723 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.patternEnd() 17:19:55.723 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:55.724 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:55.724 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:55.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:55.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:19:55.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:19:55.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:55.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:55.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:55.729 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:19:55.729 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:19:55.729 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:19:55.729 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:19:55.729 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:19:55.729 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:55.729 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:55.730 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:19:55.730 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:19:55.730 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:19:55.730 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:19:55.730 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:19:55.730 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:55.730 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:55.732 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.minInclusiveEnd() 17:19:55.732 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.maxInclusiveEnd() 17:19:55.732 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:19:55.733 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:19:55.733 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:19:55.733 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:19:55.733 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:19:55.733 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:19:55.733 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:55.733 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:19:55.734 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:19:55.734 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:19:55.734 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:19:55.738 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:55.781 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.782 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.782 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.783 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.785 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:55.788 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.788 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:55.790 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.790 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:55.791 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.791 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:55.795 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.795 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:55.797 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.797 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:55.799 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:55.800 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:19:55.810 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:19:55.811 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:19:55.811 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:19:55.812 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:19:55.812 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:19:55.812 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:19:55.812 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:19:55.852 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:19:55.867 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.867 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.867 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.867 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.868 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:19:55.869 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:19:55.870 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:19:55.870 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:19:55.870 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:19:55.871 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:19:56.141 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STOPPED} added {HttpClientTransportOverHTTP@3ef41c66{STOPPED},AUTO} 17:19:56.141 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STOPPED} added {Client@41de5768[provider=null,keyStore=null,trustStore=null],AUTO} 17:19:56.142 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@5f577419,POJO} 17:19:56.142 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@28fa700e,POJO} 17:19:56.142 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1028811481]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@e041f0c,POJO} 17:19:56.142 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STOPPED} added {QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:19:56.142 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@4102b1b1,POJO} 17:19:56.143 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@64fc48a4[httpClient=HttpClient@13c612bd{STOPPED},openSessions.size=0] added {HttpClient@13c612bd{STOPPED},AUTO} 17:19:56.143 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@64fc48a4[httpClient=HttpClient@13c612bd{STOPPED},openSessions.size=0] added {SessionTracker@5b69fd74{STOPPED},AUTO} 17:19:56.145 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@64b31700{STOPPED} added {InflaterPool@3b65e559{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:56.145 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@64b31700{STOPPED} added {DeflaterPool@bae47a0{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:56.145 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@d9a60d54[httpClient=HttpClient@13c612bd{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@64b31700{STOPPED},AUTO} 17:19:56.146 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@d9a60d54[httpClient=HttpClient@13c612bd{STOPPED},openSessions.size=0] 17:19:56.146 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@13c612bd{STOPPED} 17:19:56.146 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STARTING} added {ScheduledExecutorScheduler@35e52059{STOPPED},AUTO} 17:19:56.147 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@6b5f8707,POJO} 17:19:56.150 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@3ef41c66{STOPPED} 17:19:56.150 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@3ef41c66{STARTING} added {ClientSelectorManager@31198ceb{STOPPED},AUTO} 17:19:56.150 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@31198ceb{STOPPED} 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.151Z added {SelectorProducer@75201592,POJO} 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.151Z added {QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.151Z created 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@7726e185{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.151Z,MANAGED} 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@31198ceb{STARTING} added {ManagedSelector@7726e185{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@7726e185{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.151Z 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:19:56.151 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=0} 17:19:56.152 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] added {ReservedThreadExecutor@aa5455e{s=0/2,p=0},AUTO} 17:19:56.152 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@aa5455e{s=0/2,p=0} 17:19:56.152 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1210ms ReservedThreadExecutor@aa5455e{s=0/2,p=0} 17:19:56.152 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-32,5,main] 17:19:56.152 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-33,5,main] 17:19:56.152 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-34,5,main] 17:19:56.152 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.152 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.152 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-35,5,main] 17:19:56.153 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.153 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-36,5,main] 17:19:56.153 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-37,5,main] 17:19:56.153 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.153 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-38,5,main] 17:19:56.153 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.153 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.153 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@331748029-39,5,main] 17:19:56.153 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.153 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1212ms QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.153 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.153 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1212ms EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.153Z 17:19:56.154 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/2075952726@1ad777f startThread=0 17:19:56.154 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/2075952726@1ad777f in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.154 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@5bbbdd4b on ManagedSelector@7726e185{STARTING} id=0 keys=0 selected=0 updates=0 17:19:56.154 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.154Z tryProduce false 17:19:56.154 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.154 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@5bbbdd4b 17:19:56.154 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.154 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 0 keys 17:19:56.154 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1212ms ManagedSelector@7726e185{STARTED} id=0 keys=0 selected=0 updates=0 17:19:56.154 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1213ms ClientSelectorManager@31198ceb{STARTED} 17:19:56.154 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1213ms HttpClientTransportOverHTTP@3ef41c66{STARTED} 17:19:56.154 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@41de5768[provider=null,keyStore=null,trustStore=null] 17:19:56.279 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:19:56.279 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:19:56.281 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize df4b72[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:19:56.282 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1341ms Client@41de5768[provider=null,keyStore=null,trustStore=null] 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@35e52059{STOPPED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1341ms ScheduledExecutorScheduler@35e52059{STARTED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1341ms HttpClient@13c612bd{STARTED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@5b69fd74{STOPPED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1341ms SessionTracker@5b69fd74{STARTED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@64b31700{STOPPED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@3b65e559{STOPPED,size=0,capacity=UNLIMITED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1342ms InflaterPool@3b65e559{STARTED,size=0,capacity=UNLIMITED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@bae47a0{STOPPED,size=0,capacity=UNLIMITED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1342ms DeflaterPool@bae47a0{STARTED,size=0,capacity=UNLIMITED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1342ms WebSocketExtensionFactory@64b31700{STARTED} 17:19:56.283 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1342ms WebSocketClient@d9a60d54[httpClient=HttpClient@13c612bd{STARTED},openSessions.size=0] 17:19:56.285 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28 to ws://127.0.0.1:8899/ws/sensinact 17:19:56.292 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:19:56.294 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=null], class org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:19:56.294 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:19:56.295 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:19:56.296 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28, policy=WebSocketPolicy@71154f21[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:19:56.302 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@13c612bd{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=null,MANAGED} 17:19:56.303 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=null 17:19:56.343 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] added {Pool@1500e009[size=0 closed=false],POJO} 17:19:56.343 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:19:56.343 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:56.343 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1402ms DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:56.343 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1402ms HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:56.343 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:56.344 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc] 17:19:56.345 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc for HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=1,pool=DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=1] 17:19:56.345 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=1] 17:19:56.345 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:19:56.345 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:19:56.345 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@680362a{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:19:56.346 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$460/930900166@1761de10 startThread=0 17:19:56.346 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$460/930900166@1761de10 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.347 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:19:56.349 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@780ef51{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=1,pool=DuplexConnectionPool@e36bb2a[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@31c7f899, client.connector=HttpClient@13c612bd{STARTED}}} on ManagedSelector@7726e185{STARTED} id=0 keys=0 selected=0 updates=0 17:19:56.349 [qtp1029472813-18-acceptor-0@169bb4dd-ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@6606a0b9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40194]] on ManagedSelector@6a4f1a55{STARTED} id=0 keys=0 selected=0 updates=0 17:19:56.349 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STARTED} id=0 keys=0 selected=0 updates=1 17:19:56.349 [qtp1029472813-18-acceptor-0@169bb4dd-ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=0 selected=0 updates=1 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:56.349 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:56.349 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$460/930900166@1761de10 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/0 selected 17:19:56.349 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/0 selected 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:56.349 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.349 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@6606a0b9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40194]] 17:19:56.349 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@780ef51{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=1,pool=DuplexConnectionPool@e36bb2a[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@31c7f899, client.connector=HttpClient@13c612bd{STARTED}}} 17:19:56.349 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@6606a0b9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40194]] startThread=0 17:19:56.349 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.349 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.349 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@6606a0b9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40194]] in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:56.350 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 1/1/1 selected 17:19:56.350 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 1 keys, 0 updates 17:19:56.350 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@116180 Connect@780ef51{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=1,pool=DuplexConnectionPool@e36bb2a[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@31c7f899, client.connector=HttpClient@13c612bd{STARTED}}} 17:19:56.350 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40194 remote=/127.0.0.1:8899] 17:19:56.350 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@42ee55a{Connect@780ef51{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40194 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=1,pool=DuplexConnectionPool@e36bb2a[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@31c7f899, client.connector=HttpClient@13c612bd{STARTED}}}} in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.350 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@42ee55a{Connect@780ef51{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40194 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=1,pool=DuplexConnectionPool@e36bb2a[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@31c7f899, client.connector=HttpClient@13c612bd{STARTED}}}} startThread=0 17:19:56.350 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.351 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.351 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.354 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 2 ms, remaining: 3599998 ms 17:19:56.354 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 2 ms, remaining: 59998 ms 17:19:56.363 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=12/3600000}{io=0/0,kio=0,kro=8}-> 17:19:56.364 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$469/1207773535@39f2a4a3 on ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.364 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.364 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.365 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.365 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@33d1f53{AC.ReadCB@708a62e3{HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:19:56.365 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.365 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef on ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.365 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=2 17:19:56.365 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:56.365 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/1 selected 17:19:56.365 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 2 updates 17:19:56.365 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@680362a{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.365 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:56.365 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$469/1207773535@39f2a4a3 17:19:56.365 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef 17:19:56.366 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@e36bb2a[c=0/1/64,a=0,i=1,q=1] 17:19:56.366 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.366 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.366 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@680362a{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@1500e009[size=1 closed=false] 17:19:56.366 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.366 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[PENDING/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]} on HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/1/64,a=1,i=0,q=0] 17:19:56.366 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc 17:19:56.367 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[PENDING/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]} associated true to HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[PENDING/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.367 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc 17:19:56.368 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 9W3HWbyCugTSJLjiHICQ/w== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:19:56.369 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:19:56.370 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@177614ed{s=START} 17:19:56.372 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:19:56.373 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@57252190[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:56.373 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 9W3HWbyCugTSJLjiHICQ/w== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:19:56.373 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:19:56.373 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@177614ed{s=COMPLETING} 17:19:56.373 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3ea6fed2{IDLE}->null [HeapByteBuffer@32a06572[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@1ec09229[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@57252190[p=0,l=0,c=0,r=0]={<<<>>>}] 17:19:56.373 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{WRITING}->null:IDLE-->WRITING 17:19:56.374 [qtp1029472813-19] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:56.374 [qtp1029472813-19] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}-> 17:19:56.374 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$469/1207773535@2a29b623 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.374 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=9/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[PENDING/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@177614ed{s=COMPLETING}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.374 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@3ea6fed2{WRITING}->null 17:19:56.374 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{IDLE}->null:WRITING-->IDLE 17:19:56.374 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=23/60000}{io=0/0,kio=0,kro=0}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.374 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=23/60000}{io=0/0,kio=0,kro=0}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.374 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=23/60000}{io=0/0,kio=0,kro=0}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.375 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@68fe5b5e{AC.ReadCB@181c804{HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:56.375 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.375 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@177614ed{s=END} 17:19:56.375 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.375 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=2 17:19:56.375 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:56.375 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 2 updates 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:56.375 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$469/1207773535@2a29b623 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad 17:19:56.375 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]}, result: null 17:19:56.375 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@6606a0b9[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40194]] in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}] 17:19:56.375 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:56.375 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=1/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:56.375 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@45e080c SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.375 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@42ee55a{Connect@780ef51{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40194 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@31c7f899, client.connector=HttpClient@13c612bd{STARTED}}}} in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}] 17:19:56.376 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.376 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:56.376 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.376Z 17:19:56.376 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=1} startReservedThread p=1 17:19:56.377 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@1694313e in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=1}] 17:19:56.377 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@1694313e startThread=0 17:19:56.377 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=1}@1694313e started 17:19:56.377 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e waiting 17:19:56.377 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.377Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:56.377 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:19:56.378 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.378 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.378 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:56.378 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}] 17:19:56.378 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.378 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@68fe5b5e{AC.ReadCB@181c804{HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:56.378 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:56.379 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@42a79f82[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.440 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@42a79f82[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.441 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=62/60000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:56.441 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=267,c=8192,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.441 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:19:56.442 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:19:56.443 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: 9W3HWbyCugTSJLjiHICQ/w== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:19:56.444 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=64/60000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:56.444 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=65/60000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:19:56.444 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=1} 17:19:56.444 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@1ac4b5ae{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:56.445 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2} 17:19:56.445 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=2} 17:19:56.446 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:56.446 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:56.446 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:56.446 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 session=null 17:19:56.446 [qtp1029472813-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:56.446 [qtp1029472813-21] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:56.454 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@7e205067{STOPPED} added {InflaterPool@26dc6ab6{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:56.454 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@7e205067{STOPPED} added {DeflaterPool@5af09315{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@68505886[defaultPolicy=WebSocketPolicy@451d7ed7[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {ScheduledExecutorScheduler@2931798{STOPPED},AUTO} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@68505886[defaultPolicy=WebSocketPolicy@451d7ed7[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {org.eclipse.jetty.io.MappedByteBufferPool@62768283,POJO} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@68505886[defaultPolicy=WebSocketPolicy@451d7ed7[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {SessionTracker@6e8e820a{STOPPED},AUTO} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@68505886[defaultPolicy=WebSocketPolicy@451d7ed7[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {WebSocketExtensionFactory@7e205067{STOPPED},AUTO} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketServerFactory@68505886[defaultPolicy=WebSocketPolicy@451d7ed7[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@40cbb2ca 17:19:56.455 [qtp1029472813-21] INFO org.eclipse.jetty.websocket.server.WebSocketServerFactory - No DecoratedObjectFactory provided, using new org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@2931798{STOPPED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1514ms ScheduledExecutorScheduler@2931798{STARTED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@6e8e820a{STOPPED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1514ms SessionTracker@6e8e820a{STARTED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@7e205067{STOPPED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@26dc6ab6{STOPPED,size=0,capacity=UNLIMITED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1514ms InflaterPool@26dc6ab6{STARTED,size=0,capacity=UNLIMITED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@5af09315{STOPPED,size=0,capacity=UNLIMITED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1514ms DeflaterPool@5af09315{STARTED,size=0,capacity=UNLIMITED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1514ms WebSocketExtensionFactory@7e205067{STARTED} 17:19:56.455 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1514ms WebSocketServerFactory@68505886[defaultPolicy=WebSocketPolicy@451d7ed7[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:19:56.465 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:19:56.465 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:19:56.466 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:19:56.466 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:19:56.466 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketFrame()) 17:19:56.466 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb, policy=WebSocketPolicy@2cc31bb4[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:19:56.468 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:19:56.472 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=93/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=29} 17:19:56.472 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=93/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=29} 17:19:56.473 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Discovered default RemoteEndpointFactory: null 17:19:56.474 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=94/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=30},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=94/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=31}] 17:19:56.474 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=31},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=31}] added {WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=31},POJO} 17:19:56.474 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=31},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=31}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],AUTO} 17:19:56.475 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=95/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=32},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=96/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=32}] 17:19:56.475 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=96/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=32},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=96/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=32}] 17:19:56.475 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb] 17:19:56.475 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1534ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb] 17:19:56.475 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1534ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=96/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=32},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=96/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=32}] 17:19:56.476 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=96/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=33},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:19:56.476 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:56.476 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1534ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:56.476 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@14bd677 17:19:56.476 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=97/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=START}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=33} 17:19:56.477 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:56.477 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=34} 17:19:56.477 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@1ac4b5ae{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:56.477 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@1ac4b5ae{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:56.477 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=34} 17:19:56.477 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5ea359e8) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@1ec09229[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:56.478 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@1ec09229[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@53dea19 17:19:56.478 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=35} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:56 GMT Connection: Upgrade Sec-WebSocket-Accept: or9py3W4a6/p7qNfXDC0KU4lDpY= Upgrade: WebSocket 17:19:56.478 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@1d3ffccc[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@7ac77cdb] (null,[p=0,l=0,c=0,r=0],true)@START 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@1ec09229[p=0,l=0,c=0,r=0]={<<<>>>} 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:56 GMT Connection: Upgrade Sec-WebSocket-Accept: or9py3W4a6/p7qNfXDC0KU4lDpY= Upgrade: WebSocket 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@1d3ffccc[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@7ac77cdb] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@300ba62d{IDLE}->null [HeapByteBuffer@4a33eace[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{WRITING}->null:IDLE-->WRITING 17:19:56.479 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 1/1/1 selected 17:19:56.479 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 1 keys, 0 updates 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=W,to=100/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=COMPLETING}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=36} 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@300ba62d{WRITING}->null 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{IDLE}->null:WRITING-->IDLE 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@1d3ffccc[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@7ac77cdb] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@5ea359e8 w=false 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@1ac4b5ae{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@1ac4b5ae{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@1ac4b5ae{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:56.479 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@116180 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=105/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.479 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=36} 17:19:56.480 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:19:56.480 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=105/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.480 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=END}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=37} to WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=END}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=37} 17:19:56.480 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@1ac4b5ae{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:19:56.480 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=END}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=37} upgrading from HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=END}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=37} to WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=END}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=37} 17:19:56.480 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@181c804[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@57a8edc0{s=END}]=>HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=37} 17:19:56.480 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[HANDSHAKING],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.481 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:19:56.481 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@27d47ad3[batching=true] 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENING],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@27d47ad3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.482 [qtp1029472813-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.483 [qtp1029472813-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@52e71a55[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@63b9d082 | +> SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb] - STARTED += ExtensionStack@1a755e1c[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:19:56.483 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@1ac4b5ae{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad 17:19:56.540 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=105/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=58/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.540 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.541 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=0} tryExecute EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.541Z 17:19:56.541 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=1} startReservedThread p=1 17:19:56.541 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:19:56.541 [qtp1029472813-21] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:19:56.541 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@aa5455e{s=0/2,p=1}@412c6bbb startThread=0 17:19:56.541 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1d6c1214{s=HttpChannelState@1ac4b5ae{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:19:56.541 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@aa5455e{s=0/2,p=1}@412c6bbb in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=1}] 17:19:56.541 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=1}@412c6bbb started 17:19:56.541 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@412c6bbb waiting 17:19:56.541 [qtp1029472813-21] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@181c804::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=59/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@1ac4b5ae{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:56.542 [qtp1029472813-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=59/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}] 17:19:56.542 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:19:56.541Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=167/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:19:56.542 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=167/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:19:56.542 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.542 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.542 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=167/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}] 17:19:56.543 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@33d1f53{AC.ReadCB@708a62e3{HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=168/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:19:56.543 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=168/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.543 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.543 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@371f46a0{DirectByteBuffer@47d90377[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:19:56.543 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@47d90377[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.543 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@47d90377[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@371f46a0{DirectByteBuffer@47d90377[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[null 0 null]@4a0721e8[PENDING/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@47d90377[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc] 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:19:56.544 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:56.545 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8 Date: Thu, 11 Nov 2021 17:19:56 GMT Connection: Upgrade Sec-WebSocket-Accept: or9py3W4a6/p7qNfXDC0KU4lDpY= Upgrade: WebSocket 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc > HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8] null 17:19:56.547 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8 17:19:56.549 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=4/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:56.549 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:19:56.550 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],AUTO} 17:19:56.550 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:56.551 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:56.551 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28] 17:19:56.551 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1609ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28] 17:19:56.551 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1609ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=7/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:19:56.552 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:19:56.552 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:19:56.552 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:56.552 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1611ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=8/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@371f46a0{DirectByteBuffer@47d90377[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@708a62e3(l:/127.0.0.1:40194 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@ba665d3(exchange=HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]})[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[HANDSHAKING],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@2638afee[batching=true] 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENING],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@2638afee[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:19:56.553 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=9/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef on ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/1 selected 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@74acdb8b[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@40a353ef | +> SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28] - STARTED += ExtensionStack@926a901[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.554 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@5d55580a{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@ba665d3(exchange=null)[send=HttpSenderOverHTTP@39ef755e(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@177614ed{s=START}],recv=HttpReceiverOverHTTP@3b0d7d1c(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@680362a{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@708a62e3::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@1500e009[size=0 closed=false] 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc > HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc] 17:19:56.554 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@3c4bc9fc > HttpResponse[HTTP/1.1 101 Switching Protocols]@4a0721e8] null 17:19:56.555 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:19:56.555 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:19:56.555 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@54d9e270[p=0,l=130,c=130,r=130]={<<<{"uri":"/sensinact","para....7,'distance':1000}"}]}>>>} 17:19:56.556 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:19:56.556 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=130,fin=true,rsv=...,masked=false] 17:19:56.556 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=130,fin=true,rsv=...,masked=false] 17:19:56.556 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}] 17:19:56.556 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=130,fin=true,rsv=...,masked=true], Flusher@6ab622df[PROCESSING]) 17:19:56.556 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=130,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null] to Flusher@34b3abc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.556 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=130,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=138 cap=32768] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3ea6fed2{IDLE}->null [DirectByteBuffer@6ef135b4[p=0,l=138,c=32768,r=138]={<<<\x81\xFe\x00\x82\xE7\xEfr\xE4\x9c\xCd\x07\x96\x8e\xCdH\xC6\xC8\x9c\x17\x8a\x94\x86\x1c\x85\x84...\xCa\xD0\xC3U\x80\x8e\x9c\x06\x85\x89\x8c\x17\xC3\xDd\xDeB\xD4\xD7\x92P\x99\xBa\x92>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{WRITING}->null:IDLE-->WRITING 17:19:56.557 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:56.557 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 138 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=3/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=138 remaining=0 WriteFlusher@3ea6fed2{WRITING}->null 17:19:56.557 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@45e080c SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=75/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{IDLE}->null:WRITING-->IDLE 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] processing 0 entries: [] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] auto flushing 17:19:56.557 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=75/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] flushing 0 frames: [] 17:19:56.557 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:56.557 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=75/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:19:56.558 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.558Z 17:19:56.558 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=0}@1694313e offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.558Z 17:19:56.558 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=1} startReservedThread p=1 17:19:56.558 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@1a56da0 startThread=0 17:19:56.558 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@1a56da0 in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=1}] 17:19:56.558 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@1694313e task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.558Z 17:19:56.558 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=1}@1a56da0 started 17:19:56.558 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 waiting 17:19:56.558 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.558Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=76/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:56.558 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.558Z tryProduce true 17:19:56.558 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.558 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.558 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=76/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:56.564 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:56.564 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:56.564 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 138 DirectByteBuffer@1300e802[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82\xE7\xEfr\xE4\x9c\xCd\x07\x96\x8e\xCdH\xC6\xC8\x9c\x17\x8a\x94\x86\x1c\x85\x84...\xCa\xD0\xC3U\x80\x8e\x9c\x06\x85\x89\x8c\x17\xC3\xDd\xDeB\xD4\xD7\x92P\x99\xBa\x92>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 138 bytes - DirectByteBuffer@1300e802[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82\xE7\xEfr\xE4\x9c\xCd\x07\x96\x8e\xCdH\xC6\xC8\x9c\x17\x8a\x94\x86\x1c\x85\x84...\xCa\xD0\xC3U\x80\x8e\x9c\x06\x85\x89\x8c\x17\xC3\xDd\xDeB\xD4\xD7\x92P\x99\xBa\x92>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82\xE7\xEfr\xE4\x9c\xCd\x07\x96\x8e\xCdH\xC6\xC8\x9c\x17\x8a\x94\x86\x1c\x85\x84...\xCa\xD0\xC3U\x80\x8e\x9c\x06\x85\x89\x8c\x17\xC3\xDd\xDeB\xD4\xD7\x92P\x99\xBa\x92>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 138 bytes 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 130 - Parser@20f56145[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=130,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@35e16ac4[p=0,l=130,c=130,r=130]={<<<\x9c\xCd\x07\x96\x8e\xCdH\xC6\xC8\x9c\x17\x8a\x94\x86\x1c\x85\x84\x9bP\xC8\xC5\x9f\x13\x96\x86...\xCa\xD0\xC3U\x80\x8e\x9c\x06\x85\x89\x8c\x17\xC3\xDd\xDeB\xD4\xD7\x92P\x99\xBa\x92>>>} 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=130,fin=true,rsv=...,masked=true] 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=130,fin=true,rsv=...,masked=true]) 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=130,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:56.565 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@35e16ac4[p=0,l=130,c=130,r=130]={<<<{"uri":"/sensinact","para....7,'distance':1000}"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:56.566 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([130] "{"uri":"/sensinact",...,'longitude':5.7,'distance':1000}"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:56.558 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=76/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.569 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@174eb4db[p=0,l=1039,c=1039,r=1039]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=1039,fin=true,rsv=...,masked=false] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=1039,fin=true,rsv=...,masked=false] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=1039,fin=true,rsv=...,masked=false], Flusher@13be55f4[PROCESSING]) 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=1039,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null] to Flusher@75c590a9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=1039,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=1043 cap=32768] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@300ba62d{IDLE}->null [DirectByteBuffer@2f6566e2[p=0,l=1043,c=32768,r=1043]={<<<\x81~\x04\x0f{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:56.578 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{WRITING}->null:IDLE-->WRITING 17:19:56.578 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 1/1/1 selected 17:19:56.578 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 1 keys, 0 updates 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 1043 SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=W,to=13/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=1043,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:56.579 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@116180 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=1043 remaining=0 WriteFlusher@300ba62d{WRITING}->null 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{IDLE}->null:WRITING-->IDLE 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=1043,terminated=null] 17:19:56.579 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=1043,terminated=null] processing 0 entries: [] 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=1043,terminated=null] auto flushing 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=1043,terminated=null] flushing 0 frames: [] 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:56.579 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=21/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=138,l=138,c=4096,r=0]={\x81\xFe\x00\x82\xE7\xEfr\xE4{...00}"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x82\xE7\xEfr\xE4{...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.579 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0} tryExecute EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.579Z 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:56.579 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=0}@412c6bbb offer EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.579Z 17:19:56.579 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=1} startReservedThread p=1 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]}} 17:19:56.579 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@aa5455e{s=0/2,p=1}@7bb11a6a startThread=0 17:19:56.579 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@aa5455e{s=0/2,p=1}@7bb11a6a in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=1}] 17:19:56.579 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:56.579 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=1}@412c6bbb task=EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.579Z 17:19:56.580 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:19:56.579Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=22/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:56.583 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=1}@7bb11a6a started 17:19:56.583 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.583 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@7bb11a6a waiting 17:19:56.583 [qtp1029472813-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.583 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.583Z tryProduce true 17:19:56.583 [qtp1029472813-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/2075952726@6933b6c6 in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}] 17:19:56.583 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.583 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=25/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:19:56.583 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=25/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=0,f=null]] 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:56.583 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 1043 DirectByteBuffer@702769fd[p=0,l=1043,c=4096,r=1043]={<<<\x81~\x04\x0f{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 1043 bytes - DirectByteBuffer@702769fd[p=0,l=1043,c=4096,r=1043]={<<<\x81~\x04\x0f{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=1043,c=4096,r=1043]={<<<\x81~\x04\x0f{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 1043 bytes 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 1039 - Parser@6ebb198e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=1039,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@210394f4[p=0,l=1039,c=1039,r=1039]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=1039,fin=true,rsv=...,masked=false] 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=1039,fin=true,rsv=...,masked=false]) 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=1039,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@210394f4[p=0,l=1039,c=1039,r=1039]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:56.583 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([1039] "{"providers":[{"name...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=1043,l=1043,c=4096,r=0]={\x81~\x04\x0f{"pro...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x04\x0f{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]] 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]]}} 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]] 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef on ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.584 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/2075952726@1ad777f in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}] 17:19:56.584 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:56.640 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:56.647 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/1 selected 17:19:56.647 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:56.647 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:56.647 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:56.647 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.647 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef 17:19:56.647 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.647 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad 17:19:56.647 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=63/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]] 17:19:56.647 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.647 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.647 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=67/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:56.647 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.647 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys {"providers":[{"name":"light","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"switch","resources":[{"name":"status","type":"STATE_VARIABLE","rws":"RO"},{"name":"brightness","type":"STATE_VARIABLE","rws":"RO"},{"name":"turn_on","type":"ACTION"},{"name":"turn_off","type":"ACTION"},{"name":"dim","type":"ACTION"}]}]},{"name":"slider","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"cursor","resources":[{"name":"position","type":"SENSOR","rws":"RO"}]}]}],"filters":[{"definition":"{'latitude':45.2,'longitude':5.7,'distance':1000}","type":"geojson"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@358a426f[p=0,l=144,c=144,r=144]={<<<{"uri":"/sensinact","para...1000,'output':true}"}]}>>>} 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=144,fin=true,rsv=...,masked=false] 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=144,fin=true,rsv=...,masked=false] 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=144,fin=true,rsv=...,masked=true], Flusher@6ab622df[PROCESSING]) 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=144,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null] to Flusher@34b3abc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=144,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:56.758 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=152 cap=32768] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3ea6fed2{IDLE}->null [DirectByteBuffer@6ef135b4[p=0,l=152,c=32768,r=152]={<<<\x81\xFe\x00\x90\xB8\x7f\xCf\xCb\xC3]\xBa\xB9\xD1]\xF5\xE9\x97\x0c\xAa\xA5\xCb\x16\xA1\xAa\xDb...N\xFf\xFb\x88S\xE8\xA4\xCd\x0b\xBf\xBe\xCcX\xF5\xBf\xCa\n\xAa\xB6\x9a\x02\x92\xB6>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{WRITING}->null:IDLE-->WRITING 17:19:56.759 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:56.759 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 152 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=175/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=152,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=152 remaining=0 WriteFlusher@3ea6fed2{WRITING}->null 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{IDLE}->null:WRITING-->IDLE 17:19:56.759 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@45e080c SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=179/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] processing 0 entries: [] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] auto flushing 17:19:56.759 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=180/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=152,terminated=null] flushing 0 frames: [] 17:19:56.759 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:56.759 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=180/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]:runFillable:BLOCKING 17:19:56.759 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.759Z 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=0}@1a56da0 offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.759Z 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=1} startReservedThread p=1 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@21fecc3c startThread=0 17:19:56.760 [qtp1029472813-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@21fecc3c in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=1}] 17:19:56.760 [qtp1029472813-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=1}@21fecc3c started 17:19:56.760 [qtp1029472813-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@21fecc3c waiting 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.76Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=180/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=180/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]}} 17:19:56.760 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=0/2,p=1}@1a56da0 task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.76Z 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x82\xE7\xEfr\xE4{...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.760 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.76Z tryProduce true 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 152 DirectByteBuffer@1300e802[p=0,l=152,c=4096,r=152]={<<<\x81\xFe\x00\x90\xB8\x7f\xCf\xCb\xC3]\xBa\xB9\xD1]\xF5\xE9\x97\x0c\xAa\xA5\xCb\x16\xA1\xAa\xDb...N\xFf\xFb\x88S\xE8\xA4\xCd\x0b\xBf\xBe\xCcX\xF5\xBf\xCa\n\xAa\xB6\x9a\x02\x92\xB6>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.760 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.760 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 152 bytes - DirectByteBuffer@1300e802[p=0,l=152,c=4096,r=152]={<<<\x81\xFe\x00\x90\xB8\x7f\xCf\xCb\xC3]\xBa\xB9\xD1]\xF5\xE9\x97\x0c\xAa\xA5\xCb\x16\xA1\xAa\xDb...N\xFf\xFb\x88S\xE8\xA4\xCd\x0b\xBf\xBe\xCcX\xF5\xBf\xCa\n\xAa\xB6\x9a\x02\x92\xB6>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=152,c=4096,r=152]={<<<\x81\xFe\x00\x90\xB8\x7f\xCf\xCb\xC3]\xBa\xB9\xD1]\xF5\xE9\x97\x0c\xAa\xA5\xCb\x16\xA1\xAa\xDb...N\xFf\xFb\x88S\xE8\xA4\xCd\x0b\xBf\xBe\xCcX\xF5\xBf\xCa\n\xAa\xB6\x9a\x02\x92\xB6>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 152 bytes 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 144 - Parser@20f56145[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=144,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:19:56.760 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=144,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:56.760 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@25c15cdb[p=0,l=144,c=144,r=144]={<<<\xC3]\xBa\xB9\xD1]\xF5\xE9\x97\x0c\xAa\xA5\xCb\x16\xA1\xAa\xDb\x0b\xEd\xE7\x9a\x0f\xAe\xB9\xD9...N\xFf\xFb\x88S\xE8\xA4\xCd\x0b\xBf\xBe\xCcX\xF5\xBf\xCa\n\xAa\xB6\x9a\x02\x92\xB6>>>} 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=144,fin=true,rsv=...,masked=true] 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=144,fin=true,rsv=...,masked=true]) 17:19:56.760 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=144,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:56.761 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@25c15cdb[p=0,l=144,c=144,r=144]={<<<{"uri":"/sensinact","para...1000,'output':true}"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:56.761 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([144] "{"uri":"/sensinact",....7,'distance':1000,'output':true}"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@6a131db[p=0,l=423,c=423,r=423]={<<<{"providers":{"type": "Fe...":"/","statusCode":200}>>>} 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=423,fin=true,rsv=...,masked=false] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=423,fin=true,rsv=...,masked=false] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=423,fin=true,rsv=...,masked=false], Flusher@13be55f4[PROCESSING]) 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=423,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null] to Flusher@75c590a9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=423,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=427 cap=32768] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@300ba62d{IDLE}->null [DirectByteBuffer@2f6566e2[p=0,l=427,c=32768,r=427]={<<<\x81~\x01\xA7{"providers":{"type":...":"/","statusCode":200}>>>"RO"},{"n...\x00\x00\x00\x00\x00\x00\x00}] 17:19:56.763 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{WRITING}->null:IDLE-->WRITING 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 1/1/1 selected 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 1 keys, 0 updates 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 427 SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=W,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=427,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@116180 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]] 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=427 remaining=0 WriteFlusher@300ba62d{WRITING}->null 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{IDLE}->null:WRITING-->IDLE 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]] 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=427,terminated=null] 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=427,terminated=null] processing 0 entries: [] 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=427,terminated=null] auto flushing 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]]:runFillable:BLOCKING 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=427,terminated=null] flushing 0 frames: [] 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=152,l=152,c=4096,r=0]={\x81\xFe\x00\x90\xB8\x7f\xCf\xCb{...ue}"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0} tryExecute EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.764Z 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x90\xB8\x7f\xCf\xCb{...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=0}@7bb11a6a offer EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.764Z 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]] 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=1} startReservedThread p=1 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@aa5455e{s=0/2,p=1}@7f21af44 startThread=0 17:19:56.764 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@aa5455e{s=0/2,p=1}@7f21af44 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=1}] 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]]}} 17:19:56.764 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=1}@7f21af44 started 17:19:56.764 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@7f21af44 waiting 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]] 17:19:56.764 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=1}@7bb11a6a task=EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.764Z 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:19:56.764Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.764 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:56.764 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1694313e waiting 17:19:56.764 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.764Z tryProduce true 17:19:56.764 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:56.764 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.764 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:56.764 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]]}} 17:19:56.764 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.764 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:19:56.764 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=1039,f=null]] 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x04\x0f{"pro...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 427 DirectByteBuffer@702769fd[p=0,l=427,c=4096,r=427]={<<<\x81~\x01\xA7{"providers":{"type":...":"/","statusCode":200}>>>"RO"},{"n...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.765 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]] 17:19:56.765 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 427 bytes - DirectByteBuffer@702769fd[p=0,l=427,c=4096,r=427]={<<<\x81~\x01\xA7{"providers":{"type":...":"/","statusCode":200}>>>"RO"},{"n...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.765 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=427,c=4096,r=427]={<<<\x81~\x01\xA7{"providers":{"type":...":"/","statusCode":200}>>>"RO"},{"n...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 427 bytes 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 423 - Parser@6ebb198e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=423,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@71e65ed0[p=0,l=423,c=423,r=423]={<<<{"providers":{"type": "Fe...":"/","statusCode":200}>>>} 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=423,fin=true,rsv=...,masked=false] 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=423,fin=true,rsv=...,masked=false]) 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=423,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@71e65ed0[p=0,l=423,c=423,r=423]={<<<{"providers":{"type": "Fe...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([423] "{"providers":{"type"...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=427,l=427,c=4096,r=0]={\x81~\x01\xA7{"pro...e":200}<<<>>>"RO"},{"n...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xA7{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]] 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]]}} 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]] 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef on ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:56.765 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=2/2,p=0}@412c6bbb waiting 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/1 selected 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]] 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.765 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys {"providers":{"type": "FeatureCollection", "features": [{"geometry":{"coordinates":[5.7,45.2],"type":"Point"},"type":"Feature","properties":{"name":"light"}},{"geometry":{"coordinates":[5.7,45.2],"type":"Point"},"type":"Feature","properties":{"name":"slider"}}]},"filters":[{"definition":"{'latitude':45.2,'longitude':5.7,'distance':1000,'output':true}","type":"geojson"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@10e335d3[p=0,l=113,c=113,r=113]={<<<{"uri":"/sensinact/slider...","value":"44.0:5.7"}]}>>>} 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=113,fin=true,rsv=...,masked=false] 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=113,fin=true,rsv=...,masked=false] 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=113,fin=true,rsv=...,masked=true], Flusher@6ab622df[PROCESSING]) 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=113,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null] to Flusher@34b3abc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=113,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:56.960 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=119 cap=32768] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3ea6fed2{IDLE}->null [DirectByteBuffer@6ef135b4[p=0,l=119,c=32768,r=119]={<<<\x81\xF1\x7f\xE2n\x84\x04\xC0\x1b\xF6\x16\xC0T\xA6P\x91\x0b\xEa\x0c\x8b\x00\xE5\x1c\x96A...L\xA8]\x94\x0f\xE8\n\x87L\xBe]\xD6Z\xAaO\xD8[\xAaH\xC0\x13\xD9\x02>>>\xAf\xD1\x0c\xBb\xAa\xD6\x1c\xAa\xEc...\x00\x00\x00\x00\x00\x00\x00}] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{WRITING}->null:IDLE-->WRITING 17:19:56.961 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:56.961 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 119 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=195/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=119,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=119 remaining=0 WriteFlusher@3ea6fed2{WRITING}->null 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{IDLE}->null:WRITING-->IDLE 17:19:56.961 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@45e080c SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=119,terminated=null] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=119,terminated=null] processing 0 entries: [] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=119,terminated=null] auto flushing 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=119,terminated=null] flushing 0 frames: [] 17:19:56.961 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:56.961 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]] 17:19:56.961 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]]:runFillable:BLOCKING 17:19:56.961 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.961Z 17:19:56.961 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.961Z 17:19:56.962 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.962Z 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.961Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]]}} 17:19:56.962 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:56.962Z tryProduce true 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:56.962 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.962 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x90\xB8\x7f\xCf\xCb{...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.962 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=197/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=144,f=null]] 17:19:56.962 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 119 DirectByteBuffer@1300e802[p=0,l=119,c=4096,r=119]={<<<\x81\xF1\x7f\xE2n\x84\x04\xC0\x1b\xF6\x16\xC0T\xA6P\x91\x0b\xEa\x0c\x8b\x00\xE5\x1c\x96A...L\xA8]\x94\x0f\xE8\n\x87L\xBe]\xD6Z\xAaO\xD8[\xAaH\xC0\x13\xD9\x02>>>distance'...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 119 bytes - DirectByteBuffer@1300e802[p=0,l=119,c=4096,r=119]={<<<\x81\xF1\x7f\xE2n\x84\x04\xC0\x1b\xF6\x16\xC0T\xA6P\x91\x0b\xEa\x0c\x8b\x00\xE5\x1c\x96A...L\xA8]\x94\x0f\xE8\n\x87L\xBe]\xD6Z\xAaO\xD8[\xAaH\xC0\x13\xD9\x02>>>distance'...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=119,c=4096,r=119]={<<<\x81\xF1\x7f\xE2n\x84\x04\xC0\x1b\xF6\x16\xC0T\xA6P\x91\x0b\xEa\x0c\x8b\x00\xE5\x1c\x96A...L\xA8]\x94\x0f\xE8\n\x87L\xBe]\xD6Z\xAaO\xD8[\xAaH\xC0\x13\xD9\x02>>>distance'...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 119 bytes 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 113 - Parser@20f56145[ExtensionStack,s=PAYLOAD_LEN,c=0,len=113,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@70e03b62[p=0,l=113,c=113,r=113]={<<<\x04\xC0\x1b\xF6\x16\xC0T\xA6P\x91\x0b\xEa\x0c\x8b\x00\xE5\x1c\x96A\xF7\x13\x8b\n\xE1\r...L\xA8]\x94\x0f\xE8\n\x87L\xBe]\xD6Z\xAaO\xD8[\xAaH\xC0\x13\xD9\x02>>>} 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=113,fin=true,rsv=...,masked=true] 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=113,fin=true,rsv=...,masked=true]) 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=113,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@70e03b62[p=0,l=113,c=113,r=113]={<<<{"uri":"/sensinact/slider...","value":"44.0:5.7"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:56.962 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([113] "{"uri":"/sensinact/s..."type":"string","value":"44.0:5.7"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@3323e7d3[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=163,fin=true,rsv=...,masked=false] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=163,fin=true,rsv=...,masked=false] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=163,fin=true,rsv=...,masked=false], Flusher@13be55f4[PROCESSING]) 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=163,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null] to Flusher@75c590a9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=163,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:56.973 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=167 cap=32768] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@300ba62d{IDLE}->null [DirectByteBuffer@2f6566e2[p=0,l=167,c=32768,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>metry":{"...\x00\x00\x00\x00\x00\x00\x00}] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{WRITING}->null:IDLE-->WRITING 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 1/1/1 selected 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 1 keys, 0 updates 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 167 SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=W,to=11/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=167,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=167 remaining=0 WriteFlusher@300ba62d{WRITING}->null 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{IDLE}->null:WRITING-->IDLE 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@116180 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=12/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] processing 0 entries: [] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] auto flushing 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=167,terminated=null] flushing 0 frames: [] 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=12/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=119,l=119,c=4096,r=0]={\x81\xF1\x7f\xE2n\x84{"u...5.7"}]}<<<>>>distance'...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=12/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]]:runFillable:BLOCKING 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xF1\x7f\xE2n\x84{"u...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]] 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=2/2,p=0} tryExecute EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.974Z 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]]}} 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@412c6bbb offer EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.974Z 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]] 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.974 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1a56da0 waiting 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.974 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@412c6bbb task=EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.974Z 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:19:56.974Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=13/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]] 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.974 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:56.974 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:56.974Z tryProduce true 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=13/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]]}} 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:19:56.974 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:56.974 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.974 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xA7{"pro...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=13/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=423,f=null]] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 167 DirectByteBuffer@702769fd[p=0,l=167,c=4096,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>metry":{"...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 167 bytes - DirectByteBuffer@702769fd[p=0,l=167,c=4096,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>metry":{"...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=167,c=4096,r=167]={<<<\x81~\x00\xA3{"response":{"name":"...tion","statusCode":200}>>>metry":{"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 167 bytes 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 163 - Parser@6ebb198e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=163,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@7260a568[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=163,fin=true,rsv=...,masked=false] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=163,fin=true,rsv=...,masked=false]) 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=163,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7260a568[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([163] "{"response":{"name":...der/admin/location","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=167,l=167,c=4096,r=0]={\x81~\x00\xA3{"res...e":200}<<<>>>metry":{"...\x00\x00\x00\x00\x00\x00\x00}) 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xA3{"res...\x00\x00\x00\x00\x00\x00\x00} 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]]}} 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]] 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef on ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=0 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=1 17:19:56.975 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=2/2,p=0}@7bb11a6a waiting 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/1 selected 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]] 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:56.975 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys {"response":{"name":"location","type":"string","value":"44.0:5.7","timestamp":1636651196973},"type":"SET_RESPONSE","uri":"/slider/admin/location","statusCode":200} 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@2fcc1574[p=0,l=130,c=130,r=130]={<<<{"uri":"/sensinact","para....7,'distance':1000}"}]}>>>} 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=130,fin=true,rsv=...,masked=false] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=130,fin=true,rsv=...,masked=false] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=130,fin=true,rsv=...,masked=true], Flusher@6ab622df[PROCESSING]) 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=130,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null] to Flusher@34b3abc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=130,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@6ab622df[PROCESSING],AUTO,null]] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:58.163 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=138 cap=32768] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3ea6fed2{IDLE}->null [DirectByteBuffer@6ef135b4[p=0,l=138,c=32768,r=138]={<<<\x81\xFe\x00\x82\x03L\x91{xn\xE4\tjn\xAbY,?\xF4\x15p%\xFf\x1a`...U4`\xB6\x1fj?\xE5\x1am/\xF4\\9}\xA1K31\xB3\x06^1>>>\xBf\xBe\xCcX\xF5\xBf\xCa\n\xAa...\x00\x00\x00\x00\x00\x00\x00}] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{WRITING}->null:IDLE-->WRITING 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 138 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=1188/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=138 remaining=0 WriteFlusher@3ea6fed2{WRITING}->null 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{IDLE}->null:WRITING-->IDLE 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@45e080c SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=1189/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] processing 0 entries: [] 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=1189/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] auto flushing 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=138,terminated=null] flushing 0 frames: [] 17:19:58.164 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=1189/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]]:runFillable:BLOCKING 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.164Z 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.164Z 17:19:58.164 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.164Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=1190/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:58.164 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.164Z 17:19:58.165 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.164Z tryProduce true 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=1190/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]]}} 17:19:58.165 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:58.165 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xF1\x7f\xE2n\x84{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:58.165 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=1190/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=113,f=null]] 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 138 DirectByteBuffer@1300e802[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82\x03L\x91{xn\xE4\tjn\xAbY,?\xF4\x15p%\xFf\x1a`...U4`\xB6\x1fj?\xE5\x1am/\xF4\\9}\xA1K31\xB3\x06^1>>>put':true...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.165 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 138 bytes - DirectByteBuffer@1300e802[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82\x03L\x91{xn\xE4\tjn\xAbY,?\xF4\x15p%\xFf\x1a`...U4`\xB6\x1fj?\xE5\x1am/\xF4\\9}\xA1K31\xB3\x06^1>>>put':true...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=138,c=4096,r=138]={<<<\x81\xFe\x00\x82\x03L\x91{xn\xE4\tjn\xAbY,?\xF4\x15p%\xFf\x1a`...U4`\xB6\x1fj?\xE5\x1am/\xF4\\9}\xA1K31\xB3\x06^1>>>put':true...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 138 bytes 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 130 - Parser@20f56145[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=130,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@5169821f[p=0,l=130,c=130,r=130]={<<>>} 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=130,fin=true,rsv=...,masked=true] 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=130,fin=true,rsv=...,masked=true]) 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=130,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5169821f[p=0,l=130,c=130,r=130]={<<<{"uri":"/sensinact","para....7,'distance':1000}"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:58.165 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([130] "{"uri":"/sensinact",...,'longitude':5.7,'distance':1000}"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@7ee12b6d[p=0,l=682,c=682,r=682]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=682,fin=true,rsv=...,masked=false] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=682,fin=true,rsv=...,masked=false] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=682,fin=true,rsv=...,masked=false], Flusher@13be55f4[PROCESSING]) 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=682,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null] to Flusher@75c590a9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=682,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@13be55f4[PROCESSING],AUTO,null]] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=686 cap=32768] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@300ba62d{IDLE}->null [DirectByteBuffer@2f6566e2[p=0,l=686,c=32768,r=686]={<<<\x81~\x02\xAa{"providers":[{"name"...":"/","statusCode":200}>>>ion","typ...\x00\x00\x00\x00\x00\x00\x00}] 17:19:58.166 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{WRITING}->null:IDLE-->WRITING 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 1/1/1 selected 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 686 SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=686,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=686 remaining=0 WriteFlusher@300ba62d{WRITING}->null 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 1 keys, 0 updates 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{IDLE}->null:WRITING-->IDLE 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=686,terminated=null] 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=686,terminated=null] processing 0 entries: [] 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=686,terminated=null] auto flushing 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=686,terminated=null] flushing 0 frames: [] 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@116180 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]] 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=138,l=138,c=4096,r=0]={\x81\xFe\x00\x82\x03L\x91{{...00}"}]}<<<>>>put':true...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x82\x03L\x91{{...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]] 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]]:runFillable:BLOCKING 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]}} 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=2/2,p=0} tryExecute EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.167Z 17:19:58.167 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1694313e waiting 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@67306fad 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@7bb11a6a offer EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.167Z 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.167 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:58.167 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@7bb11a6a task=EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.167Z 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:19:58.167Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:58.167 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=true/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.167Z tryProduce true 17:19:58.167 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:58.167 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]]}} 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:19:58.167 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=163,f=null]] 17:19:58.167 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:58.167 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xA3{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 686 DirectByteBuffer@702769fd[p=0,l=686,c=4096,r=686]={<<<\x81~\x02\xAa{"providers":[{"name"...":"/","statusCode":200}>>>ion","typ...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 686 bytes - DirectByteBuffer@702769fd[p=0,l=686,c=4096,r=686]={<<<\x81~\x02\xAa{"providers":[{"name"...":"/","statusCode":200}>>>ion","typ...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=0,l=686,c=4096,r=686]={<<<\x81~\x02\xAa{"providers":[{"name"...":"/","statusCode":200}>>>ion","typ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 686 bytes 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 682 - Parser@6ebb198e[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=682,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@75d9c434[p=0,l=682,c=682,r=682]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=682,fin=true,rsv=...,masked=false] 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=682,fin=true,rsv=...,masked=false]) 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=682,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@75d9c434[p=0,l=682,c=682,r=682]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([682] "{"providers":[{"name...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@3504696[READING] getAction(DirectByteBuffer@702769fd[p=686,l=686,c=4096,r=0]={\x81~\x02\xAa{"pro...e":200}<<<>>>ion","typ...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@702769fd[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x02\xAa{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]]}} 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef on ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=0 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=1 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:58.168 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=2/2,p=0}@412c6bbb waiting 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/1 selected 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@413adfef 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.168 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 1 keys {"providers":[{"name":"light","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"switch","resources":[{"name":"status","type":"STATE_VARIABLE","rws":"RO"},{"name":"brightness","type":"STATE_VARIABLE","rws":"RO"},{"name":"turn_on","type":"ACTION"},{"name":"turn_off","type":"ACTION"},{"name":"dim","type":"ACTION"}]}]}],"filters":[{"definition":"{'latitude':45.2,'longitude':5.7,'distance':1000}","type":"geojson"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:19:58.282 [qtp1029472813-18-acceptor-0@169bb4dd-ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@68c14209[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40198]] on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:58.282 [qtp1029472813-18-acceptor-0@169bb4dd-ServerConnector@17bffc17{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@68c14209[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40198]] 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@68c14209[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40198]] startThread=0 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.282 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 2 keys 17:19:58.282 [qtp1029472813-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@68c14209[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40198]] in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}] 17:19:58.283 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:19:58.283 [qtp1029472813-23] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:58.283 [qtp1029472813-23] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:19:58.283 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$469/1207773535@13a3a1a3 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=2 selected=0 updates=0 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=0}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=0}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=8/60000}{io=0/0,kio=0,kro=0}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=2 selected=0 updates=1 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=2 selected=0 updates=2 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/2 selected 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 2 updates 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$469/1207773535@13a3a1a3 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 17:19:58.291 [qtp1029472813-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@68c14209[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40198]] in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}] 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.291 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 2 keys 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/2 selected 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@503e0d16 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.292Z 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.292Z 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.292Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:58.292 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.292Z 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:58.292 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:58.292Z tryProduce true 17:19:58.292 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:58.292 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:58.292 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.292 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 2 keys 17:19:58.292 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 259 HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 259 HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} POST //127.0.0.1:8899/sensinact/slider/admin/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 53 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 53} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/admin/location/SET HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/admin/location/SET @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/admin/location/SET @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 session=null 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/admin/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:58.293 [qtp1029472813-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} parse HeapByteBuffer@42a79f82[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@42a79f82[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} Content@4205b265{HeapByteBufferR@71c00f88[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=0,[0]=null,s=STREAM] addContent Content@4205b265{HeapByteBufferR@71c00f88[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} parsed false HttpParser{s=END,53 of 53} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=53,q=1,[0]=EOF,s=STREAM] read 53 from Content@4205b265{HeapByteBufferR@71c00f88[p=259,l=259,c=8192,r=0]={POST /sen...:5.7"}]<<<>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:58.295 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 17:19:58.296 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@249af266[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:19:58.296 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4e4bb1cd[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@323dde4{null} 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=4} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:58 GMT X-Auth-Token: 946537224bbf76f95a7aab98308f7d68b2116d45 Content-Type: application/json;charset=utf-8 Content-Length: 163 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2393330c] (null,[p=0,l=163,c=163,r=163],true)@START 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=4,cl=163} last=true content=HeapByteBuffer@4e4bb1cd[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:58 GMT X-Auth-Token: 946537224bbf76f95a7aab98308f7d68b2116d45 Content-Type: application/json;charset=utf-8 Content-Length: 163 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2393330c] ([p=0,l=179,c=16384,r=179],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@30c53b6a{IDLE}->null [HeapByteBuffer@4a33eace[p=0,l=179,c=16384,r=179]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4e4bb1cd[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{WRITING}->null:IDLE-->WRITING 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 342 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=W,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=COMPLETING}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=4} 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=342 remaining=0 WriteFlusher@30c53b6a{WRITING}->null 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{IDLE}->null:WRITING-->IDLE 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2393330c] ([p=179,l=179,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=4} 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:58.297 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=4} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2d140c6b) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=5} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/admin/location/SET written=163 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,53 of 53} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.298 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.299 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:58.299 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:58.299 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=2 selected=0 updates=0 17:19:58.299 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=2 selected=0 updates=1 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/2 selected 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 17:19:58.299 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:58.299 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1a56da0 waiting 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} {"response":{"name":"location","type":"string","value":"45.2:5.7","timestamp":1636651198296},"type":"SET_RESPONSE","uri":"/slider/admin/location","statusCode":200} 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.299 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 2 keys 17:19:58.364 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@d9a60d54[httpClient=HttpClient@13c612bd{STARTED},openSessions.size=1] 17:19:58.364 [Thread-20] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@d9a60d54[httpClient=HttpClient@13c612bd{STARTED},openSessions.size=1] 17:19:58.364 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@5b69fd74{STARTED} 17:19:58.365 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]],remote=WebSocketRemoteEndpoint@2638afee[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:19:58.365 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[OPENED],f=Flusher@34b3abc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]],remote=WebSocketRemoteEndpoint@2638afee[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@274454de) 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@274454de,OFF,null] to Flusher@34b3abc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@274454de,OFF,null]] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@274454de,OFF,null]] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3ea6fed2{IDLE}->null [DirectByteBuffer@bc9f26[p=0,l=6,c=1024,r=6]={<<<\x88\x8a\xE8\xB4\xE0\xE8>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4821d5eb[p=0,l=10,c=10,r=10]={<<<\xEb]\xB3\x80\x9d\xC0\x84\x87\x9f\xDa>>>}] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{WRITING}->null:IDLE-->WRITING 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=198/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[CLOSING],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@3ea6fed2{WRITING}->null 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3ea6fed2{IDLE}->null:WRITING-->IDLE 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:58.366 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@7ea6bf56{l=/127.0.0.1:40194,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@33d1f53{AC.ReadCB@40a353ef{WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=0.0.0.0/0.0.0.0:40194,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]]}} 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/2 selected 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=0.0.0.0/0.0.0.0:40194,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] onFillInterestedFailed {} 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@45e080c SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=200/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@7726e185{STARTED} id=0 keys=1 selected=0 updates=0 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6ef76be0 startThread=0 17:19:58.367 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:58.367 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/0 selected 17:19:58.367 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 0 updates 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]:runFillable:BLOCKING 17:19:58.367 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:58.367 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.367 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 0 keys 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@7ea6bf56{l=0.0.0.0/0.0.0.0:40194,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.367 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6ef76be0 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@34b3abc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:58.367Z 17:19:58.367 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@7ea6bf56{l=0.0.0.0/0.0.0.0:40194,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:58.367Z 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28] 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28] 17:19:58.367 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=0.0.0.0/0.0.0.0:40194,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]] 17:19:58.367 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:19:58.367 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],behavior=CLIENT,connection=WebSocketClientConnection@40a353ef::SocketChannelEndPoint@7ea6bf56{l=0.0.0.0/0.0.0.0:40194,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@40a353ef[s=ConnectionState@64e97b0b[DISCONNECTED],f=Flusher@34b3abc[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@6ebb198e[ExtensionStack,s=START,c=0,len=682,f=null]],remote=WebSocketRemoteEndpoint@2638afee[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.geojson.ws.test.WsServiceTestClient@74cf8b28],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:19:58.367 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:19:58.367Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]:runFillable:BLOCKING/BLOCKING 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@5b69fd74{STOPPED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@68fe5b5e{AC.ReadCB@63b9d082{WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=FI,flush=-,to=200/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[OPENED],f=Flusher@75c590a9[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=130,f=null]]}} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@64b31700{STARTED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@bae47a0{STARTED,size=0,capacity=UNLIMITED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\x82\x03L\x91{{...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@bae47a0{STOPPED,size=0,capacity=UNLIMITED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@3b65e559{STARTED,size=0,capacity=UNLIMITED} 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@3b65e559{STOPPED,size=0,capacity=UNLIMITED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@1300e802[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xE8\xB4\xE0\xE8\xEb]\xB3\x80\x9d\xC0\x84\x87\x9f\xDa>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@64b31700{STOPPED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@1300e802[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xE8\xB4\xE0\xE8\xEb]\xB3\x80\x9d\xC0\x84\x87\x9f\xDa>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=0,l=16,c=4096,r=16]={<<<\x88\x8a\xE8\xB4\xE0\xE8\xEb]\xB3\x80\x9d\xC0\x84\x87\x9f\xDa>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@13c612bd{STARTED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@20f56145[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@ec3948[p=0,l=10,c=10,r=10]={<<<\xEb]\xB3\x80\x9d\xC0\x84\x87\x9f\xDa>>>} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:19:58.368 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6ef76be0 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@fccff67) 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@fccff67,OFF,null] to Flusher@75c590a9[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@fccff67,OFF,null]] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@fccff67,OFF,null]] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@300ba62d{IDLE}->null [DirectByteBuffer@12a8fdfb[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@65e50680[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{WRITING}->null:IDLE-->WRITING 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=W,to=0/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[CLOSING],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@300ba62d{WRITING}->null 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@300ba62d{IDLE}->null:WRITING-->IDLE 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@4e6d7365,queue=0,pool=DuplexConnectionPool@e36bb2a[c=0/0/64,a=0,i=0,q=0] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@35e52059{STARTED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OPEN,fill=-,flush=-,to=0/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@35e52059{STOPPED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OSHUT,fill=-,flush=-,to=0/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@41de5768[provider=null,keyStore=null,trustStore=null] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@41de5768[provider=null,keyStore=null,trustStore=null] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@3ef41c66{STARTED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,OSHUT,fill=-,flush=-,to=0/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@31198ceb{STARTED} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@28a83e17{l=/127.0.0.1:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@7726e185{STARTED} id=0 keys=0 selected=0 updates=0 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@68fe5b5e{null} 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@6a4f1a55{STARTED} id=0 keys=2 selected=1 updates=0 17:19:58.368 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4a2450d startThread=0 17:19:58.368 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@4979d52f on ManagedSelector@7726e185{STOPPING} id=0 keys=0 selected=0 updates=0 17:19:58.368 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4a2450d in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}] 17:19:58.369 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STOPPING} id=0 keys=0 selected=0 updates=1 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@75c590a9[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[READING] getAction(DirectByteBuffer@1300e802[p=16,l=16,c=4096,r=0]={\x88\x8a\xE8\xB4\xE0\xE8\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/0 selected 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=null]] 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@336af14[EOF] getAction(DirectByteBuffer@1300e802[p=16,l=16,c=4096,r=0]={\x88\x8a\xE8\xB4\xE0\xE8\x03\xE9Shutdown<<<>>>/sensinac...\x00\x00\x00\x00\x00\x00\x00}) 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@4979d52f 17:19:58.369 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:58.369Z 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@7726e185{STOPPING} id=0 keys=0 selected=0 updates=0 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@27d47ad3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:19:58.369 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:58.369Z tryProduce true 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a waiting with 0 keys 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:58.369 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1a56da0 waiting 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@27d47ad3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Ignoring key update for cancelled key SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=null]] 17:19:58.369 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@1c841f8b on ManagedSelector@7726e185{STOPPING} id=0 keys=0 selected=0 updates=0 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:58.369 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7726e185{STOPPING} id=0 keys=0 selected=0 updates=1 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb] 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=null]] 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb] 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken with none selected 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a woken up from select, 0/0/0 selected 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@ed68e2a processing 0 keys, 1 updates 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:58.369 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@1c841f8b 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=null]] 17:19:58.369 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 2 keys 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],behavior=SERVER,connection=WebSocketServerConnection@63b9d082::SocketChannelEndPoint@28a83e17{l=0.0.0.0/0.0.0.0:8899,r=/127.0.0.1:40194,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@63b9d082[s=ConnectionState@7238ffbf[DISCONNECTED],f=Flusher@75c590a9[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@20f56145[ExtensionStack,s=START,c=0,len=10,f=null]],remote=WebSocketRemoteEndpoint@27d47ad3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@7fb62bcb],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:19:58.369 [qtp1029472813-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4a2450d in QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}] 17:19:58.370 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@9257031/SelectorProducer@75201592/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.37Z 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}] 17:19:58.370 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=2/2,p=0}@7bb11a6a size 2 > capacity 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}] 17:19:58.370 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@aa5455e{s=2/2,p=0}@7bb11a6a in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=2/2,p=0}] 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@aa5455e{s=2/2,p=0} 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=1/2,p=0}@412c6bbb offer STOP! 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=0}@7f21af44 offer STOP! 17:19:58.370 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=0/2,p=0}@412c6bbb task=STOP! 17:19:58.370 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=-1/2,p=0}@412c6bbb Exited 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@aa5455e{s=-1/2,p=0} 17:19:58.370 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=-1/2,p=0}@7f21af44 task=STOP! 17:19:58.370 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@aa5455e{s=-1/2,p=0}@412c6bbb in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@aa5455e{s=-1/2,p=0}] 17:19:58.370 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@aa5455e{s=-1/2,p=0}@7f21af44 Exited 17:19:58.370 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@aa5455e{s=-1/2,p=0}@7f21af44 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-35,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@331748029-32,5,main] for 14999 17:19:58.370 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-38,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-33,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.370 [WebSocketClient@331748029-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-34,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-36,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-32,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-39,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1270038388@4f989183 in QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [WebSocketClient@331748029-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@331748029-37,5,main] exited for QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@331748029-36,5,] for 14999 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@9257031/SelectorProducer@75201592/IDLE/p=false/QueuedThreadPool[WebSocketClient@331748029]@3d526ad9{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:19:58.371Z 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@7726e185{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@31198ceb{STOPPED} 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@3ef41c66{STOPPED} 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@13c612bd{STOPPED} 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@d9a60d54[httpClient=HttpClient@13c612bd{STOPPED},openSessions.size=0] 17:19:58.371 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@d9a60d54[httpClient=HttpClient@13c612bd{STOPPED},openSessions.size=0] 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@503e0d16 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1007/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1007/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1007/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/REPRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:59.306Z 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/REPRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:59.306Z 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:59.306Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1007/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:59.306 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:19:59.306Z 17:19:59.306 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1007/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:59.306 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:19:59.306Z tryProduce true 17:19:59.306 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:59.306 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:59.307 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1008/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1008/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:59.307 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 185 HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 185 HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000} on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} GET //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000} HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000} HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 session=null 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:59.307 [qtp1029472813-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} parsed false HttpParser{s=END,0 of -1} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:59.308 [qtp1029472813-20] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:19:59.309 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@633a1674[p=0,l=1039,c=1039,r=1039]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>}) 17:19:59.309 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=1039 null 17:19:59.309 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@24c12c71[p=0,l=1039,c=1039,r=1039]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@323dde4{null} 17:19:59.309 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:59 GMT Content-Type: application/json;charset=utf-8 Content-Length: 1039 17:19:59.309 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1039},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@48080f28] (null,[p=0,l=1039,c=1039,r=1039],true)@START 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=1039} last=true content=HeapByteBuffer@24c12c71[p=0,l=1039,c=1039,r=1039]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:59 GMT Content-Type: application/json;charset=utf-8 Content-Length: 1039 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1039},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@48080f28] ([p=0,l=124,c=16384,r=124],[p=0,l=1039,c=1039,r=1039],true)@COMPLETING 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@30c53b6a{IDLE}->null [HeapByteBuffer@4a33eace[p=0,l=124,c=16384,r=124]={<<>>applicati...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@24c12c71[p=0,l=1039,c=1039,r=1039]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>}] 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{WRITING}->null:IDLE-->WRITING 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 1163 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=COMPLETING}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=3} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=1163 remaining=0 WriteFlusher@30c53b6a{WRITING}->null 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{IDLE}->null:WRITING-->IDLE {"providers":[{"name":"light","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"switch","resources":[{"name":"status","type":"STATE_VARIABLE","rws":"RO"},{"name":"brightness","type":"STATE_VARIABLE","rws":"RO"},{"name":"turn_on","type":"ACTION"},{"name":"turn_off","type":"ACTION"},{"name":"dim","type":"ACTION"}]}]},{"name":"slider","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"cursor","resources":[{"name":"position","type":"SENSOR","rws":"RO"}]}]}],"filters":[{"definition":"{'latitude':45.2,'longitude':5.7,'distance':1000}","type":"geojson"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1039},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@48080f28] ([p=124,l=124,c=16384,r=0],[p=1039,l=1039,c=1039,r=0],true)@END 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=3} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=3} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@57e3390f) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=3} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=1039 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.310 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1694313e waiting 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@503e0d16 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:19:59.311Z 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:19:59.311Z 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:19:59.311Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:59.311 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:19:59.311Z 17:19:59.311 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:59.312 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:19:59.311Z tryProduce true 17:19:59.312 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:59.312 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:59.312 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 199 HeapByteBuffer@42a79f82[p=0,l=199,c=8192,r=199]={<<>> 53\r\n\r\n[{...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.312 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 199 HeapByteBuffer@42a79f82[p=0,l=199,c=8192,r=199]={<<>> 53\r\n\r\n[{...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=199,c=8192,r=199]={<<>> 53\r\n\r\n[{...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=199,c=8192,r=199]={<<>> 53\r\n\r\n[{...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true} on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} GET //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true} HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true} HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 session=null 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.312 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=0} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=1} 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=1} 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=1} parsed false HttpParser{s=END,0 of -1} 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=1} 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:59.313 [qtp1029472813-17] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3277bf36[p=0,l=423,c=423,r=423]={<<<{"providers":{"type": "Fe...":"/","statusCode":200}>>>}) 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=423 null 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@846f127[p=0,l=423,c=423,r=423]={<<<{"providers":{"type": "Fe...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@323dde4{null} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:59 GMT Content-Type: application/json;charset=utf-8 Content-Length: 423 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=423},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1141952e] (null,[p=0,l=423,c=423,r=423],true)@START 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=423} last=true content=HeapByteBuffer@846f127[p=0,l=423,c=423,r=423]={<<<{"providers":{"type": "Fe...":"/","statusCode":200}>>>} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:59 GMT Content-Type: application/json;charset=utf-8 Content-Length: 423 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=423},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1141952e] ([p=0,l=123,c=16384,r=123],[p=0,l=423,c=423,r=423],true)@COMPLETING 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@30c53b6a{IDLE}->null [HeapByteBuffer@4a33eace[p=0,l=123,c=16384,r=123]={<<>>\napplicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@846f127[p=0,l=423,c=423,r=423]={<<<{"providers":{"type": "Fe...":"/","statusCode":200}>>>}] 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{WRITING}->null:IDLE-->WRITING 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 546 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=COMPLETING}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=3} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=546 remaining=0 WriteFlusher@30c53b6a{WRITING}->null 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{IDLE}->null:WRITING-->IDLE {"providers":{"type": "FeatureCollection", "features": [{"geometry":{"coordinates":[5.7,45.2],"type":"Point"},"type":"Feature","properties":{"name":"light"}},{"geometry":{"coordinates":[5.7,45.2],"type":"Point"},"type":"Feature","properties":{"name":"slider"}}]},"filters":[{"definition":"{'latitude':45.2,'longitude':5.7,'distance':1000,'output':true}","type":"geojson"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=423},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1141952e] ([p=123,l=123,c=16384,r=0],[p=423,l=423,c=423,r=0],true)@END 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=3} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=3} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1cbba439) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000,'output':true},age=3} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=423 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.315 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1a56da0 waiting 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@503e0d16 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:19:59.316Z 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:19:59.316Z 17:19:59.316 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:19:59.316Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:19:59.316 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:19:59.316Z 17:19:59.317 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:19:59.317Z tryProduce true 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:59.317 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:19:59.317 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:59.317 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.317 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 259 HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 259 HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} POST //127.0.0.1:8899/sensinact/slider/admin/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 53 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 53} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/admin/location/SET HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/admin/location/SET @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/admin/location/SET @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 session=null 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/admin/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:19:59.317 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} parse HeapByteBuffer@42a79f82[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"44.0:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@42a79f82[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"44.0:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=5} Content@64590c31{HeapByteBufferR@49d6066f[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"44.0:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=0,[0]=null,s=STREAM] addContent Content@64590c31{HeapByteBufferR@49d6066f[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"44.0:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=5} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=5} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=5} parsed false HttpParser{s=END,53 of 53} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=53,q=1,[0]=EOF,s=STREAM] read 53 from Content@64590c31{HeapByteBufferR@49d6066f[p=259,l=259,c=8192,r=0]={POST /sen...:5.7"}]<<<>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:19:59.322 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=5} 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@f4a4359[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@23deee05[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@323dde4{null} 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=6} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:19:59 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ac2716f] (null,[p=0,l=163,c=163,r=163],true)@START 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@23deee05[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:19:59 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ac2716f] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@30c53b6a{IDLE}->null [HeapByteBuffer@4a33eace[p=0,l=123,c=16384,r=123]={<<>>\napplicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@23deee05[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{WRITING}->null:IDLE-->WRITING 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=W,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=COMPLETING}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=6} 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@30c53b6a{WRITING}->null 17:19:59.323 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{IDLE}->null:WRITING-->IDLE {"response":{"name":"location","type":"string","value":"44.0:5.7","timestamp":1636651199323},"type":"SET_RESPONSE","uri":"/slider/admin/location","statusCode":200} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ac2716f] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=12} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=12} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@62dc6da4) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=12} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/admin/location/SET written=163 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,53 of 53} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:19:59.329 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.330 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.330 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:19:59.330 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:19:59.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:19:59.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=6/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 17:19:59.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1694313e waiting 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=7/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:19:59.337 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:20:00.329 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@503e0d16 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:00.33Z 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:00.33Z 17:20:00.330 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1694313e task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:00.33Z 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:00.33Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:00.330 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:00.33Z tryProduce true 17:20:00.330 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:00.330 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:00.330 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:00.331 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1000/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1000/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:00.331 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 185 HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 185 HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=185,c=8192,r=185]={<<>>ontent-Le...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000} on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} GET //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000} HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000} HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=0} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 session=null 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.331 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} parsed false HttpParser{s=END,0 of -1} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=1} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:00.332 [qtp1029472813-17] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@133a2697[p=0,l=682,c=682,r=682]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>}) 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=682 null 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2c4a221e[p=0,l=682,c=682,r=682]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@323dde4{null} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:00 GMT Content-Type: application/json;charset=utf-8 Content-Length: 682 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=682},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@313f3a5c] (null,[p=0,l=682,c=682,r=682],true)@START 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=682} last=true content=HeapByteBuffer@2c4a221e[p=0,l=682,c=682,r=682]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:00 GMT Content-Type: application/json;charset=utf-8 Content-Length: 682 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=682},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@313f3a5c] ([p=0,l=123,c=16384,r=123],[p=0,l=682,c=682,r=682],true)@COMPLETING 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@30c53b6a{IDLE}->null [HeapByteBuffer@4a33eace[p=0,l=123,c=16384,r=123]={<<>>\napplicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2c4a221e[p=0,l=682,c=682,r=682]={<<<{"providers":[{"name":"li...":"/","statusCode":200}>>>}] 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{WRITING}->null:IDLE-->WRITING 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 805 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,0 of -1},g=HttpGenerator@43e774f{s=COMPLETING}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=2} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=805 remaining=0 WriteFlusher@30c53b6a{WRITING}->null 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{IDLE}->null:WRITING-->IDLE 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=682},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@313f3a5c] ([p=123,l=123,c=16384,r=0],[p=682,l=682,c=682,r=0],true)@END 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null {"providers":[{"name":"light","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"switch","resources":[{"name":"status","type":"STATE_VARIABLE","rws":"RO"},{"name":"brightness","type":"STATE_VARIABLE","rws":"RO"},{"name":"turn_on","type":"ACTION"},{"name":"turn_off","type":"ACTION"},{"name":"dim","type":"ACTION"}]}]}],"filters":[{"definition":"{'latitude':45.2,'longitude':5.7,'distance':1000}","type":"geojson"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=2} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=2} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@7064ca2e) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?geojson={'latitude':45.2,'longitude':5.7,'distance':1000},age=2} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=682 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.333 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 17:20:00.334 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1a56da0 waiting 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:00.334 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:20:00.335 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 1/1/1 selected 17:20:00.335 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 1 keys, 0 updates 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@503e0d16 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0} tryExecute EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:00.336Z 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 offer EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/PRODUCING/p=false/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:00.336Z 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:00.336Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:00.336 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=1/2,p=0}@1a56da0 task=EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:00.336Z 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:00.336 [qtp1029472813-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1b1cfb87/SelectorProducer@28cda624/IDLE/p=true/QueuedThreadPool[qtp1029472813]@3d5c822d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6e6f2380{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:20:00.336Z tryProduce true 17:20:00.336 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:00.336 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:00.336 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.336 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 259 HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 259 HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=259,c=8192,r=259]={<<>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:00.336 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=0} POST //127.0.0.1:8899/sensinact/slider/admin/location/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 53 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} parsed true HttpParser{s=CONTENT,0 of 53} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/admin/location/SET HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/admin/location/SET @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/admin/location/SET @ o.e.j.s.ServletContextHandler@ffaa6af{/,null,AVAILABLE} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 session=null 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/admin/location/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-18df8434==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@860e14d7{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=CONTENT,0 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} parse HeapByteBuffer@42a79f82[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@42a79f82[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} Content@3f51ba2d{HeapByteBufferR@6b2bc504[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=0,[0]=null,s=STREAM] addContent Content@3f51ba2d{HeapByteBufferR@6b2bc504[p=206,l=259,c=8192,r=53]={POST /sen... 53\r\n\r\n<<<[{"name":"value","type":"...g","value":"45.2:5.7"}]>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} parsed false HttpParser{s=END,53 of 53} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@5d7ce6be[c=53,q=1,[0]=EOF,s=STREAM] read 53 from Content@3f51ba2d{HeapByteBufferR@6b2bc504[p=259,l=259,c=8192,r=0]={POST /sen...:5.7"}]<<<>>>8899\r\n\r\n\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:00.337 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=1} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@239b60bb[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}) 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=163 null 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@11293637[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} complete=true committing=true callback=Blocker@323dde4{null} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/admin/location/SET on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:00 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@241fd2f3] (null,[p=0,l=163,c=163,r=163],true)@START 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=163} last=true content=HeapByteBuffer@11293637[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:00 GMT Content-Type: application/json;charset=utf-8 Content-Length: 163 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@241fd2f3] ([p=0,l=123,c=16384,r=123],[p=0,l=163,c=163,r=163],true)@COMPLETING 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@30c53b6a{IDLE}->null [HeapByteBuffer@4a33eace[p=0,l=123,c=16384,r=123]={<<>>\napplicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@11293637[p=0,l=163,c=163,r=163]={<<<{"response":{"name":"loca...tion","statusCode":200}>>>}] 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{WRITING}->null:IDLE-->WRITING 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 286 SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=W,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=END,53 of 53},g=HttpGenerator@43e774f{s=COMPLETING}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=286 remaining=0 WriteFlusher@30c53b6a{WRITING}->null 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@30c53b6a{IDLE}->null:WRITING-->IDLE 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@50e9e2b5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=163},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@241fd2f3] ([p=123,l=123,c=16384,r=0],[p=163,l=163,c=163,r=0],true)@END 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler1349182676==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null {"response":{"name":"location","type":"string","value":"45.2:5.7","timestamp":1636651200338},"type":"SET_RESPONSE","uri":"/slider/admin/location","statusCode":200} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5a0a8dc7) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@70c3f481{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@70c3f481{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/location/SET,age=2} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/admin/location/SET written=163 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@70c3f481{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,53 of 53} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.338 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@42a79f82[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6bb6ecb5{AC.ReadCB@35c164fd{HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 on ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=0 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@6a4f1a55{STARTED} id=0 keys=1 selected=0 updates=1 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken with none selected 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d woken up from select, 0/0/1 selected 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d processing 0 keys, 1 updates 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@35c164fd::SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$463/443089364@55ee9bb2 17:20:00.339 [qtp1029472813-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@6e6f2380{s=2/2,p=0}@1694313e waiting 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a3b9ff1{l=/127.0.0.1:8899,r=/127.0.0.1:40198,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@35c164fd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43e774f{s=START}]=>HttpChannelOverHttp@74fc6ec6{s=HttpChannelState@70c3f481{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:00.339 [qtp1029472813-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@1da6c91d waiting with 1 keys [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ geojson-filter --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/geojson-filter-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/geojson-filter/2.0-SNAPSHOT/geojson-filter-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/geojson-filter/2.0-SNAPSHOT/geojson-filter-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/geojson-filter-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/geojson-filter/2.0-SNAPSHOT/geojson-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --------< org.eclipse.sensinact.gateway.nthbnd:ldap-filtering >--------- [INFO] Building sensiNact IoT Gateway - LDAP filtering parent module 2.0-SNAPSHOT [64/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ldap-filtering --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ ldap-filtering --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ ldap-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ ldap-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ ldap-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ ldap-filtering --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ ldap-filtering --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ ldap-filtering --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ldap-filtering --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/ldap-filtering/2.0-SNAPSHOT/ldap-filtering-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.nthbnd:ldap-filter >---------- [INFO] Building sensiNact IoT Gateway - LDAP filter 2.0-SNAPSHOT [65/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ldap-filter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ ldap-filter --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ ldap-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ldap-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ldap-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ ldap-filter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ldap-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ldap-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ ldap-filter --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ldap-filter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ldap-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/ldap-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ ldap-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/ldap-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ ldap-filter --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/tests.bndrun: [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.ldap-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.ldap-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',assertj-core;version='[3.20.2,3.20.3)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ ldap-filter --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/tests.bndrun: [INFO] -runbundles: org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.ldap-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.ldap-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.light;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',assertj-core;version='[3.20.2,3.20.3)',ch.qos.logback.classic;version='[1.2.3,1.2.4)' 17:20:06.258 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:20:06.266 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:06.274 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:20:06.274 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:20:06.274 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - %s %s is valid? %s 17:20:06.341 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:06.345 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:06.345 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.patternEnd() 17:20:06.345 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:06.345 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:06.346 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:06.346 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:06.347 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:20:06.347 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:20:06.347 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:06.347 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:06.347 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:06.350 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:20:06.351 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:20:06.351 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:20:06.351 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:20:06.351 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:20:06.351 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:06.351 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:06.352 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:20:06.352 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:20:06.352 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:20:06.352 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:20:06.352 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:20:06.352 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:06.352 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:06.354 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.minInclusiveEnd() 17:20:06.354 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ParameterDefinition.maxInclusiveEnd() 17:20:06.354 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.parameterEnd() 17:20:06.355 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ArgumentDefinition.valueEnd() 17:20:06.355 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.TriggerBuilderDefinition.argumentEnd() 17:20:06.355 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ReferenceDefinition.builderEnd() 17:20:06.355 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MethodDefinition.referenceEnd() 17:20:06.355 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.methodEnd() 17:20:06.355 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:06.356 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:20:06.356 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.serviceEnd() 17:20:06.356 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:20:06.356 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:20:06.363 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:20:06.370 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:06.391 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:06.400 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.402 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.402 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.402 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.404 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:06.407 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.408 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:06.412 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.413 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:06.414 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.414 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:06.419 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.419 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:06.440 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.440 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:06.443 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:06.444 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:20:06.445 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:06.445 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:20:06.445 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:20:06.445 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - %s %s is valid? %s 17:20:06.455 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:20:06.456 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:20:06.456 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:06.457 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:06.457 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:06.457 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:06.457 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:20:06.460 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:20:06.466 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:06.470 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:06.471 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.471 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.472 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.472 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.472 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:06.473 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:06.473 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:06.474 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:06.474 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:20:06.474 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:20:06.492 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:20:06.494 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1104ms to org.eclipse.jetty.util.log.Slf4jLog 17:20:06.501 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp872522004]@3401a114{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@522a32b1,POJO} 17:20:06.505 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@3fb6cf60{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp872522004]@3401a114{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:20:06.507 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@78365cfa[null] added {org.eclipse.jetty.security.DefaultIdentityService@64a8c844,POJO} 17:20:06.507 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@78365cfa[OSGi HTTP Service Realm] added {UserStore@3f6db3fb{STOPPED},AUTO} 17:20:06.507 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@3fb6cf60{STOPPED}[9.4.42.v20210604] added {HashLoginService@78365cfa[OSGi HTTP Service Realm],AUTO} 17:20:06.545 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,STOPPED},[o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,STOPPED}]}] 17:20:06.545 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@7096b474{STOPPED} added {o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,STOPPED},AUTO} 17:20:06.546 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@1ae67cad 17:20:06.550 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=-1,MANAGED} 17:20:06.588 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=-1 added {ServletHandler@4b3a45f1{STOPPED},MANAGED} 17:20:06.588 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:20:06.589 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@18025ced,UNMANAGED} 17:20:06.591 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4b3a45f1{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:20:06.592 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4b3a45f1{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b,POJO} 17:20:06.592 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@3fb6cf60{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@7096b474{STOPPED},MANAGED} 17:20:06.592 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@3fb6cf60{STOPPED}[9.4.42.v20210604] 17:20:06.594 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@3fb6cf60{STARTING}[9.4.42.v20210604] added {ErrorHandler@1a7288a3{STOPPED},AUTO} 17:20:06.594 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:20:06.604 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@3fb6cf60{STARTING}[9.4.42.v20210604] 17:20:06.604 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp872522004]@3401a114{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:20:06.605 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=0} 17:20:06.606 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] added {ReservedThreadExecutor@52045dbe{s=0/2,p=0},AUTO} 17:20:06.606 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@52045dbe{s=0/2,p=0} 17:20:06.608 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1218ms ReservedThreadExecutor@52045dbe{s=0/2,p=0} 17:20:06.608 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-21,5,main] 17:20:06.608 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-22,5,main] 17:20:06.609 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-23,5,main] 17:20:06.609 [qtp872522004-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.609 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-24,5,main] 17:20:06.609 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.609 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-25,5,main] 17:20:06.609 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-26,5,main] 17:20:06.609 [qtp872522004-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.609 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.609 [qtp872522004-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.609 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-27,5,main] 17:20:06.609 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp872522004-28,5,main] 17:20:06.610 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.610 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1220ms QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.610 [qtp872522004-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.610 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@78365cfa[OSGi HTTP Service Realm] 17:20:06.610 [qtp872522004-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.610 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@3f6db3fb{STOPPED} 17:20:06.610 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1220ms UserStore@3f6db3fb{STARTED} 17:20:06.610 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1220ms HashLoginService@78365cfa[OSGi HTTP Service Realm] 17:20:06.610 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@7096b474{STOPPED} 17:20:06.610 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@7096b474{STARTING} 17:20:06.610 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,STOPPED} 17:20:06.611 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:20:06.641 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,STARTING} 17:20:06.641 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 17:20:06.642 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@6821ea29[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:20:06.643 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@6821ea29[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@10993713[passivating=false,graceSec=3600],AUTO} 17:20:06.644 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@72cf2de5{STOPPED}[worker=null] 17:20:06.644 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:20:06.644 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:20:06.645 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@72cf2de5{STARTING}[worker=node0] added {HouseKeeper@4ee37ca3{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:20:06.645 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@4ee37ca3{STOPPED}[interval=600000, ownscheduler=false] 17:20:06.645 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@422c3c7a{STOPPED} 17:20:06.646 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1256ms ScheduledExecutorScheduler@422c3c7a{STARTED} 17:20:06.646 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:20:06.646 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:20:06.646 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1257ms HouseKeeper@4ee37ca3{STARTED}[interval=600000, ownscheduler=true] 17:20:06.646 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1257ms DefaultSessionIdManager@72cf2de5{STARTED}[worker=node0] 17:20:06.646 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@3fb6cf60{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@72cf2de5{STARTED}[worker=node0],MANAGED} 17:20:06.646 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 added {DefaultSessionIdManager@72cf2de5{STARTED}[worker=node0],UNMANAGED} 17:20:06.647 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@22b53226{STOPPED} 17:20:06.647 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1257ms ScheduledExecutorScheduler@22b53226{STARTED} 17:20:06.647 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 17:20:06.647 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@4b3a45f1{STOPPED} 17:20:06.649 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b[EMBEDDED:null] 17:20:06.650 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@4b3a45f1{STARTING} 17:20:06.650 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4b3a45f1{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c930bfd8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:20:06.650 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@4b3a45f1{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5,POJO} 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b[EMBEDDED:null] 17:20:06.650 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:06.650 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5[EMBEDDED:null] 17:20:06.650 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c930bfd8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c930bfd8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b[EMBEDDED:null] 17:20:06.651 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5[EMBEDDED:null] 17:20:06.651 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c930bfd8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:20:06.651 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c930bfd8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:06.651 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@4b3a45f1{STARTING} 17:20:06.651 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1262ms ServletHandler@4b3a45f1{STARTED} 17:20:06.651 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@6821ea29[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:20:06.651 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@10993713[passivating=false,graceSec=3600] 17:20:06.652 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1262ms org.eclipse.jetty.server.session.NullSessionDataStore@10993713[passivating=false,graceSec=3600] 17:20:06.652 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1262ms org.eclipse.jetty.server.session.DefaultSessionCache@6821ea29[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:20:06.652 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1262ms org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 17:20:06.655 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:20:06.656 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1266ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:20:06.657 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b 17:20:06.657 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c930bfd8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:20:06.657 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1267ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7446d8d5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@c930bfd8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:20:06.657 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:06.657 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1268ms o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:06.657 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1268ms ContextHandlerCollection@7096b474{STARTED} 17:20:06.657 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@1a7288a3{STOPPED} 17:20:06.657 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@1a7288a3{STARTING} 17:20:06.657 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1268ms ErrorHandler@1a7288a3{STARTED} 17:20:06.658 [main] INFO org.eclipse.jetty.server.Server - Started @1268ms 17:20:06.658 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1268ms Server@3fb6cf60{STARTED}[9.4.42.v20210604] 17:20:06.658 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:20:06.661 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@388ba540[HTTP/1.1] added {HttpConfiguration@47605f2f{32768/8192,8192/8192,https://:0,[]},POJO} 17:20:06.668 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{null, ()}{0.0.0.0:0} added {Server@3fb6cf60{STARTED}[9.4.42.v20210604],UNMANAGED} 17:20:06.668 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}],UNMANAGED} 17:20:06.668 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5ad10c1a{STOPPED},AUTO} 17:20:06.668 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@6bb75258,POJO} 17:20:06.669 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@388ba540[HTTP/1.1],AUTO} 17:20:06.669 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@388ba540[HTTP/1.1] 17:20:06.670 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:20:06.670 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@3fb6cf60{STARTED}[9.4.42.v20210604] added {ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:20:06.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:06.673 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:20:06.674 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@5ad10c1a{STOPPED} 17:20:06.674 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1284ms ScheduledExecutorScheduler@5ad10c1a{STARTED} 17:20:06.674 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@388ba540[HTTP/1.1] 17:20:06.674 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1284ms HttpConnectionFactory@388ba540[HTTP/1.1] 17:20:06.674 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:06.680 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:06.679Z added {SelectorProducer@61bcd567,POJO} 17:20:06.681 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:06.68Z added {QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}],UNMANAGED} 17:20:06.681 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:06.681Z created 17:20:06.681 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@7fc44dec{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:06.681Z,MANAGED} 17:20:06.681 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@7fc44dec{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:20:06.681 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@7fc44dec{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:20:06.681 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:06.681Z 17:20:06.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1292ms EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:06.682Z 17:20:06.683 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$79/647149086@7b64240d startThread=0 17:20:06.683 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$79/647149086@7b64240d in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.683 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@62fad19 on ManagedSelector@7fc44dec{STARTING} id=0 keys=0 selected=0 updates=0 17:20:06.683 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:06.683Z tryProduce false 17:20:06.684 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:06.684 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@62fad19 17:20:06.684 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:06.684 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 0 keys 17:20:06.684 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1295ms ManagedSelector@7fc44dec{STARTED} id=0 keys=0 selected=0 updates=0 17:20:06.684 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1295ms SelectorManager@ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:06.685 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@2e54db99,POJO} 17:20:06.685 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@2e54db99 startThread=0 17:20:06.685 [qtp872522004-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@2e54db99 in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:06.685 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:06.685 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1295ms ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8899 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:20:06.694 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@3fb6cf60{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@6f0ca692,POJO} 17:20:06.699 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - Starting introspection in bundle %s 17:20:06.702 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - The Echo servlet has been initialized, but we delay initialization until the first request so that a Jetty Context is available 17:20:06.703 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /ws/sensinact servlet registered 17:20:06.741 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.login servlet registered 17:20:06.742 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.register servlet registered 17:20:06.743 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact/* servlet registered 17:20:07.003 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:20:07.004 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.012 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:07.013 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:07.013 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.013 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.014 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.014 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.014 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.014 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.014 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.014 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.014 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:20:07.015 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:20:07.015 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:07.015 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:07.015 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:07.015 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:07.016 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.016 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.016 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.016 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.017 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.017 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.017 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.MetadataDefinition.valueEnd() 17:20:07.017 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.metaEnd() 17:20:07.018 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.minInclusiveEnd() 17:20:07.018 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.maxInclusiveEnd() 17:20:07.018 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:07.018 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:07.018 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:07.018 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:07.018 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesStart(org.xml.sax.Attributes) 17:20:07.019 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:20:07.019 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:20:07.019 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:20:07.019 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:20:07.019 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.deviceEnd() 17:20:07.019 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.devicesEnd() 17:20:07.019 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:20:07.020 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.024 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.025 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.025 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.025 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.026 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.026 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:07.041 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.042 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.043 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.043 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.043 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:07.044 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.047 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.048 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.049 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.049 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.049 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.050 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:07.050 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.051 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.051 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.052 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.052 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:07.053 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.057 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.058 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.058 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.058 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.058 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.059 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:07.059 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.060 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.061 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.061 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.061 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:07.061 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.065 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.066 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.066 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.067 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.067 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.067 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:07.068 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.068 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.069 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.070 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.070 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:07.070 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.074 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:07.075 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.075 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.075 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.076 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.076 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:07.077 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.077 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.078 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:07.078 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:07.079 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:12.092 [qtp872522004-21-acceptor-0@2e54db99-ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@47109be6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40200]] on ManagedSelector@7fc44dec{STARTED} id=0 keys=0 selected=0 updates=0 17:20:12.092 [qtp872522004-21-acceptor-0@2e54db99-ServerConnector@4c37b5b{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=0 selected=0 updates=1 17:20:12.092 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:12.092 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/0 selected 17:20:12.092 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:12.092 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:12.093 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@47109be6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40200]] 17:20:12.093 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@47109be6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40200]] startThread=0 17:20:12.093 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:12.093 [qtp872522004-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@47109be6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40200]] in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:12.093 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:12.097 [qtp872522004-23] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 59999 ms 17:20:12.112 [qtp872522004-23] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=17/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:12.116 [qtp872522004-23] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=21/60000}{io=0/0,kio=0,kro=0}-> 17:20:12.117 [qtp872522004-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$490/1788757249@3825acc9 on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:12.117 [qtp872522004-23] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.117 [qtp872522004-23] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.118 [qtp872522004-23] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.118 [qtp872522004-23] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:12.118 [qtp872522004-23] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.118 [qtp872522004-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:12.118 [qtp872522004-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=2 17:20:12.118 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:12.118 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:12.118 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 2 updates 17:20:12.118 [qtp872522004-23] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.118 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:20:12.118 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$490/1788757249@3825acc9 17:20:12.118 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:12.118 [qtp872522004-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@47109be6[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40200]] in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}] 17:20:12.118 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.119 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:12.119 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:12.119 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:12.119 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:12.119 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.119 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.119 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:12.120 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:12.12Z 17:20:12.120 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=1} startReservedThread p=1 17:20:12.121 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@52045dbe{s=0/2,p=1}@4e8f8d47 in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=1}] 17:20:12.121 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@52045dbe{s=0/2,p=1}@4e8f8d47 startThread=0 17:20:12.121 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=1}@4e8f8d47 started 17:20:12.121 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@4e8f8d47 waiting 17:20:12.122 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:12.121Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:12.122 [qtp872522004-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}] 17:20:12.122 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:20:12.122 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:12.122 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:12.122 [qtp872522004-24] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:12.122 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:12.122 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.122 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:12.125 [qtp872522004-24] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:20:12.125 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 171 HeapByteBuffer@4221a259[p=0,l=171,c=8192,r=171]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.126 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=171,c=8192,r=171]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.126 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:12.127 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:12.127 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:12.127 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:12.127 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:20:12.128 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:20:12.129 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:12.129 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:12.129 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:12.130 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} GET //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:12.130 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:12.130 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=7/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} 17:20:12.131 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=2} 17:20:12.131 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:12.132 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=3} 17:20:12.133 [qtp872522004-24] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=4} 17:20:12.133 [qtp872522004-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:12.133 [qtp872522004-24] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:12.133 [qtp872522004-24] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:12.134 [qtp872522004-24] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:12.134 [qtp872522004-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:12.134 [qtp872522004-24] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:12.146 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.146 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=23/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=18} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=24/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=18} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=18} 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=18} 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:12.147 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=24/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=18} parsed false HttpParser{s=END,0 of -1} 17:20:12.148 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=24/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=18} 17:20:12.148 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:12.148 [qtp872522004-24] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:12.154 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5b7a344e[p=0,l=148,c=148,r=148]={<<<{"providers":[],"filters"...":"/","statusCode":200}>>>}) 17:20:12.155 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=148 null 17:20:12.155 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@63787cc0[p=0,l=148,c=148,r=148]={<<<{"providers":[],"filters"...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:12.155 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=26} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:12 GMT X-Auth-Token: bbccf06a88ffee72f61a5c9e50e24e15987d86ec Content-Type: application/json;charset=utf-8 Content-Length: 148 17:20:12.156 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=148},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1da125a8] (null,[p=0,l=148,c=148,r=148],true)@START 17:20:12.157 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=4,cl=148} last=true content=HeapByteBuffer@63787cc0[p=0,l=148,c=148,r=148]={<<<{"providers":[],"filters"...":"/","statusCode":200}>>>} 17:20:12.157 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:12 GMT X-Auth-Token: bbccf06a88ffee72f61a5c9e50e24e15987d86ec Content-Type: application/json;charset=utf-8 Content-Length: 148 17:20:12.157 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:12.157 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=148},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1da125a8] ([p=0,l=179,c=16384,r=179],[p=0,l=148,c=148,r=148],true)@COMPLETING 17:20:12.157 [qtp872522004-24] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=179,c=16384,r=179]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@63787cc0[p=0,l=148,c=148,r=148]={<<<{"providers":[],"filters"...":"/","statusCode":200}>>>}] 17:20:12.157 [qtp872522004-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:12.158 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 327 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=34/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=29} 17:20:12.158 [qtp872522004-24] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=327 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:12.158 [qtp872522004-24] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:12.158 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=148},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1da125a8] ([p=179,l=179,c=16384,r=0],[p=148,l=148,c=148,r=0],true)@END 17:20:12.158 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:12.158 [qtp872522004-24] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=30} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=30} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@132214e5) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null response from URL http://127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' was {"providers":[],"filters":[{"definition":"'(service1.humidity.accessible=false)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} {"providers":[],"filters":[{"definition":"'(service1.humidity.accessible=false)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=30} 17:20:12.159 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=148 17:20:12.160 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:12.160 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:12.160 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:12.160 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.161 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.161 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.161 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.161 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:12.161 [qtp872522004-24] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.161 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:12.161 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.162 [qtp872522004-24] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.162 [qtp872522004-24] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:12.162 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.162 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:12.162 [qtp872522004-24] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:12.162 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:12.162 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:12.162 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:12.162 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:12.162 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:12.163 [qtp872522004-24] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:12.163 [qtp872522004-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}] 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:12.163 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:12.163Z 17:20:12.164 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=0}@4e8f8d47 offer EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:12.164Z 17:20:12.164 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=1} startReservedThread p=1 17:20:12.164 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@52045dbe{s=0/2,p=1}@728e1ef0 startThread=0 17:20:12.164 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@52045dbe{s=0/2,p=1}@728e1ef0 in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=1}] 17:20:12.164 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=1}@728e1ef0 started 17:20:12.164 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@728e1ef0 waiting 17:20:12.164 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=1}@4e8f8d47 task=EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:12.164Z 17:20:12.164 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:12.164Z tryProduce true 17:20:12.164 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:12.164 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:12.164 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.164 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:12.164 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:12.164Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:12.164 [qtp872522004-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 324 HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 324 HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:12.165 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=0} POST //127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 113 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 113} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=0} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=0} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/sensor0/service1/humidity/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=0} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/sensor0/service1/humidity/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/sensor0/service1/humidity/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/sensor0/service1/humidity/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:12.166 [qtp872522004-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=1} parse HeapByteBuffer@4221a259[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=1} Content@5618a08{HeapByteBufferR@79a6dca[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent Content@5618a08{HeapByteBufferR@79a6dca[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=1} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=1} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,113 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=1} parsed false HttpParser{s=END,113 of 113} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=113,q=1,[0]=EOF,s=STREAM] read 113 from Content@5618a08{HeapByteBufferR@79a6dca[p=324,l=324,c=8192,r=0]={POST /sen...false}]<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:12.167 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,113 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=1} 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@115f2fb3[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>}) 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=165 null 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@20708124[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/sensor0/service1/humidity/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=12} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:12 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52a688b] (null,[p=0,l=165,c=165,r=165],true)@START 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=165} last=true content=HeapByteBuffer@20708124[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>} 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:12 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52a688b] ([p=0,l=123,c=16384,r=123],[p=0,l=165,c=165,r=165],true)@COMPLETING 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@20708124[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>}] 17:20:12.178 [qtp872522004-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 288 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=13/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,113 of 113},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=13} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=288 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52a688b] ([p=123,l=123,c=16384,r=0],[p=165,l=165,c=165,r=0],true)@END 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=13} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=13} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@363aba12) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET,age=13} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/sensor0/service1/humidity/SET written=165 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,113 of 113} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.179 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} response from URL http://127.0.0.1:8899/sensinact/sensor0/service1/humidity/SET was {"response":{"name":"accessible","type":"boolean","value":false,"timestamp":1636651212178},"type":"SET_RESPONSE","uri":"/sensor0/service1/humidity","statusCode":200} {"response":{"name":"accessible","type":"boolean","value":false,"timestamp":1636651212178},"type":"SET_RESPONSE","uri":"/sensor0/service1/humidity","statusCode":200} 17:20:12.180 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.181 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:12.181 [qtp872522004-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:12.181 [qtp872522004-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:12.181 [qtp872522004-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$79/647149086@7b64240d in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}] 17:20:12.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:14.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:14.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:14.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.181 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.182 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:14.182 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:14.182Z 17:20:14.182 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=0}@728e1ef0 offer EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:14.182Z 17:20:14.182 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=1} startReservedThread p=1 17:20:14.182 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@52045dbe{s=0/2,p=1}@8c3059d startThread=0 17:20:14.182 [qtp872522004-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@52045dbe{s=0/2,p=1}@8c3059d in QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=0/2,p=1}] 17:20:14.182 [qtp872522004-27] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=1}@8c3059d started 17:20:14.182 [qtp872522004-27] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@8c3059d waiting 17:20:14.183 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=0/2,p=1}@728e1ef0 task=EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:14.182Z 17:20:14.183 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:14.182Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2002/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:14.183 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:14.183Z tryProduce true 17:20:14.183 [qtp872522004-25] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2002/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:14.183 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:14.183 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:14.183 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2002/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:14.183 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2002/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.183 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:14.183 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 171 HeapByteBuffer@4221a259[p=0,l=171,c=8192,r=171]={<<>>ion: keep...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.183 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=171,c=8192,r=171]={<<>>ion: keep...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} GET //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:14.184 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:14.185 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} parsed false HttpParser{s=END,0 of -1} 17:20:14.186 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} 17:20:14.186 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:14.186 [qtp872522004-25] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@cfc805d[p=0,l=561,c=561,r=561]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}) 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=561 null 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@49fe0fa6[p=0,l=561,c=561,r=561]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:14 GMT Content-Type: application/json;charset=utf-8 Content-Length: 561 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=561},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6802d837] (null,[p=0,l=561,c=561,r=561],true)@START 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=561} last=true content=HeapByteBuffer@49fe0fa6[p=0,l=561,c=561,r=561]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:14 GMT Content-Type: application/json;charset=utf-8 Content-Length: 561 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=561},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6802d837] ([p=0,l=123,c=16384,r=123],[p=0,l=561,c=561,r=561],true)@COMPLETING 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@49fe0fa6[p=0,l=561,c=561,r=561]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}] 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING response from URL http://127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' was {"providers":[{"name":"sensor0","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.humidity.accessible=false)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 684 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=3} 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=684 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:14.187 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=561},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6802d837] ([p=123,l=123,c=16384,r=0],[p=561,l=561,c=561,r=0],true)@END 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=4} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=4} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@78fdc747) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=4} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=561 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {"providers":[{"name":"sensor0","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.humidity.accessible=false)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:14.188 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:14.189 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:14.189 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:14.189 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:14.190 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:14.190 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0}@4e8f8d47 waiting 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:14.19Z 17:20:14.190 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@4e8f8d47 offer EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:14.19Z 17:20:14.191 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@4e8f8d47 task=EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:14.191Z 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:14.191Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:14.191 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:14.191Z tryProduce true 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:14.191 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:14.191 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:14.191 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.191 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 324 HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 324 HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=324,c=8192,r=324]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:14.191 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} POST //127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 113 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 113} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/sensor3/service1/humidity/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/sensor3/service1/humidity/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/sensor3/service1/humidity/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/sensor3/service1/humidity/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} parse HeapByteBuffer@4221a259[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} Content@65630ba1{HeapByteBufferR@6ba4e97d[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent Content@65630ba1{HeapByteBufferR@6ba4e97d[p=211,l=324,c=8192,r=113]={POST /sen...113\r\n\r\n<<<[{"name":"attributeName",...olean", "value":false}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:14.192 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=0} 17:20:14.193 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:14.193 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=1} 17:20:14.193 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:14.193 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,113 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=1} parsed false HttpParser{s=END,113 of 113} 17:20:14.193 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=113,q=1,[0]=EOF,s=STREAM] read 113 from Content@65630ba1{HeapByteBufferR@6ba4e97d[p=324,l=324,c=8192,r=0]={POST /sen...false}]<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:14.193 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,113 of 113},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=1} 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@2a99e346[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>}) 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=165 null 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@575adbb7[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/sensor3/service1/humidity/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:14 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1bf92f20] (null,[p=0,l=165,c=165,r=165],true)@START 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=165} last=true content=HeapByteBuffer@575adbb7[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>} 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:14 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1bf92f20] ([p=0,l=123,c=16384,r=123],[p=0,l=165,c=165,r=165],true)@COMPLETING 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@575adbb7[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"acce...dity","statusCode":200}>>>}] 17:20:14.194 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 288 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,113 of 113},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=3} response from URL http://127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET was {"response":{"name":"accessible","type":"boolean","value":false,"timestamp":1636651214194},"type":"SET_RESPONSE","uri":"/sensor3/service1/humidity","statusCode":200} {"response":{"name":"accessible","type":"boolean","value":false,"timestamp":1636651214194},"type":"SET_RESPONSE","uri":"/sensor3/service1/humidity","statusCode":200} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=288 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1bf92f20] ([p=123,l=123,c=16384,r=0],[p=165,l=165,c=165,r=0],true)@END 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=3} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=3} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@2fd04966) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/humidity/SET,age=3} 17:20:14.195 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/sensor3/service1/humidity/SET written=165 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,113 of 113} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:14.196 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:14.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:14.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:14.197 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:14.197 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0}@728e1ef0 waiting 17:20:14.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:16.195 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:16.195 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:16.195 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1998/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.196 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1998/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.196 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1999/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:16.196 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:16.196Z 17:20:16.196 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@728e1ef0 offer EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:16.196Z 17:20:16.196 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@728e1ef0 task=EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:16.196Z 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:16.196Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1999/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:16.197 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:16.197Z tryProduce true 17:20:16.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:16.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1999/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:16.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1999/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.197 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2000/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 171 HeapByteBuffer@4221a259[p=0,l=171,c=8192,r=171]={<<>>ion: keep...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=171,c=8192,r=171]={<<>>ion: keep...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:16.197 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} GET //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=0} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:16.198 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} parsed false HttpParser{s=END,0 of -1} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=1} 17:20:16.199 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:16.200 [qtp872522004-25] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@10eb4e6d[p=0,l=975,c=975,r=975]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}) 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=975 null 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@29d1f0e9[p=0,l=975,c=975,r=975]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:16 GMT Content-Type: application/json;charset=utf-8 Content-Length: 975 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=975},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57ec4684] (null,[p=0,l=975,c=975,r=975],true)@START 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=975} last=true content=HeapByteBuffer@29d1f0e9[p=0,l=975,c=975,r=975]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:16 GMT Content-Type: application/json;charset=utf-8 Content-Length: 975 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=975},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57ec4684] ([p=0,l=123,c=16384,r=123],[p=0,l=975,c=975,r=975],true)@COMPLETING 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@29d1f0e9[p=0,l=975,c=975,r=975]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}] 17:20:16.201 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING response from URL http://127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)' was {"providers":[{"name":"sensor0","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]},{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.humidity.accessible=false)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} {"providers":[{"name":"sensor0","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]},{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.humidity.accessible=false)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:16.202 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 1098 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=4} 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=1098 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=975},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57ec4684] ([p=123,l=123,c=16384,r=0],[p=975,l=975,c=975,r=0],true)@END 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=5} 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=5} 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@413d74c1) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:16.203 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.humidity.accessible=false)',age=6} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=975 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 259 HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 259 HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:16.204 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=0} POST //127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 46 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=1} parsed true HttpParser{s=CONTENT,0 of 46} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=1} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=1} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/sensor3/service1/temperature/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=1} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/sensor3/service1/temperature/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/sensor3/service1/temperature/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/sensor3/service1/temperature/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=1} parse HeapByteBuffer@4221a259[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.205 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=1} Content@befc2ad{HeapByteBufferR@2d9f2d81[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00}} 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent Content@befc2ad{HeapByteBufferR@2d9f2d81[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00}} 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=2} 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=2} 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,46 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=2} parsed false HttpParser{s=END,46 of 46} 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=46,q=1,[0]=EOF,s=STREAM] read 46 from Content@befc2ad{HeapByteBufferR@2d9f2d81[p=259,l=259,c=8192,r=0]={POST /sen...":2.5}]<<<>>>":"access...\x00\x00\x00\x00\x00\x00\x00}} 17:20:16.206 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,46 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=2} 17:20:16.207 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@32437263[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>}) 17:20:16.208 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=165 null 17:20:16.208 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@47cc342c[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:16.208 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/sensor3/service1/temperature/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=4} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:16 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:16.208 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@13ebfa71] (null,[p=0,l=165,c=165,r=165],true)@START 17:20:16.208 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=165} last=true content=HeapByteBuffer@47cc342c[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>} 17:20:16.208 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:16 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@13ebfa71] ([p=0,l=123,c=16384,r=123],[p=0,l=165,c=165,r=165],true)@COMPLETING 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@47cc342c[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>}] 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 288 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,46 of 46},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=5} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=288 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE response from URL http://127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET was {"response":{"name":"temperature","type":"float","value":2.5,"timestamp":1636651216207},"type":"SET_RESPONSE","uri":"/sensor3/service1/temperature","statusCode":200} {"response":{"name":"temperature","type":"float","value":2.5,"timestamp":1636651216207},"type":"SET_RESPONSE","uri":"/sensor3/service1/temperature","statusCode":200} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@13ebfa71] ([p=123,l=123,c=16384,r=0],[p=165,l=165,c=165,r=0],true)@END 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=5} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=5} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@1fa32aca) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor3/service1/temperature/SET,age=5} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/sensor3/service1/temperature/SET written=165 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,46 of 46} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.209 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:16.210 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0}@4e8f8d47 waiting 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:16.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:18.209 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:18.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:18.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=1999/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.210 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:18.210 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:18.21Z 17:20:18.211 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@4e8f8d47 offer EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:18.211Z 17:20:18.211 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:18.211Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:18.211 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@4e8f8d47 task=EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:18.211Z 17:20:18.211 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:18.211Z tryProduce true 17:20:18.211 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:18.211 [qtp872522004-26] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:18.211 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:18.218 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:18.218 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.218 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 174 HeapByteBuffer@4221a259[p=0,l=174,c=8192,r=174]={<<>>ion: keep...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=174,c=8192,r=174]={<<>>ion: keep...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)' on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=0} GET //127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)' HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=0} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)' HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=0} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=0} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=0} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:18.219 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=1} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=1} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=1} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=1} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=1} parsed false HttpParser{s=END,0 of -1} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=1} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:18.220 [qtp872522004-26] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ab61c09[p=0,l=560,c=560,r=560]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}) 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=560 null 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@4b30e18b[p=0,l=560,c=560,r=560]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:18 GMT Content-Type: application/json;charset=utf-8 Content-Length: 560 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=560},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19e257e2] (null,[p=0,l=560,c=560,r=560],true)@START 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=560} last=true content=HeapByteBuffer@4b30e18b[p=0,l=560,c=560,r=560]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:18 GMT Content-Type: application/json;charset=utf-8 Content-Length: 560 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=560},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19e257e2] ([p=0,l=123,c=16384,r=123],[p=0,l=560,c=560,r=560],true)@COMPLETING 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4b30e18b[p=0,l=560,c=560,r=560]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}] 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 683 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=7,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=2} 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=683 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:18.221 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=560},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19e257e2] ([p=123,l=123,c=16384,r=0],[p=560,l=560,c=560,r=0],true)@END 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false response from URL http://127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)' was {"providers":[{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.temperature.value <= 4.0)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} {"providers":[{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.temperature.value <= 4.0)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=7,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=3} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=7,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=3} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@34d4a6c1) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=7,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value%20<=%204.0)',age=3} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=560 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:18.222 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0}@728e1ef0 waiting 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:18.222 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:18.223Z 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@728e1ef0 offer EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:18.223Z 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:18.223Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:18.223 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@728e1ef0 task=EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:18.223Z 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 259 HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.223 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:18.223Z tryProduce true 17:20:18.223 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:18.223 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} filled 259 HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.223 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=7,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:18.223 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=259,c=8192,r=259]={<<>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:18.223 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=0} POST //127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 46 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} parsed true HttpParser{s=CONTENT,0 of 46} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/sensor2/service1/temperature/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/sensor2/service1/temperature/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/sensor2/service1/temperature/SET @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/sensor2/service1/temperature/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} parse HeapByteBuffer@4221a259[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} Content@36da8337{HeapByteBufferR@1011bc94[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00}} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent Content@36da8337{HeapByteBufferR@1011bc94[p=213,l=259,c=8192,r=46]={POST /sen... 46\r\n\r\n<<<[{"name":"value","type":"float", "value":2.5}]>>>":"access...\x00\x00\x00\x00\x00\x00\x00}} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,46 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} parsed false HttpParser{s=END,46 of 46} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=46,q=1,[0]=EOF,s=STREAM] read 46 from Content@36da8337{HeapByteBufferR@1011bc94[p=259,l=259,c=8192,r=0]={POST /sen...":2.5}]<<<>>>":"access...\x00\x00\x00\x00\x00\x00\x00}} 17:20:18.224 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,46 of 46},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=1} 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@5a1670a9[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>}) 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=165 null 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@383783e7[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/sensor2/service1/temperature/SET on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:18 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@25df7d69] (null,[p=0,l=165,c=165,r=165],true)@START 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=165} last=true content=HeapByteBuffer@383783e7[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>} 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:18 GMT Content-Type: application/json;charset=utf-8 Content-Length: 165 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@25df7d69] ([p=0,l=123,c=16384,r=123],[p=0,l=165,c=165,r=165],true)@COMPLETING 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@383783e7[p=0,l=165,c=165,r=165]={<<<{"response":{"name":"temp...ture","statusCode":200}>>>}] 17:20:18.225 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 288 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,46 of 46},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=3} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=288 remaining=0 WriteFlusher@6b7d02f{WRITING}->null 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=165},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@25df7d69] ([p=123,l=123,c=16384,r=0],[p=165,l=165,c=165,r=0],true)@END response from URL http://127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET was {"response":{"name":"temperature","type":"float","value":2.5,"timestamp":1636651218225},"type":"SET_RESPONSE","uri":"/sensor2/service1/temperature","statusCode":200} {"response":{"name":"temperature","type":"float","value":2.5,"timestamp":1636651218225},"type":"SET_RESPONSE","uri":"/sensor2/service1/temperature","statusCode":200} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=8,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=3} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=3} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@566d640b) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=8,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/sensor2/service1/temperature/SET,age=3} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/sensor2/service1/temperature/SET written=165 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,46 of 46} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:18.226 [qtp872522004-25] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:18.227 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0}@4e8f8d47 waiting 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:18.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:20.226 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 1/1/1 selected 17:20:20.226 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 1 keys, 0 updates 17:20:20.226 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@60b461af SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.227 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:20.227 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0} tryExecute EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:20.227Z 17:20:20.227 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@4e8f8d47 offer EatWhatYouKill@33e01298/SelectorProducer@61bcd567/PRODUCING/p=false/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:20.227Z 17:20:20.227 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:20.227Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:20.227 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=1/2,p=0}@4e8f8d47 task=EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:20.227Z 17:20:20.228 [qtp872522004-25] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@33e01298/SelectorProducer@61bcd567/IDLE/p=true/QueuedThreadPool[qtp872522004]@3401a114{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@52045dbe{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:20:20.227Z tryProduce true 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=2001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:20.228 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:20.228 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:20.228 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.228 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=2001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 168 HeapByteBuffer@4221a259[p=0,l=168,c=8192,r=168]={<<>>onnection...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=8,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=168,c=8192,r=168]={<<>>onnection...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)' on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=0} GET //127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)' HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:20.228 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=0} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)' HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:20.229 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=1} parsed false HttpParser{s=END,0 of -1} 17:20:20.230 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=2} 17:20:20.230 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:20.230 [qtp872522004-26] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:20.231 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@4ef8a206[p=0,l=972,c=972,r=972]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}) 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=972 null 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2882eeb[p=0,l=972,c=972,r=972]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=4} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 972 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=972},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@95e341f] (null,[p=0,l=972,c=972,r=972],true)@START 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=972} last=true content=HeapByteBuffer@2882eeb[p=0,l=972,c=972,r=972]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 972 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=972},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@95e341f] ([p=0,l=123,c=16384,r=123],[p=0,l=972,c=972,r=972],true)@COMPLETING 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2882eeb[p=0,l=972,c=972,r=972]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}] 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 1095 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=4/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=9,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=4} 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=1095 remaining=0 WriteFlusher@6b7d02f{WRITING}->null response from URL http://127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)' was {"providers":[{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]},{"name":"sensor2","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.temperature.value<=4.0)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=972},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@95e341f] ([p=123,l=123,c=16384,r=0],[p=972,l=972,c=972,r=0],true)@END 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:20.232 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=9,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=4} {"providers":[{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]},{"name":"sensor2","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(service1.temperature.value<=4.0)'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=9,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=5} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@182d695b) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=9,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(service1.temperature.value<=4.0)',age=5} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=972 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 207 HeapByteBuffer@4221a259[p=0,l=207,c=8192,r=207]={<<>>46\r\n\r\n[{"...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=9,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=207,c=8192,r=207]={<<>>46\r\n\r\n[{"...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:20.233 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))' on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=0} GET //127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))' HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=1} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=1} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))' HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=1} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=1} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=1} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@4bd1f8dd{/,null,AVAILABLE} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 session=null 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-4189d70b==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@fdeaab14{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=1} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.234 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=1} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=2} 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=2} 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@92da827[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=2} parsed false HttpParser{s=END,0 of -1} 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=2} 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:20.235 [qtp872522004-26] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@134e10ca[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}) 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=595 null 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@50f28b3e[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@69aaeca5{null} 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 595 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=595},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2874a3f3] (null,[p=0,l=595,c=595,r=595],true)@START 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=595} last=true content=HeapByteBuffer@50f28b3e[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>} 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:20 GMT Content-Type: application/json;charset=utf-8 Content-Length: 595 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=595},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2874a3f3] ([p=0,l=123,c=16384,r=123],[p=0,l=595,c=595,r=595],true)@COMPLETING 17:20:20.236 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@6b7d02f{IDLE}->null [HeapByteBuffer@111c4ab7[p=0,l=123,c=16384,r=123]={<<>> applicat...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@50f28b3e[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"se...":"/","statusCode":200}>>>}] 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{WRITING}->null:IDLE-->WRITING 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 718 SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@84c291d{s=COMPLETING}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=10,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=4} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=718 remaining=0 WriteFlusher@6b7d02f{WRITING}->null response from URL http://127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))' was {"providers":[{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(&(service1.humidity.accessible=false)(service1.temperature.value<=4))'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@6b7d02f{IDLE}->null:WRITING-->IDLE 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@692ca6c5[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=595},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2874a3f3] ([p=123,l=123,c=16384,r=0],[p=595,l=595,c=595,r=0],true)@END {"providers":[{"name":"sensor3","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"service1","resources":[{"name":"temperature","type":"PROPERTY","rws":"RW"},{"name":"humidity","type":"PROPERTY","rws":"RW"}]}]}],"filters":[{"definition":"'(&(service1.humidity.accessible=false)(service1.temperature.value<=4))'","type":"ldap"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler751608431==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=10,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=4} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=10,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=4} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@5b606017) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@4b098dcd{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=10,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?ldap='(%26(service1.humidity.accessible=false)(service1.temperature.value<=4))',age=4} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=595 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@4b098dcd{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.237 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@4221a259[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@6ff769ae{AC.ReadCB@48f1ee5b{HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c on ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=0 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7fc44dec{STARTED} id=0 keys=1 selected=0 updates=1 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken with none selected 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 woken up from select, 0/0/1 selected 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 processing 0 keys, 1 updates 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@48f1ee5b::SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$487/1686545231@77599f1c 17:20:20.238 [qtp872522004-26] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@52045dbe{s=2/2,p=0}@728e1ef0 waiting 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@120dfa4f{l=/127.0.0.1:8899,r=/127.0.0.1:40200,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@48f1ee5b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@84c291d{s=START}]=>HttpChannelOverHttp@28ddfd80{s=HttpChannelState@4b098dcd{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=10,c=false/false,a=IDLE,uri=null,age=0} 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:20.238 [qtp872522004-25] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@4593c313 waiting with 1 keys [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ldap-filter --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/ldap-filter-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/ldap-filter/2.0-SNAPSHOT/ldap-filter-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/ldap-filter/2.0-SNAPSHOT/ldap-filter-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/ldap-filter-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/ldap-filter/2.0-SNAPSHOT/ldap-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -----< org.eclipse.sensinact.gateway.nthbnd:attributes-filtering >------ [INFO] Building sensiNact IoT Gateway - Attributes filtering parent module 2.0-SNAPSHOT [66/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ attributes-filtering --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ attributes-filtering --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ attributes-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ attributes-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ attributes-filtering --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ attributes-filtering --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ attributes-filtering --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ attributes-filtering --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ attributes-filtering --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/attributes-filtering/2.0-SNAPSHOT/attributes-filtering-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.nthbnd:attributes-filter >------- [INFO] Building sensiNact IoT Gateway - Attributes filter 2.0-SNAPSHOT [67/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ attributes-filter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ attributes-filter --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ attributes-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ attributes-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ attributes-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ attributes-filter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ attributes-filter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ attributes-filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ attributes-filter --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ attributes-filter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ attributes-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/attributes-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ attributes-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/attributes-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ attributes-filter --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/tests.bndrun: [INFO] -runbundles: org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.attributes-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.attributes-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ attributes-filter --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/tests.bndrun: [INFO] -runbundles: org.apache.felix.framework.security;version='[2.8.1,2.8.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-jupiter-params;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.nthbnd.attributes-filter;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.attributes-filter-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' 17:20:25.216 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:20:25.219 [main] INFO org.eclipse.jetty.util.log - Logging initialized @627ms to org.eclipse.jetty.util.log.Slf4jLog 17:20:25.224 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1787079037]@6a84a97d{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@6babf3bf,POJO} 17:20:25.227 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1e683a3e{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp1787079037]@6a84a97d{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:20:25.229 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@57d7f8ca[null] added {org.eclipse.jetty.security.DefaultIdentityService@76c3e77a,POJO} 17:20:25.229 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@57d7f8ca[OSGi HTTP Service Realm] added {UserStore@78123e82{STOPPED},AUTO} 17:20:25.229 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1e683a3e{STOPPED}[9.4.42.v20210604] added {HashLoginService@57d7f8ca[OSGi HTTP Service Realm],AUTO} 17:20:25.249 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@7bd4937b{/,null,STOPPED},[o.e.j.s.ServletContextHandler@7bd4937b{/,null,STOPPED}]}] 17:20:25.249 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@21e360a{STOPPED} added {o.e.j.s.ServletContextHandler@7bd4937b{/,null,STOPPED},AUTO} 17:20:25.250 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@d5b810e 17:20:25.254 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@7bd4937b{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=-1,MANAGED} 17:20:25.257 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=-1 added {ServletHandler@47e2e487{STOPPED},MANAGED} 17:20:25.257 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:20:25.260 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@1b11171f,UNMANAGED} 17:20:25.261 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@47e2e487{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:20:25.262 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@47e2e487{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e,POJO} 17:20:25.262 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1e683a3e{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@21e360a{STOPPED},MANAGED} 17:20:25.262 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@1e683a3e{STOPPED}[9.4.42.v20210604] 17:20:25.263 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1e683a3e{STARTING}[9.4.42.v20210604] added {ErrorHandler@771a660{STOPPED},AUTO} 17:20:25.264 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:20:25.273 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@1e683a3e{STARTING}[9.4.42.v20210604] 17:20:25.273 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1787079037]@6a84a97d{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:20:25.274 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=0} 17:20:25.274 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] added {ReservedThreadExecutor@45099dd3{s=0/2,p=0},AUTO} 17:20:25.274 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@45099dd3{s=0/2,p=0} 17:20:25.278 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @686ms ReservedThreadExecutor@45099dd3{s=0/2,p=0} 17:20:25.279 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-16,5,main] 17:20:25.279 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-17,5,main] 17:20:25.279 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-18,5,main] 17:20:25.279 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-19,5,main] 17:20:25.279 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.279 [qtp1787079037-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.279 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-20,5,main] 17:20:25.279 [qtp1787079037-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.279 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-21,5,main] 17:20:25.279 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-22,5,main] 17:20:25.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.280 [qtp1787079037-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1787079037-23,5,main] 17:20:25.280 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.280 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @688ms QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@57d7f8ca[OSGi HTTP Service Realm] 17:20:25.280 [qtp1787079037-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@78123e82{STOPPED} 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @689ms UserStore@78123e82{STARTED} 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @689ms HashLoginService@57d7f8ca[OSGi HTTP Service Realm] 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@21e360a{STOPPED} 17:20:25.280 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@21e360a{STARTING} 17:20:25.280 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@7bd4937b{/,null,STOPPED} 17:20:25.282 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:20:25.286 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@7bd4937b{/,null,STARTING} 17:20:25.286 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 17:20:25.287 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@69e153c5[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:20:25.288 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@69e153c5[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@2af004b[passivating=false,graceSec=3600],AUTO} 17:20:25.289 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@793f29ff{STOPPED}[worker=null] 17:20:25.289 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:20:25.289 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:20:25.290 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@793f29ff{STARTING}[worker=node0] added {HouseKeeper@543295b0{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:20:25.290 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@543295b0{STOPPED}[interval=600000, ownscheduler=false] 17:20:25.290 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@3b0fe47a{STOPPED} 17:20:25.291 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @699ms ScheduledExecutorScheduler@3b0fe47a{STARTED} 17:20:25.291 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:20:25.291 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:20:25.291 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @700ms HouseKeeper@543295b0{STARTED}[interval=660000, ownscheduler=true] 17:20:25.291 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @700ms DefaultSessionIdManager@793f29ff{STARTED}[worker=node0] 17:20:25.291 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1e683a3e{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@793f29ff{STARTED}[worker=node0],MANAGED} 17:20:25.291 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 added {DefaultSessionIdManager@793f29ff{STARTED}[worker=node0],UNMANAGED} 17:20:25.291 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@74e28667{STOPPED} 17:20:25.292 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @700ms ScheduledExecutorScheduler@74e28667{STARTED} 17:20:25.292 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 17:20:25.292 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@47e2e487{STOPPED} 17:20:25.294 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e[EMBEDDED:null] 17:20:25.295 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:25.295 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:25.295 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:25.295 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:25.295 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:20:25.295 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:25.295 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@47e2e487{STARTING} 17:20:25.295 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@47e2e487{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@87caaa3e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:20:25.295 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@47e2e487{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f,POJO} 17:20:25.295 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e[EMBEDDED:null] 17:20:25.296 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f[EMBEDDED:null] 17:20:25.296 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@87caaa3e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@87caaa3e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e[EMBEDDED:null] 17:20:25.296 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f[EMBEDDED:null] 17:20:25.296 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@87caaa3e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:25.296 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:20:25.297 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@87caaa3e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:25.297 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@47e2e487{STARTING} 17:20:25.297 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @705ms ServletHandler@47e2e487{STARTED} 17:20:25.297 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@69e153c5[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:20:25.297 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@2af004b[passivating=false,graceSec=3600] 17:20:25.297 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @705ms org.eclipse.jetty.server.session.NullSessionDataStore@2af004b[passivating=false,graceSec=3600] 17:20:25.297 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @705ms org.eclipse.jetty.server.session.DefaultSessionCache@69e153c5[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:20:25.297 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @706ms org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 17:20:25.299 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:20:25.300 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @708ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:20:25.301 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e 17:20:25.301 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@87caaa3e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:20:25.301 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @709ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-15043a2f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@87caaa3e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:20:25.301 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:25.301 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @710ms o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:25.301 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @710ms ContextHandlerCollection@21e360a{STARTED} 17:20:25.301 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@771a660{STOPPED} 17:20:25.301 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@771a660{STARTING} 17:20:25.301 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @710ms ErrorHandler@771a660{STARTED} 17:20:25.301 [main] INFO org.eclipse.jetty.server.Server - Started @710ms 17:20:25.301 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @710ms Server@1e683a3e{STARTED}[9.4.42.v20210604] 17:20:25.301 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:20:25.305 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@7c37508a[HTTP/1.1] added {HttpConfiguration@247310d0{32768/8192,8192/8192,https://:0,[]},POJO} 17:20:25.341 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{null, ()}{0.0.0.0:0} added {Server@1e683a3e{STARTED}[9.4.42.v20210604],UNMANAGED} 17:20:25.341 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}],UNMANAGED} 17:20:25.341 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@7a5ceedd{STOPPED},AUTO} 17:20:25.341 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@4201c465,POJO} 17:20:25.342 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@7c37508a[HTTP/1.1],AUTO} 17:20:25.342 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@7c37508a[HTTP/1.1] 17:20:25.343 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:20:25.344 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1e683a3e{STARTED}[9.4.42.v20210604] added {ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899},UNMANAGED} 17:20:25.344 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:25.347 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8899],POJO} 17:20:25.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@7a5ceedd{STOPPED} 17:20:25.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @756ms ScheduledExecutorScheduler@7a5ceedd{STARTED} 17:20:25.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@7c37508a[HTTP/1.1] 17:20:25.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @756ms HttpConnectionFactory@7c37508a[HTTP/1.1] 17:20:25.347 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:25.353 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.352Z added {SelectorProducer@c05fddc,POJO} 17:20:25.353 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.353Z added {QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}],UNMANAGED} 17:20:25.354 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.354Z created 17:20:25.354 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@4b520ea8{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.354Z,MANAGED} 17:20:25.354 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {ManagedSelector@4b520ea8{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:20:25.354 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@4b520ea8{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:20:25.354 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.354Z 17:20:25.354 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @763ms EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.354Z 17:20:25.356 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1649320501@3932c79a startThread=0 17:20:25.356 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1649320501@3932c79a in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.356 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@782859e on ManagedSelector@4b520ea8{STARTING} id=0 keys=0 selected=0 updates=0 17:20:25.356 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.356Z tryProduce false 17:20:25.357 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:25.357 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@782859e 17:20:25.357 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:25.357 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 0 keys 17:20:25.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @766ms ManagedSelector@4b520ea8{STARTED} id=0 keys=0 selected=0 updates=0 17:20:25.357 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @766ms SelectorManager@ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:25.358 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} added {acceptor-0@1b1cfb87,POJO} 17:20:25.358 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@1b1cfb87 startThread=0 17:20:25.358 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:25.358 [qtp1787079037-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@1b1cfb87 in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.358 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @766ms ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8899 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:20:25.367 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1e683a3e{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@37313c65,POJO} 17:20:25.448 [main] DEBUG org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - Starting introspection in bundle %s 17:20:25.451 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - The Echo servlet has been initialized, but we delay initialization until the first request so that a Jetty Context is available 17:20:25.452 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /ws/sensinact servlet registered 17:20:25.453 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.login servlet registered 17:20:25.454 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact.register servlet registered 17:20:25.455 [main] INFO org.eclipse.sensinact.gateway.nthbnd.rest.component.RestAccessConfigurator - /sensinact/* servlet registered 17:20:25.457 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:20:25.526 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:20:25.527 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:20:25.530 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:25.533 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:25.533 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:25.534 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:25.537 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:20:25.545 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:20:25.585 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:25.586 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:25.586 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:25.587 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:25.596 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:25.598 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:25.598 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:25.599 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:25.599 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:20:25.600 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:20:25.890 [qtp1787079037-18-acceptor-0@1b1cfb87-ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@64133965[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40202]] on ManagedSelector@4b520ea8{STARTED} id=0 keys=0 selected=0 updates=0 17:20:25.890 [qtp1787079037-18-acceptor-0@1b1cfb87-ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=0 selected=0 updates=1 17:20:25.890 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:25.890 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/0 selected 17:20:25.890 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:25.890 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:25.890 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@64133965[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40202]] 17:20:25.891 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@64133965[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40202]] startThread=0 17:20:25.891 [qtp1787079037-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@64133965[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40202]] in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.891 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:25.891 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:25.894 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 59999 ms 17:20:25.910 [qtp1787079037-16] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=17/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:25.914 [qtp1787079037-16] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=21/60000}{io=0/0,kio=0,kro=0}-> 17:20:25.914 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@37a57b44 on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:25.915 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.915 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.915 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=22/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.915 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@20a1202e{AC.ReadCB@1b86ca85{HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:25.916 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.916 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@4d4573f5 on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:25.916 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=2 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 2 updates 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@37a57b44 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@4d4573f5 17:20:25.916 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.916 [qtp1787079037-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@64133965[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40202]] in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}] 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/1 selected 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:25.916 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5b4e8615 SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.917 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.917 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:25.917 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.917Z 17:20:25.917 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=1} startReservedThread p=1 17:20:25.918 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@45099dd3{s=0/2,p=1}@7ef1e8ea startThread=0 17:20:25.918 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@45099dd3{s=0/2,p=1}@7ef1e8ea in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=1}] 17:20:25.918 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=1}@7ef1e8ea started 17:20:25.918 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea waiting 17:20:25.918 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=1}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:25.918Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:25.919 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING startThread=0 17:20:25.919 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:25.919 [qtp1787079037-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:25.919 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:25.919 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.919 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@20a1202e{AC.ReadCB@1b86ca85{HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:25.919 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:25.919 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:25.921 [qtp1787079037-20] DEBUG org.eclipse.jetty.util.TypeUtil - This JVM Runtime does not support Modules, disabling Jetty internal support 17:20:25.921 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 322 HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.922 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 322 HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.922 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:25.922 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.922 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:25.923 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:25.923 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:25.923 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:25.923 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:25.923 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:25.923 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:25.924 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:25.925 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} POST //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 111 17:20:25.925 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=CONTENT,0 of 111},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} parsed true HttpParser{s=CONTENT,0 of 111} 17:20:25.925 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} 17:20:25.925 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:25.926 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:25.926 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:25.926 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/admin/friendlyName/SET @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:25.926 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/admin/friendlyName/SET @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:25.926 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:25.927 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:25.927 [qtp1787079037-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/admin/friendlyName/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:25.927 [qtp1787079037-20] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=32/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=CONTENT,0 of 111},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=28} parse HeapByteBuffer@5d5af078[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@5d5af078[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=28} Content@7a6a9b70{HeapByteBufferR@4676757[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@217576bf[c=0,q=0,[0]=null,s=STREAM] addContent Content@7a6a9b70{HeapByteBufferR@4676757[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=28} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=28} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@217576bf[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=32/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=END,111 of 111},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=28} parsed false HttpParser{s=END,111 of 111} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@217576bf[c=111,q=1,[0]=EOF,s=STREAM] read 111 from Content@7a6a9b70{HeapByteBufferR@4676757[p=322,l=322,c=8192,r=0]={POST /sen...Name"}]<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:25.952 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=33/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=END,111 of 111},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=28} 17:20:25.965 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@11121b37[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>}) 17:20:25.965 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=172 null 17:20:25.965 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@321b131f[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} complete=true committing=true callback=Blocker@33516dc8{null} 17:20:25.965 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=41} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:25 GMT X-Auth-Token: 5ab94eacd66dc1eb81fb3405864c105c859f9084 Content-Type: application/json;charset=utf-8 Content-Length: 172 17:20:25.966 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@39dc7bc0[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=172},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19da6753] (null,[p=0,l=172,c=172,r=172],true)@START 17:20:25.966 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=4,cl=172} last=true content=HeapByteBuffer@321b131f[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} 17:20:25.966 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:25 GMT X-Auth-Token: 5ab94eacd66dc1eb81fb3405864c105c859f9084 Content-Type: application/json;charset=utf-8 Content-Length: 172 17:20:25.967 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:25.967 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@39dc7bc0[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=172},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19da6753] ([p=0,l=179,c=16384,r=179],[p=0,l=172,c=172,r=172],true)@COMPLETING 17:20:25.967 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2f643e70{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=179,c=16384,r=179]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@321b131f[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>}] 17:20:25.967 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2f643e70{WRITING}->null:IDLE-->WRITING 17:20:25.967 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 351 SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=W,to=48/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=END,111 of 111},g=HttpGenerator@53284e02{s=COMPLETING}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=43} 17:20:25.968 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=351 remaining=0 WriteFlusher@2f643e70{WRITING}->null 17:20:25.968 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2f643e70{IDLE}->null:WRITING-->IDLE 17:20:25.968 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@39dc7bc0[PROCESSING][i=HTTP/1.1{s=200,h=4,cl=172},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19da6753] ([p=179,l=179,c=16384,r=0],[p=172,l=172,c=172,r=0],true)@END 17:20:25.968 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:25.968 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:25.968 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=44} 17:20:25.968 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@22c6c066{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:25.969 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@22c6c066{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:25.969 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=45} 17:20:25.969 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@6e7a8744) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:25.969 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@22c6c066{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:25.969 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@22c6c066{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:25.970 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@22c6c066{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:25.970 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=46} 17:20:25.970 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/admin/friendlyName/SET written=172 17:20:25.970 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@22c6c066{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,111 of 111} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:25.971 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.972 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.972 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@20a1202e{AC.ReadCB@1b86ca85{HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:25.972 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.972 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@4d4573f5 on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:25.972 [qtp1787079037-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@4d4573f5 17:20:25.972 [qtp1787079037-20] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:25.972 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:25.972 [qtp1787079037-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:27.977 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STOPPED} added {HttpClientTransportOverHTTP@344344fa{STOPPED},AUTO} 17:20:27.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STOPPED} added {Client@615f972[provider=null,keyStore=null,trustStore=null],AUTO} 17:20:27.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@285f09de,POJO} 17:20:27.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@73393584,POJO} 17:20:27.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp827328832]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@1827a871,POJO} 17:20:27.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STOPPED} added {QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:20:27.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STOPPED} added {org.eclipse.jetty.io.MappedByteBufferPool@4362d7df,POJO} 17:20:27.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@5f302db2[httpClient=HttpClient@241a53ef{STOPPED},openSessions.size=0] added {HttpClient@241a53ef{STOPPED},AUTO} 17:20:27.979 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@5f302db2[httpClient=HttpClient@241a53ef{STOPPED},openSessions.size=0] added {SessionTracker@200606de{STOPPED},AUTO} 17:20:27.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@2102a4d5{STOPPED} added {InflaterPool@210386e0{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:20:27.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@2102a4d5{STOPPED} added {DeflaterPool@3d4d3fe7{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:20:27.981 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketClient@c528a7de[httpClient=HttpClient@241a53ef{STOPPED},openSessions.size=0] added {WebSocketExtensionFactory@2102a4d5{STOPPED},AUTO} 17:20:27.982 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketClient@c528a7de[httpClient=HttpClient@241a53ef{STOPPED},openSessions.size=0] 17:20:27.982 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClient@241a53ef{STOPPED} 17:20:27.982 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STARTING} added {ScheduledExecutorScheduler@20312893{STOPPED},AUTO} 17:20:27.982 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@7db0565c,POJO} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpClientTransportOverHTTP@344344fa{STOPPED} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClientTransportOverHTTP@344344fa{STARTING} added {ClientSelectorManager@2b46a8c1{STOPPED},AUTO} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ClientSelectorManager@2b46a8c1{STOPPED} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:27.986Z added {SelectorProducer@29caf222,POJO} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:27.986Z added {QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:27.986Z created 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@46cf05f7{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:27.986Z,MANAGED} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ClientSelectorManager@2b46a8c1{STARTING} added {ManagedSelector@46cf05f7{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@46cf05f7{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:27.986Z 17:20:27.986 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=0} 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] added {ReservedThreadExecutor@5851bd4f{s=0/2,p=0},AUTO} 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@5851bd4f{s=0/2,p=0} 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3395ms ReservedThreadExecutor@5851bd4f{s=0/2,p=0} 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-34,5,main] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-35,5,main] 17:20:27.987 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-36,5,main] 17:20:27.987 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-37,5,main] 17:20:27.987 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-38,5,main] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-39,5,main] 17:20:27.987 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.987 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-40,5,main] 17:20:27.987 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[WebSocketClient@605705199-41,5,main] 17:20:27.987 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3396ms QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.988 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.988 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3396ms EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:27.988Z 17:20:27.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1649320501@238b521e startThread=0 17:20:27.988 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1649320501@238b521e in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:27.988 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@1b39fd82 on ManagedSelector@46cf05f7{STARTING} id=0 keys=0 selected=0 updates=0 17:20:27.988 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:27.988Z tryProduce false 17:20:27.988 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:27.988 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@1b39fd82 17:20:27.988 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:27.988 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 0 keys 17:20:27.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3397ms ManagedSelector@46cf05f7{STARTED} id=0 keys=0 selected=0 updates=0 17:20:27.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3397ms ClientSelectorManager@2b46a8c1{STARTED} 17:20:27.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3397ms HttpClientTransportOverHTTP@344344fa{STARTED} 17:20:27.988 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Client@615f972[provider=null,keyStore=null,trustStore=null] 17:20:28.088 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Protocols [TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 17:20:28.088 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Selected Ciphers [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] of [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] 17:20:28.089 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory - Customize f325091[SSLEngine[hostname=null port=-1] SSL_NULL_WITH_NULL_NULL] 17:20:28.090 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms Client@615f972[provider=null,keyStore=null,trustStore=null] 17:20:28.090 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@20312893{STOPPED} 17:20:28.090 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms ScheduledExecutorScheduler@20312893{STARTED} 17:20:28.090 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms HttpClient@241a53ef{STARTED} 17:20:28.090 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@200606de{STOPPED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms SessionTracker@200606de{STARTED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@2102a4d5{STOPPED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@210386e0{STOPPED,size=0,capacity=UNLIMITED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms InflaterPool@210386e0{STARTED,size=0,capacity=UNLIMITED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@3d4d3fe7{STOPPED,size=0,capacity=UNLIMITED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms DeflaterPool@3d4d3fe7{STARTED,size=0,capacity=UNLIMITED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms WebSocketExtensionFactory@2102a4d5{STARTED} 17:20:28.091 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3499ms WebSocketClient@c528a7de[httpClient=HttpClient@241a53ef{STARTED},openSessions.size=0] 17:20:28.092 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - connect websocket org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8 to ws://127.0.0.1:8899/ws/sensinact 17:20:28.099 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:20:28.100 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:20:28.101 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:20:28.101 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient, public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:20:28.103 [main] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8, policy=WebSocketPolicy@46292372[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:20:28.140 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpClient@241a53ef{STARTED} added {HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=null,MANAGED} 17:20:28.141 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=null 17:20:28.143 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] added {Pool@26f3d90c[size=0 closed=false],POJO} 17:20:28.144 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] added {DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0],MANAGED} 17:20:28.144 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:28.144 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3552ms DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:28.144 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3553ms HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:28.144 [main] DEBUG org.eclipse.jetty.client.HttpClient - Created HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:28.145 [main] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a] 17:20:28.145 [main] DEBUG org.eclipse.jetty.client.HttpDestination - Queued WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a for HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=1,pool=DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=1] 17:20:28.145 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=true on DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=1] 17:20:28.145 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating connection 0/64 with 0 pending 17:20:28.145 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 17:20:28.145 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Creating connection 0/64 at Entry@777c9dc9{CLOSED, usage=0, multiplex=0/1, pooled=null} 17:20:28.147 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$489/571956559@236ab296 startThread=0 17:20:28.147 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$489/571956559@236ab296 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:28.147 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.util.SocketAddressResolver - Resolved 127.0.0.1 in 0 ms 17:20:28.148 [qtp1787079037-18-acceptor-0@1b1cfb87-ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@2111ab83[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40204]] on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:28.148 [qtp1787079037-18-acceptor-0@1b1cfb87-ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:28.148 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:28.148 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:28.148 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:28.148 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.148 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@2111ab83[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40204]] 17:20:28.148 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Connect@15a8ced6{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=1,pool=DuplexConnectionPool@15051a0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@37a15bfe, client.connector=HttpClient@241a53ef{STARTED}}} on ManagedSelector@46cf05f7{STARTED} id=0 keys=0 selected=0 updates=0 17:20:28.149 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=0 selected=0 updates=1 17:20:28.149 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@2111ab83[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40204]] startThread=0 17:20:28.149 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@2111ab83[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40204]] in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:28.149 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/0 selected 17:20:28.149 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$489/571956559@236ab296 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update Connect@15a8ced6{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=1,pool=DuplexConnectionPool@15051a0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@37a15bfe, client.connector=HttpClient@241a53ef{STARTED}}} 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 1/1/1 selected 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 1 keys, 0 updates 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@40fa0111 on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 8 sun.nio.ch.SelectionKeyImpl@79e932d Connect@15a8ced6{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=1,pool=DuplexConnectionPool@15051a0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@37a15bfe, client.connector=HttpClient@241a53ef{STARTED}}} 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.149 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:40204 remote=/127.0.0.1:8899] 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.149 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.150 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CreateEndPoint@3a10706{Connect@15a8ced6{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40204 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=1,pool=DuplexConnectionPool@15051a0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@37a15bfe, client.connector=HttpClient@241a53ef{STARTED}}}} startThread=0 17:20:28.150 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CreateEndPoint@3a10706{Connect@15a8ced6{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40204 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=1,pool=DuplexConnectionPool@15051a0[c=1/1/64,a=0,i=0,q=1], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@37a15bfe, client.connector=HttpClient@241a53ef{STARTED}}}} in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:28.150 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:28.150 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.150 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.150 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@38b7b6d4{AC.ReadCB@6d7b15b3{HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:28.150 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}-> idle timeout check, elapsed: 0 ms, remaining: 3600000 ms 17:20:28.150 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.150 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:28.150 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=2 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 2 updates 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@40fa0111 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc 17:20:28.150 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.150 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@2111ab83[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40204]] in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.150 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.155 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpClientTransport - Created HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=5/3600000}{io=0/0,kio=0,kro=8}-> 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@a7326fd on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=6/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@58c7f87c{AC.ReadCB@622cafe6{HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=1 17:20:28.156 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=2 17:20:28.156 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/1 selected 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 2 updates 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@a7326fd 17:20:28.157 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Connection creation succeeded Entry@777c9dc9{CLOSED, usage=0, multiplex=0/1, pooled=null}: HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.157 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.157 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Acquiring create=false on DuplexConnectionPool@15051a0[c=0/1/64,a=0,i=1,q=1] 17:20:28.157 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Activated Entry@777c9dc9{INUSE, usage=1, multiplex=1/1, pooled=HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]} Pool@26f3d90c[size=1 closed=false] 17:20:28.157 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpDestination - Processing exchange HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[PENDING/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]} on HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] of HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/1/64,a=1,i=0,q=0] 17:20:28.157 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpConnection - Normalizing true WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a 17:20:28.158 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[PENDING/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]} associated true to HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[PENDING/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=IDLE,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.158 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Request begin WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a 17:20:28.159 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Request headers WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: PEbTUw3opEtbduZlwuYuxA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:20:28.159 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpContent - Advanced content to last chunk 17:20:28.159 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@5ab8d16c{s=START} 17:20:28.159 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=-1} last=true content=HeapByteBuffer@5fef83ab[p=0,l=0,c=0,r=0]={<<<>>>} 17:20:28.159 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.http.HttpGenerator - Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: PEbTUw3opEtbduZlwuYuxA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:20:28.159 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:20:28.159 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (267 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@5ab8d16c{s=COMPLETING} 17:20:28.160 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2ead2989{IDLE}->null [HeapByteBuffer@6a9edf65[p=0,l=267,c=4096,r=267]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@65e0a82b[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@5fef83ab[p=0,l=0,c=0,r=0]={<<<>>>}] 17:20:28.160 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{WRITING}->null:IDLE-->WRITING 17:20:28.160 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:28.160 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:28.160 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 267 SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=3/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[PENDING/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=HEADERS,snd=SENDING,failure=null)[HttpGenerator@5ab8d16c{s=COMPLETING}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.160 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3ab91dee SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=10/60000}{io=1/1,kio=1,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.160 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=267 remaining=0 WriteFlusher@2ead2989{WRITING}->null 17:20:28.160 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{IDLE}->null:WRITING-->IDLE 17:20:28.160 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=10/60000}{io=1/0,kio=1,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.160 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=10/60000}{io=1/0,kio=1,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:28.160 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@5ab8d16c{s=END} 17:20:28.160 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.16Z 17:20:28.160 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Request committed WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a 17:20:28.161 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Request success WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a 17:20:28.161 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=0}@7ef1e8ea offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.161Z 17:20:28.161 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated request for HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]}, result: null 17:20:28.161 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=1} startReservedThread p=1 17:20:28.161 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.client.HttpSender - Terminating request WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a 17:20:28.161 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@45099dd3{s=0/2,p=1}@5e4d4e27 startThread=0 17:20:28.161 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@45099dd3{s=0/2,p=1}@5e4d4e27 in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=1}] 17:20:28.161 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=1}@5e4d4e27 started 17:20:28.161 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=8}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.161 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 waiting 17:20:28.161 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=1}@7ef1e8ea task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.161Z 17:20:28.161 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CreateEndPoint@3a10706{Connect@15a8ced6{java.nio.channels.SocketChannel[connected local=/127.0.0.1:40204 remote=/127.0.0.1:8899],{ssl.peer.port=8899, ssl.peer.host=127.0.0.1, http.destination=HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/1/64,a=1,i=0,q=0], http.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@37a15bfe, client.connector=HttpClient@241a53ef{STARTED}}}} in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}] 17:20:28.161 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.161Z tryProduce true 17:20:28.161 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.161Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=11/60000}{io=1/0,kio=1,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:28.161 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:28.161 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.161 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@38b7b6d4{AC.ReadCB@6d7b15b3{HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:28.161 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:28.161 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.161 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:28.161 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 267 HeapByteBuffer@5d5af078[p=0,l=267,c=8192,r=267]={<<>>},{"name"...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 267 HeapByteBuffer@5d5af078[p=0,l=267,c=8192,r=267]={<<>>},{"name"...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=267,c=8192,r=267]={<<>>},{"name"...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=267,c=8192,r=267]={<<>>},{"name"...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept-Encoding: gzip --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Key --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Version --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Pragma: no-cache --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Cache-Control: no-cache --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:28.162 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - upgrade HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} Upgrade: websocket 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp - No factory for Upgrade: websocket in ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/ws/sensinact on HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} GET //127.0.0.1:8899/ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/9.4.42.v20210604 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: PEbTUw3opEtbduZlwuYuxA== Sec-WebSocket-Version: 13 Pragma: no-cache Cache-Control: no-cache Host: 127.0.0.1:8899 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/ws/sensinact HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@28798ed8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /ws/sensinact on HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=0} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:28.163 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:28.164 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:28.164 [qtp1787079037-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/ws/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:28.164 [qtp1787079037-17] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:28.169 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@38d6adc1{STOPPED} added {InflaterPool@7629a8ef{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:20:28.169 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketExtensionFactory@38d6adc1{STOPPED} added {DeflaterPool@29452ebc{STOPPED,size=0,capacity=UNLIMITED},AUTO} 17:20:28.169 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@a0a3bd3[defaultPolicy=WebSocketPolicy@52782ad6[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {ScheduledExecutorScheduler@25c1d252{STOPPED},AUTO} 17:20:28.169 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@a0a3bd3[defaultPolicy=WebSocketPolicy@52782ad6[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {org.eclipse.jetty.io.MappedByteBufferPool@447112ca,POJO} 17:20:28.169 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@a0a3bd3[defaultPolicy=WebSocketPolicy@52782ad6[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {SessionTracker@22855bd7{STOPPED},AUTO} 17:20:28.169 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketServerFactory@a0a3bd3[defaultPolicy=WebSocketPolicy@52782ad6[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096],creator=org.eclipse.jetty.websocket.server.WebSocketServerFactory] added {WebSocketExtensionFactory@38d6adc1{STOPPED},AUTO} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketServerFactory@a0a3bd3[defaultPolicy=WebSocketPolicy@52782ad6[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@3138ebcb 17:20:28.170 [qtp1787079037-17] INFO org.eclipse.jetty.websocket.server.WebSocketServerFactory - No DecoratedObjectFactory provided, using new org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@25c1d252{STOPPED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3578ms ScheduledExecutorScheduler@25c1d252{STARTED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SessionTracker@22855bd7{STOPPED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3578ms SessionTracker@22855bd7{STARTED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketExtensionFactory@38d6adc1{STOPPED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting InflaterPool@7629a8ef{STOPPED,size=0,capacity=UNLIMITED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3578ms InflaterPool@7629a8ef{STARTED,size=0,capacity=UNLIMITED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DeflaterPool@29452ebc{STOPPED,size=0,capacity=UNLIMITED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3579ms DeflaterPool@29452ebc{STARTED,size=0,capacity=UNLIMITED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3579ms WebSocketExtensionFactory@38d6adc1{STARTED} 17:20:28.170 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3579ms WebSocketServerFactory@a0a3bd3[defaultPolicy=WebSocketPolicy@52782ad6[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096],creator=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnectionFactory] 17:20:28.174 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=null], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose()) 17:20:28.174 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=null,onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketError()) 17:20:28.174 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=null,onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect()) 17:20:28.175 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=null,onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage()) 17:20:28.175 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner - onMethodAnnotation(JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=null,onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]], class org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection, public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame), @org.eclipse.jetty.websocket.api.annotations.OnWebSocketFrame()) 17:20:28.175 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - ctor / object=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5, policy=WebSocketPolicy@39dcf39e[behavior=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=3600000,inputBufferSize=4096], batchMode=AUTO, events=JettyAnnotatedMetadata[onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)],onBinary=null,onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false],onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false],onError=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.handleError(java.lang.Throwable),wantsSession=false,streaming=false],onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false]] 17:20:28.176 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:20:28.181 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - HttpConnection: HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=17} 17:20:28.181 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - WebSocketConnection: WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=19/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=18} 17:20:28.182 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Discovered default RemoteEndpointFactory: null 17:20:28.240 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=20/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=77},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=78/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=77}] 17:20:28.241 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=79/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=78},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=79/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=78}] added {WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=79/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=78},POJO} 17:20:28.242 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=79/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=78},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=80/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=79}] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],AUTO} 17:20:28.242 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=80/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=79},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=80/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=79}] 17:20:28.243 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=80/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=79},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=81/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=80}] 17:20:28.243 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5] 17:20:28.243 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3651ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5] 17:20:28.243 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3651ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=81/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=80},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=81/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=80}] 17:20:28.243 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=81/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=80},remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection],MANAGED} 17:20:28.243 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:28.243 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3652ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:28.244 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Handshake Response: org.eclipse.jetty.websocket.server.HandshakeRFC6455@fa299f7 17:20:28.244 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.server.WebSocketServerFactory - Websocket upgrade ws://127.0.0.1:8899/ws/sensinact 13 null WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=82/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=START}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=81} 17:20:28.244 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:28.244 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=81} 17:20:28.244 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@28798ed8{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:28.244 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@28798ed8{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=81} 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@3003a598) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@65e0a82b[p=0,l=0,c=0,r=0]={<<<>>>} 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@65e0a82b[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@5ffe8da2 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /ws/sensinact on HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=82} 101 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:28 GMT Connection: Upgrade Sec-WebSocket-Accept: ebD+CgNKD+TSg15NANSoSk/nvWI= Upgrade: WebSocket 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@5295146[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2e914fdc] (null,[p=0,l=0,c=0,r=0],true)@START 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=101,h=4,cl=-1} last=true content=HeapByteBuffer@65e0a82b[p=0,l=0,c=0,r=0]={<<<>>>} 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:28 GMT Connection: Upgrade Sec-WebSocket-Accept: ebD+CgNKD+TSg15NANSoSk/nvWI= Upgrade: WebSocket 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpGenerator - NO_CONTENT 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@5295146[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2e914fdc] ([p=0,l=166,c=16384,r=166],[p=0,l=0,c=0,r=0],true)@COMPLETING 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a9c9f72{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=166,c=16384,r=166]={<<>>ngth: 172...\x00\x00\x00\x00\x00\x00\x00}] 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{WRITING}->null:IDLE-->WRITING 17:20:28.245 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 1/1/1 selected 17:20:28.245 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 1 keys, 0 updates 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 166 SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=W,to=83/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=COMPLETING}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/ws/sensinact,age=82} 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=166 remaining=0 WriteFlusher@3a9c9f72{WRITING}->null 17:20:28.245 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{IDLE}->null:WRITING-->IDLE 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@5295146[PROCESSING][i=HTTP/1.1{s=101,h=4,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$Send100Callback@2e914fdc] ([p=166,l=166,c=16384,r=0],[p=0,l=0,c=0,r=0],true)@END 17:20:28.246 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@79e932d SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=85/3600000}{io=1/1,kio=1,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@3003a598 w=false 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@28798ed8{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@28798ed8{s=HANDLING rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@28798ed8{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:20:28.246 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=85/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=83} 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /ws/sensinact written=0 17:20:28.246 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=85/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - Upgrade from HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=END}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=83} to WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=END}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=true/false,a=IDLE,uri=//127.0.0.1:8899/ws/sensinact,age=83} 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - upgrade HttpChannelState@28798ed8{s=IDLE rs=COMPLETED os=OPEN is=IDLE awp=false se=false i=false al=0} 17:20:28.246 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=0} tryExecute EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:28.246Z 17:20:28.246 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=1} startReservedThread p=1 17:20:28.246 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@46a39916 startThread=0 17:20:28.246 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@46a39916 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=1}] 17:20:28.246 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=1}@46a39916 started 17:20:28.246 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@46a39916 waiting 17:20:28.246 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=END}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=83} upgrading from HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=END}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=83} to WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=END}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=83} 17:20:28.247 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->HttpConnection@6d7b15b3[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5cdcfcd9{s=END}]=>HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=//127.0.0.1:8899/ws/sensinact,age=84} 17:20:28.247 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:28.246Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING/BLOCKING 17:20:28.247 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}] 17:20:28.247 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[HANDSHAKING],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.247 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionOpened() 17:20:28.247 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() 17:20:28.247 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=86/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]:runFillable:BLOCKING startThread=0 17:20:28.247 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:28.247 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.247 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@58c7f87c{AC.ReadCB@622cafe6{HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=87/3600000}{io=1/0,kio=1,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]}} 17:20:28.247 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=87/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.247 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Acquired RetainableByteBuffer@63c6d768{DirectByteBuffer@499dde07[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@499dde07[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse complete=false, remaining 0 HttpParser{s=START,0 of -1} 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 166 DirectByteBuffer@499dde07[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Read 166 bytes in RetainableByteBuffer@63c6d768{DirectByteBuffer@499dde07[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[null 0 null]@6ede54e7[PENDING/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START DirectByteBuffer@499dde07[p=0,l=166,c=16384,r=166]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - START --> RESPONSE_VERSION 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - RESPONSE_VERSION --> SPACE1 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> STATUS 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - STATUS --> SPACE2 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REASON 17:20:28.248 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.open() remote=WebSocketRemoteEndpoint@22ae7e4b[batching=true] 17:20:28.248 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - REASON --> HEADER 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpConversation - Exchanges in conversation 1, override=null, listeners=[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a] 17:20:28.249 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENING],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@22ae7e4b[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response begin HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7 17:20:28.249 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> VALUE 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> IN_VALUE 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Date --> FIELD 17:20:28.249 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> IN_VALUE 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: Upgrade --> FIELD 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> VALUE 17:20:28.249 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> IN_VALUE 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Sec-WebSocket-Accept --> FIELD 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> VALUE 17:20:28.249 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.249 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> IN_VALUE 17:20:28.256 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Upgrade --> FIELD 17:20:28.256 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:28.256 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:28.256 [qtp1787079037-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:28.256 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7 Date: Thu, 11 Nov 2021 17:20:28 GMT Connection: Upgrade Sec-WebSocket-Accept: ebD+CgNKD+TSg15NANSoSk/nvWI= Upgrade: WebSocket 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=6/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.256 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.256 [qtp1787079037-17] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] open -> WebSocketSession@284d0d02[behavior=SERVER,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketServerConnection@6b8f58ba | +> SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1} | +> Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[SERVER,validating] | +> Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5] - STARTED += ExtensionStack@502959d3[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:20:28.256 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@28798ed8{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:28.257 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=CONTENT,0 of -1} 17:20:28.257 [qtp1787079037-17] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> START 17:20:28.257 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@2c461f88{s=HttpChannelState@28798ed8{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=UPGRADED,uri=null,age=0} 17:20:28.257 [qtp1787079037-17] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@6d7b15b3::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=7/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] onFillable exit HttpChannelState@28798ed8{s=UPGRADED rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:28.257 [qtp1787079037-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1649320501@3932c79a in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:28.257 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response demand=1/1, resume=false 17:20:28.257 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response headers hasDemand=true HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7 17:20:28.257 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:28.257 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:28.257 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:28.257 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:28.257 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response success HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7 17:20:28.258 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpExchange - Terminated response for HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]}, result: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a > HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7] null 17:20:28.258 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Response complete HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7 17:20:28.259 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - Using RemoteEndpointFactory: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=10/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=10/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:20:28.267 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],POJO} 17:20:28.267 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=18/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=19/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] added {JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],AUTO} 17:20:28.277 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=28/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:20:28.277 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - starting - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=29/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=29/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:20:28.277 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8] 17:20:28.277 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3686ms JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8] 17:20:28.278 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3686ms WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=29/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=29/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 17:20:28.278 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Extension Configs=[] 17:20:28.279 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=30/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]],remote=null,incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] added {ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection],MANAGED} 17:20:28.279 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:28.279 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3687ms ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:28.279 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint - SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=30/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] upgrading from HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=31/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] to WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=31/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Released RetainableByteBuffer@63c6d768{DirectByteBuffer@499dde07[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=97/3600000}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@622cafe6(l:/127.0.0.1:40204 <-> r:/127.0.0.1:8899,closed=false)=>HttpChannelOverHTTP@4dbb8051(exchange=HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]})[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=98/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[HANDSHAKING],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionOpened() 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.open() remote=WebSocketRemoteEndpoint@3db522c3[batching=true] 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - openSession(WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=98/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENING],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]],remote=WebSocketRemoteEndpoint@3db522c3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]) objectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0] 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onConnect() - events.onConnect=CallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onConnect(org.eclipse.jetty.websocket.api.Session)] 17:20:28.346 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=98/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.347 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:20:28.347 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.347 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:28.347 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=1 17:20:28.347 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:28.347 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/1 selected 17:20:28.347 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:28.347 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.347 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc 17:20:28.347 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] open -> WebSocketSession@601ad345[behavior=CLIENT,batchMode=AUTO,idleTimeout=3600000,requestURI=ws://127.0.0.1:8899/ws/sensinact] - STARTED +- WebSocketClientConnection@53e3e27 | +> SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1} | +> Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null] | +> Generator[CLIENT,validating] | +> Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null] += JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8] - STARTED += ExtensionStack@568e9e40[size=0,queueSize=0] - STARTED key: +- bean, += managed, +~ unmanaged, +? auto, +: iterable, +] array, +@ map, +> undefined 17:20:28.358 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.358 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpChannel - HttpExchange@5ea43ad0{req=WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a[TERMINATED/null] res=HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@4dbb8051(exchange=null)[send=HttpSenderOverHTTP@6874d929(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@5ab8d16c{s=START}],recv=HttpReceiverOverHTTP@496f4008(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 17:20:28.358 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.358 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.358 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.AbstractConnectionPool - Removed (true) Entry@777c9dc9{CLOSED, usage=0, multiplex=0/1, pooled=HttpConnectionOverHTTP@622cafe6::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=11/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]]} Pool@26f3d90c[size=0 closed=false] 17:20:28.358 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Request/Response succeeded: Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a > HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7] null, notifying [WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a] 17:20:28.358 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest - onComplete() - Result[WebSocketUpgradeRequest[GET /ws/sensinact HTTP/1.1]@6134ac4a > HttpResponse[HTTP/1.1 101 Switching Protocols]@6ede54e7] null 17:20:28.358 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - Parse result=false, failed=false 17:20:28.358 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:20:28.359 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@7a1f2c1[p=0,l=93,c=93,r=93]={<<<{"uri":"/sensinact","para...ue":"[friendlyName]"}]}>>>} 17:20:28.359 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.client.HttpReceiver - java.lang.NullPointerException: null at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:218) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:144) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:79) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:131) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:172) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 17:20:28.359 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=12/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}] 17:20:28.360 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=93,fin=true,rsv=...,masked=false] 17:20:28.360 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=93,fin=true,rsv=...,masked=false] 17:20:28.360 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=93,fin=true,rsv=...,masked=true], Flusher@346b4567[PROCESSING]) 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=93,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null] to Flusher@458d9125[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=93,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:28.361 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=99 cap=32768] 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2ead2989{IDLE}->null [DirectByteBuffer@17bfbe79[p=0,l=99,c=32768,r=99]={<<<\x81\xDd\x04@)\x10\x7fb\\bmb\x132+3L~w)Gqg4\x0b...\\u&z\x0bKb2@uj$EiJ!DuYbTMy>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{WRITING}->null:IDLE-->WRITING 17:20:28.365 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:28.365 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 99 SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=18/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=99 remaining=0 WriteFlusher@2ead2989{WRITING}->null 17:20:28.365 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3ab91dee SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=116/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{IDLE}->null:WRITING-->IDLE 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] processing 0 entries: [] 17:20:28.365 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=116/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] auto flushing 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] flushing 0 frames: [] 17:20:28.365 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=116/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:20:28.365 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.366Z 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=0}@5e4d4e27 offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.366Z 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=1} startReservedThread p=1 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@45099dd3{s=0/2,p=1}@226cb4ba startThread=0 17:20:28.366 [qtp1787079037-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@45099dd3{s=0/2,p=1}@226cb4ba in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=1}] 17:20:28.366 [qtp1787079037-23] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=1}@226cb4ba started 17:20:28.366 [qtp1787079037-23] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@226cb4ba waiting 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.366Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=117/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:28.366 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=0/2,p=1}@5e4d4e27 task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.366Z 17:20:28.366 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:28.366Z tryProduce true 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=117/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:20:28.366 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:20:28.366 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.366 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:28.367 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=117/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.372 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.373 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.373 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.373 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 99 DirectByteBuffer@2653342f[p=0,l=99,c=4096,r=99]={<<<\x81\xDd\x04@)\x10\x7fb\\bmb\x132+3L~w)Gqg4\x0b...\\u&z\x0bKb2@uj$EiJ!DuYbTMy>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.373 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 99 bytes - DirectByteBuffer@2653342f[p=0,l=99,c=4096,r=99]={<<<\x81\xDd\x04@)\x10\x7fb\\bmb\x132+3L~w)Gqg4\x0b...\\u&z\x0bKb2@uj$EiJ!DuYbTMy>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=99,c=4096,r=99]={<<<\x81\xDd\x04@)\x10\x7fb\\bmb\x132+3L~w)Gqg4\x0b...\\u&z\x0bKb2@uj$EiJ!DuYbTMy>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 99 bytes 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 93 - Parser@19955714[ExtensionStack,s=PAYLOAD_LEN,c=0,len=93,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@59bac1aa[p=0,l=93,c=93,r=93]={<<<\x7fb\\bmb\x132+3L~w)Gqg4\x0b<&0Hbe...\\u&z\x0bKb2@uj$EiJ!DuYbTMy>>>} 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=93,fin=true,rsv=...,masked=true] 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=93,fin=true,rsv=...,masked=true]) 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=93,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:20:28.374 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@59bac1aa[p=0,l=93,c=93,r=93]={<<<{"uri":"/sensinact","para...ue":"[friendlyName]"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:28.375 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([93] "{"uri":"/sensinact",...:"string","value":"[friendlyName]"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:28.382 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:20:28.382 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@16d09b3e[p=0,l=508,c=508,r=508]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:28.382 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=508,fin=true,rsv=...,masked=false] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=508,fin=true,rsv=...,masked=false] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=508,fin=true,rsv=...,masked=false], Flusher@68d2ac6e[PROCESSING]) 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=508,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null] to Flusher@3d5e10cc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=508,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=512 cap=32768] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a9c9f72{IDLE}->null [DirectByteBuffer@679f70b1[p=0,l=512,c=32768,r=512]={<<<\x81~\x01\xFc{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{WRITING}->null:IDLE-->WRITING 17:20:28.383 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 1/1/1 selected 17:20:28.383 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 1 keys, 0 updates 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 512 SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=W,to=9/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=512,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=512 remaining=0 WriteFlusher@3a9c9f72{WRITING}->null 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{IDLE}->null:WRITING-->IDLE 17:20:28.383 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@79e932d SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=18/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.383 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=512,terminated=null] 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=512,terminated=null] processing 0 entries: [] 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=512,terminated=null] auto flushing 17:20:28.384 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=18/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=512,terminated=null] flushing 0 frames: [] 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:28.384 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=18/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=99,l=99,c=4096,r=0]={\x81\xDd\x04@)\x10{"u...me]"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xDd\x04@)\x10{"u...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.384 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0} tryExecute EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.384Z 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:28.384 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=0}@46a39916 offer EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.384Z 17:20:28.384 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=1} startReservedThread p=1 17:20:28.384 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@45b6768 startThread=0 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]}} 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:28.384 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@46a39916 task=EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.384Z 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:28.384 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@7ef1e8ea waiting 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc 17:20:28.384 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=0]@2021-11-11T17:20:28.384Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=19/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.384 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.385 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.384Z tryProduce true 17:20:28.385 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=19/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]]}} 17:20:28.385 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:28.385 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.385 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:20:28.385 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:28.385 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=19/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=0,f=null]] 17:20:28.390 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.385 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.385 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@45b6768 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=1}] 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.440 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=1}@45b6768 started 17:20:28.440 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@45b6768 waiting 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 512 DirectByteBuffer@772f9b35[p=0,l=512,c=4096,r=512]={<<<\x81~\x01\xFc{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 512 bytes - DirectByteBuffer@772f9b35[p=0,l=512,c=4096,r=512]={<<<\x81~\x01\xFc{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=512,c=4096,r=512]={<<<\x81~\x01\xFc{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 512 bytes 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 508 - Parser@2c362a2[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=508,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@268c6659[p=0,l=508,c=508,r=508]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=508,fin=true,rsv=...,masked=false] 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=508,fin=true,rsv=...,masked=false]) 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=508,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:20:28.440 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@268c6659[p=0,l=508,c=508,r=508]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([508] "{"providers":[{"name...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=512,l=512,c=4096,r=0]={\x81~\x01\xFc{"pro...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xFc{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]] 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]]}} 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]] 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=1 17:20:28.441 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:28.441 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$40/1649320501@238b521e in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}] 17:20:28.441 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/1 selected 17:20:28.442 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:28.442 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.442 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc 17:20:28.442 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]] 17:20:28.442 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.442 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@79919194[p=0,l=174,c=174,r=174]={<<<{"uri":"/sensinact/slider...","value":"mySlider"}]}>>>} 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=174,fin=true,rsv=...,masked=false] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=174,fin=true,rsv=...,masked=false] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=174,fin=true,rsv=...,masked=true], Flusher@346b4567[PROCESSING]) 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=174,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null] to Flusher@458d9125[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=174,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:28.566 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=182 cap=32768] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2ead2989{IDLE}->null [DirectByteBuffer@17bfbe79[p=0,l=182,c=32768,r=182]={<<<\x81\xFe\x00\xAef\xF1o\xBa\x1d\xD3\x1a\xC8\x0f\xD3U\x98I\x82\n\xD4\x15\x98\x01\xDb\x05...\x98J\xD3\x19\xDb\n\x84\n\x98\\\xD3\x02\xC35\x9d\x06\xDe\x03\x83M\xC7;\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{WRITING}->null:IDLE-->WRITING 17:20:28.567 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:28.567 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 182 SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=125/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=182,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=182 remaining=0 WriteFlusher@2ead2989{WRITING}->null 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{IDLE}->null:WRITING-->IDLE 17:20:28.567 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3ab91dee SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=182/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=182,terminated=null] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=182,terminated=null] processing 0 entries: [] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=182,terminated=null] auto flushing 17:20:28.567 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=183/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=182,terminated=null] flushing 0 frames: [] 17:20:28.567 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:28.567 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=183/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]:runFillable:BLOCKING 17:20:28.567 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:28.567Z 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:28.568Z 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:28.568Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=183/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:28.568 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:28.568Z 17:20:28.568 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:28.568Z tryProduce true 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=183/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]}} 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:20:28.568 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:28.568 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xDd\x04@)\x10{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.568 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=184/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 182 DirectByteBuffer@2653342f[p=0,l=182,c=4096,r=182]={<<<\x81\xFe\x00\xAef\xF1o\xBa\x1d\xD3\x1a\xC8\x0f\xD3U\x98I\x82\n\xD4\x15\x98\x01\xDb\x05...\x98J\xD3\x19\xDb\n\x84\n\x98\\\xD3\x02\xC35\x9d\x06\xDe\x03\x83M\xC7;\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.568 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 182 bytes - DirectByteBuffer@2653342f[p=0,l=182,c=4096,r=182]={<<<\x81\xFe\x00\xAef\xF1o\xBa\x1d\xD3\x1a\xC8\x0f\xD3U\x98I\x82\n\xD4\x15\x98\x01\xDb\x05...\x98J\xD3\x19\xDb\n\x84\n\x98\\\xD3\x02\xC35\x9d\x06\xDe\x03\x83M\xC7;\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=182,c=4096,r=182]={<<<\x81\xFe\x00\xAef\xF1o\xBa\x1d\xD3\x1a\xC8\x0f\xD3U\x98I\x82\n\xD4\x15\x98\x01\xDb\x05...\x98J\xD3\x19\xDb\n\x84\n\x98\\\xD3\x02\xC35\x9d\x06\xDe\x03\x83M\xC7;\x8c>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 182 bytes 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 174 - Parser@19955714[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=174,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@70379c6e[p=0,l=174,c=174,r=174]={<<<\x1d\xD3\x1a\xC8\x0f\xD3U\x98I\x82\n\xD4\x15\x98\x01\xDb\x05\x85@\xC9\n\x98\x0b\xDf\x14...\x98J\xD3\x19\xDb\n\x84\n\x98\\\xD3\x02\xC35\x9d\x06\xDe\x03\x83M\xC7;\x8c>>>} 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=174,fin=true,rsv=...,masked=true] 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=174,fin=true,rsv=...,masked=true]) 17:20:28.568 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=174,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:20:28.569 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@70379c6e[p=0,l=174,c=174,r=174]={<<<{"uri":"/sensinact/slider...","value":"mySlider"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:28.569 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([174] "{"uri":"/sensinact/s..."type":"string","value":"mySlider"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:28.570 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:20:28.570 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@7acff71e[p=0,l=171,c=171,r=171]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} 17:20:28.570 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=171,fin=true,rsv=...,masked=false] 17:20:28.570 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=171,fin=true,rsv=...,masked=false] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=171,fin=true,rsv=...,masked=false], Flusher@68d2ac6e[PROCESSING]) 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=171,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null] to Flusher@3d5e10cc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=171,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=175 cap=32768] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a9c9f72{IDLE}->null [DirectByteBuffer@679f70b1[p=0,l=175,c=32768,r=175]={<<<\x81~\x00\xAb{"response":{"name":"...Name","statusCode":200}>>>"},{"name...\x00\x00\x00\x00\x00\x00\x00}] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{WRITING}->null:IDLE-->WRITING 17:20:28.571 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 1/1/1 selected 17:20:28.571 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 1 keys, 0 updates 17:20:28.571 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@79e932d SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 175 SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=W,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=175,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=175 remaining=0 WriteFlusher@3a9c9f72{WRITING}->null 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{IDLE}->null:WRITING-->IDLE 17:20:28.571 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=175,terminated=null] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=175,terminated=null] processing 0 entries: [] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=175,terminated=null] auto flushing 17:20:28.571 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]]:runFillable:BLOCKING 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=175,terminated=null] flushing 0 frames: [] 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:28.571 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=182,l=182,c=4096,r=0]={\x81\xFe\x00\xAef\xF1o\xBa{...der"}]}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xAef\xF1o\xBa{...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0} tryExecute EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.571Z 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]] 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=0}@45b6768 offer EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.572Z 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=1} startReservedThread p=1 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@66cba405 startThread=0 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]]}} 17:20:28.572 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@66cba405 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=1}] 17:20:28.572 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=1}@66cba405 started 17:20:28.572 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@66cba405 waiting 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]] 17:20:28.572 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=1}@45b6768 task=EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.572Z 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:28.572 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@5e4d4e27 waiting 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.572Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:28.572 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1]@2021-11-11T17:20:28.572Z tryProduce true 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]] 17:20:28.572 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.572 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.572 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]]}} 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:20:28.572 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=5/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=508,f=null]] 17:20:28.572 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xFc{"pro...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 175 DirectByteBuffer@772f9b35[p=0,l=175,c=4096,r=175]={<<<\x81~\x00\xAb{"response":{"name":"...Name","statusCode":200}>>>"},{"name...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 175 bytes - DirectByteBuffer@772f9b35[p=0,l=175,c=4096,r=175]={<<<\x81~\x00\xAb{"response":{"name":"...Name","statusCode":200}>>>"},{"name...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=175,c=4096,r=175]={<<<\x81~\x00\xAb{"response":{"name":"...Name","statusCode":200}>>>"},{"name...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 175 bytes 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:20:28.572 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 171 - Parser@2c362a2[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=171,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@680c46ac[p=0,l=171,c=171,r=171]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=171,fin=true,rsv=...,masked=false] 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=171,fin=true,rsv=...,masked=false]) 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=171,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@680c46ac[p=0,l=171,c=171,r=171]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([171] "{"response":{"name":...admin/friendlyName","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=175,l=175,c=4096,r=0]={\x81~\x00\xAb{"res...e":200}<<<>>>"},{"name...\x00\x00\x00\x00\x00\x00\x00}) 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xAb{"res...\x00\x00\x00\x00\x00\x00\x00} 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]] 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]]}} 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]] 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=1 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:28.573 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0}@46a39916 waiting 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/1 selected 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]] 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:28.573 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:30.769 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@45641307[p=0,l=93,c=93,r=93]={<<<{"uri":"/sensinact","para...ue":"[friendlyName]"}]}>>>} 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=93,fin=true,rsv=...,masked=false] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=93,fin=true,rsv=...,masked=false] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=93,fin=true,rsv=...,masked=true], Flusher@346b4567[PROCESSING]) 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=93,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null] to Flusher@458d9125[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=93,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=99 cap=32768] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2ead2989{IDLE}->null [DirectByteBuffer@17bfbe79[p=0,l=99,c=32768,r=99]={<<<\x81\xDdB\xB4\x14\xDd9\x96a\xAf+\x96.\xFfm\xC7q\xB31\xDdz\xBc!\xC06...a\xB8`\x8e6\x86$\xC6}\xB8,\xD0x\xA4\x0c\xD5y\xB8\x1f\x96i\x80?>>>\xCa\x03\xD3U\x98\x15\x85\x1d\xD3...\x00\x00\x00\x00\x00\x00\x00}] 17:20:30.770 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{WRITING}->null:IDLE-->WRITING 17:20:30.770 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 99 SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=2197/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]] 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=99 remaining=0 WriteFlusher@2ead2989{WRITING}->null 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{IDLE}->null:WRITING-->IDLE 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3ab91dee SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=2198/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]] 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] processing 0 entries: [] 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] auto flushing 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=99,terminated=null] flushing 0 frames: [] 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=2198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]] 17:20:30.771 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=2199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]]:runFillable:BLOCKING 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.771Z 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.771Z 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.771Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=2199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:30.771 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.771Z 17:20:30.771 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=2199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]]}} 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:30.772 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:30.772Z tryProduce true 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xFe\x00\xAef\xF1o\xBa{...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.772 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.772 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 99 DirectByteBuffer@2653342f[p=0,l=99,c=4096,r=99]={<<<\x81\xDdB\xB4\x14\xDd9\x96a\xAf+\x96.\xFfm\xC7q\xB31\xDdz\xBc!\xC06...a\xB8`\x8e6\x86$\xC6}\xB8,\xD0x\xA4\x0c\xD5y\xB8\x1f\x96i\x80?>>>pe":"stri...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 99 bytes - DirectByteBuffer@2653342f[p=0,l=99,c=4096,r=99]={<<<\x81\xDdB\xB4\x14\xDd9\x96a\xAf+\x96.\xFfm\xC7q\xB31\xDdz\xBc!\xC06...a\xB8`\x8e6\x86$\xC6}\xB8,\xD0x\xA4\x0c\xD5y\xB8\x1f\x96i\x80?>>>pe":"stri...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.772 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=174,f=null]] 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=99,c=4096,r=99]={<<<\x81\xDdB\xB4\x14\xDd9\x96a\xAf+\x96.\xFfm\xC7q\xB31\xDdz\xBc!\xC06...a\xB8`\x8e6\x86$\xC6}\xB8,\xD0x\xA4\x0c\xD5y\xB8\x1f\x96i\x80?>>>pe":"stri...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.772 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 99 bytes 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 93 - Parser@19955714[ExtensionStack,s=PAYLOAD_LEN,c=0,len=93,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@7b0c8c7d[p=0,l=93,c=93,r=93]={<<<9\x96a\xAf+\x96.\xFfm\xC7q\xB31\xDdz\xBc!\xC06\xF1`\xC4u\xAf#...a\xB8`\x8e6\x86$\xC6}\xB8,\xD0x\xA4\x0c\xD5y\xB8\x1f\x96i\x80?>>>} 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=93,fin=true,rsv=...,masked=true] 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=93,fin=true,rsv=...,masked=true]) 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=93,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@7b0c8c7d[p=0,l=93,c=93,r=93]={<<<{"uri":"/sensinact","para...ue":"[friendlyName]"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:30.772 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([93] "{"uri":"/sensinact",...:"string","value":"[friendlyName]"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@6917e149[p=0,l=507,c=507,r=507]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=507,fin=true,rsv=...,masked=false] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=507,fin=true,rsv=...,masked=false] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=507,fin=true,rsv=...,masked=false], Flusher@68d2ac6e[PROCESSING]) 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=507,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null] to Flusher@3d5e10cc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=507,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=511 cap=32768] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a9c9f72{IDLE}->null [DirectByteBuffer@679f70b1[p=0,l=511,c=32768,r=511]={<<<\x81~\x01\xFb{"providers":[{"name"...":"/","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:20:30.774 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{WRITING}->null:IDLE-->WRITING 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 1/1/1 selected 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 1 keys, 0 updates 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 511 SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=W,to=2/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=511,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=511 remaining=0 WriteFlusher@3a9c9f72{WRITING}->null 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{IDLE}->null:WRITING-->IDLE 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@79e932d SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]] 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=511,terminated=null] 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=511,terminated=null] processing 0 entries: [] 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=511,terminated=null] auto flushing 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]] 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=511,terminated=null] flushing 0 frames: [] 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=99,l=99,c=4096,r=0]={\x81\xDdB\xB4\x14\xDd{"u...me]"}]}<<<>>>pe":"stri...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]]:runFillable:BLOCKING 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xDdB\xB4\x14\xDd{"u...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0} tryExecute EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:30.775Z 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@46a39916 offer EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:30.775Z 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]}} 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:30.775Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:30.775 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@7ef1e8ea waiting 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:30.775 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@46a39916 task=EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=2]@2021-11-11T17:20:30.775Z 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=4/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]]}} 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x00\xAb{"res...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:30.775 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.775Z tryProduce true 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.775 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 511 DirectByteBuffer@772f9b35[p=0,l=511,c=4096,r=511]={<<<\x81~\x01\xFb{"providers":[{"name"...":"/","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.775 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.775 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:30.775 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 511 bytes - DirectByteBuffer@772f9b35[p=0,l=511,c=4096,r=511]={<<<\x81~\x01\xFb{"providers":[{"name"...":"/","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=511,c=4096,r=511]={<<<\x81~\x01\xFb{"providers":[{"name"...":"/","statusCode":200}>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 511 bytes 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=171,f=null]] 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 507 - Parser@2c362a2[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=507,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@5e611de[p=0,l=507,c=507,r=507]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=507,fin=true,rsv=...,masked=false] 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=507,fin=true,rsv=...,masked=false]) 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=507,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@5e611de[p=0,l=507,c=507,r=507]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([507] "{"providers":[{"name...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=511,l=511,c=4096,r=0]={\x81~\x01\xFb{"pro...e":200}<<<>>>}\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xFb{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]] 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]]}} 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]] 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=1 17:20:30.776 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0}@45b6768 waiting 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/1 selected 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]] 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.776 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:30.971 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:20:30.971 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@5115faff[p=0,l=98,c=98,r=98]={<<<{"uri":"/sensinact","para...{friendlyName,icon}"}]}>>>} 17:20:30.971 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=98,fin=true,rsv=...,masked=false] 17:20:30.971 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=98,fin=true,rsv=...,masked=false] 17:20:30.971 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=98,fin=true,rsv=...,masked=true], Flusher@346b4567[PROCESSING]) 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=98,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null] to Flusher@458d9125[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=98,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=104 cap=32768] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2ead2989{IDLE}->null [DirectByteBuffer@17bfbe79[p=0,l=104,c=32768,r=104]={<<<\x81\xE29j8qBHM\x03PH\x02S\x16\x19]\x1fJ\x03V\x10Z\x1e\x1a...\n_\x18Q\x14W\x0eT\x08w\x0bU\x14\x15\x03[\x1eW\x17\x1a\x0cd\x17>>>\x15\x85\x1d\xD3\x08\x96M\x96D...\x00\x00\x00\x00\x00\x00\x00}] 17:20:30.972 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{WRITING}->null:IDLE-->WRITING 17:20:30.972 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:30.972 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 104 SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=104,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]] 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3ab91dee SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=104 remaining=0 WriteFlusher@2ead2989{WRITING}->null 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{IDLE}->null:WRITING-->IDLE 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]:runFillable:BLOCKING 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] processing 0 entries: [] 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] auto flushing 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=104,terminated=null] flushing 0 frames: [] 17:20:30.973 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:30.973Z 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:30.973Z 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:30.973Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=197/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:30.973 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:30.973Z 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]]}} 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xDdB\xB4\x14\xDd{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.973 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:30.973Z tryProduce true 17:20:30.973 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 104 DirectByteBuffer@2653342f[p=0,l=104,c=4096,r=104]={<<<\x81\xE29j8qBHM\x03PH\x02S\x16\x19]\x1fJ\x03V\x10Z\x1e\x1a...\n_\x18Q\x14W\x0eT\x08w\x0bU\x14\x15\x03[\x1eW\x17\x1a\x0cd\x17>>>string","...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.973 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 104 bytes - DirectByteBuffer@2653342f[p=0,l=104,c=4096,r=104]={<<<\x81\xE29j8qBHM\x03PH\x02S\x16\x19]\x1fJ\x03V\x10Z\x1e\x1a...\n_\x18Q\x14W\x0eT\x08w\x0bU\x14\x15\x03[\x1eW\x17\x1a\x0cd\x17>>>string","...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=104,c=4096,r=104]={<<<\x81\xE29j8qBHM\x03PH\x02S\x16\x19]\x1fJ\x03V\x10Z\x1e\x1a...\n_\x18Q\x14W\x0eT\x08w\x0bU\x14\x15\x03[\x1eW\x17\x1a\x0cd\x17>>>string","...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 104 bytes 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:20:30.973 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=93,f=null]] 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 98 - Parser@19955714[ExtensionStack,s=PAYLOAD_LEN,c=0,len=98,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:20:30.973 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@3fcd6623[p=0,l=98,c=98,r=98]={<<>>} 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=98,fin=true,rsv=...,masked=true] 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=98,fin=true,rsv=...,masked=true]) 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=98,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:20:30.973 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@3fcd6623[p=0,l=98,c=98,r=98]={<<<{"uri":"/sensinact","para...{friendlyName,icon}"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:30.974 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([98] "{"uri":"/sensinact",...ing","value":"{friendlyName,icon}"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@73d54958[p=0,l=524,c=524,r=524]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=524,fin=true,rsv=...,masked=false] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=524,fin=true,rsv=...,masked=false] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=524,fin=true,rsv=...,masked=false], Flusher@68d2ac6e[PROCESSING]) 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=524,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null] to Flusher@3d5e10cc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=524,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=528 cap=32768] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a9c9f72{IDLE}->null [DirectByteBuffer@679f70b1[p=0,l=528,c=32768,r=528]={<<<\x81~\x02\x0c{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{WRITING}->null:IDLE-->WRITING 17:20:30.975 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 1/1/1 selected 17:20:30.975 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 1 keys, 0 updates 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 528 SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=W,to=1/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=528,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=528 remaining=0 WriteFlusher@3a9c9f72{WRITING}->null 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{IDLE}->null:WRITING-->IDLE 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=528,terminated=null] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=528,terminated=null] processing 0 entries: [] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=528,terminated=null] auto flushing 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=528,terminated=null] flushing 0 frames: [] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:30.975 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@79e932d SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=104,l=104,c=4096,r=0]={\x81\xE29j8q{"u...on}"}]}<<<>>>string","...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE29j8q{"u...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.975 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]]}} 17:20:30.975 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=2/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]]:runFillable:BLOCKING 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]] 17:20:30.975 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:30.976 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:30.976 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@5e4d4e27 waiting 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0} tryExecute EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.976Z 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]] 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.976 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@45b6768 offer EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.976Z 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.976Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:30.976 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@45b6768 task=EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3]@2021-11-11T17:20:30.976Z 17:20:30.976 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:30.976Z tryProduce true 17:20:30.976 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:30.976 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=3/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]]}} 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:30.976 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=3/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=507,f=null]] 17:20:30.976 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x01\xFb{"pro...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 528 DirectByteBuffer@772f9b35[p=0,l=528,c=4096,r=528]={<<<\x81~\x02\x0c{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 528 bytes - DirectByteBuffer@772f9b35[p=0,l=528,c=4096,r=528]={<<<\x81~\x02\x0c{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=528,c=4096,r=528]={<<<\x81~\x02\x0c{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 528 bytes 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:20:30.976 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 524 - Parser@2c362a2[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=524,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@6c33cf75[p=0,l=524,c=524,r=524]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=524,fin=true,rsv=...,masked=false] 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=524,fin=true,rsv=...,masked=false]) 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=524,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@6c33cf75[p=0,l=524,c=524,r=524]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([524] "{"providers":[{"name...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=528,l=528,c=4096,r=0]={\x81~\x02\x0c{"pro...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x02\x0c{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]] 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]]}} 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]] 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=1 17:20:30.977 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0}@46a39916 waiting 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/1 selected 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]] 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:30.977 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.getRemote() 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@3b33dad2[p=0,l=103,c=103,r=103]={<<<{"uri":"/sensinact","para...dlyName,icon,bridge"}]}>>>} 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=103,fin=true,rsv=...,masked=false] 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=103,fin=true,rsv=...,masked=false] 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=103,fin=true,rsv=...,masked=true], Flusher@346b4567[PROCESSING]) 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=103,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null] to Flusher@458d9125[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=103,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:31.173 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=true],Flusher@346b4567[PROCESSING],AUTO,null]] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=109 cap=32768] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2ead2989{IDLE}->null [DirectByteBuffer@17bfbe79[p=0,l=109,c=32768,r=109]={<<<\x81\xE7\xF0!\x11\x0c\x8b\x03d~\x99\x03+.\xDfRtb\x83H\x7fm\x93U3...\x94MhB\x91Lt \x99B~b\xDcCce\x94Ft.\x8d|l>>>\x96M\x96D\x87\x0e\xD6\x13\x94...\x00\x00\x00\x00\x00\x00\x00}] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{WRITING}->null:IDLE-->WRITING 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 109 SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=196/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=109,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=109 remaining=0 WriteFlusher@2ead2989{WRITING}->null 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3ab91dee SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{IDLE}->null:WRITING-->IDLE 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=109,terminated=null] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=109,terminated=null] processing 0 entries: [] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=109,terminated=null] auto flushing 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=109,terminated=null] flushing 0 frames: [] 17:20:31.174 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]]:runFillable:BLOCKING 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:31.174Z 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:31.174Z 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:31.174Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=198/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:31.174 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:31.174Z 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=199/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]]}} 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:20:31.174 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:31.175 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:31.174Z tryProduce true 17:20:31.175 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE29j8q{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.175 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:31.175 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:31.175 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.175 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 109 DirectByteBuffer@2653342f[p=0,l=109,c=4096,r=109]={<<<\x81\xE7\xF0!\x11\x0c\x8b\x03d~\x99\x03+.\xDfRtb\x83H\x7fm\x93U3...\x94MhB\x91Lt \x99B~b\xDcCce\x94Ft.\x8d|l>>>g","value...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 109 bytes - DirectByteBuffer@2653342f[p=0,l=109,c=4096,r=109]={<<<\x81\xE7\xF0!\x11\x0c\x8b\x03d~\x99\x03+.\xDfRtb\x83H\x7fm\x93U3...\x94MhB\x91Lt \x99B~b\xDcCce\x94Ft.\x8d|l>>>g","value...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.183 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=98,f=null]] 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=109,c=4096,r=109]={<<<\x81\xE7\xF0!\x11\x0c\x8b\x03d~\x99\x03+.\xDfRtb\x83H\x7fm\x93U3...\x94MhB\x91Lt \x99B~b\xDcCce\x94Ft.\x8d|l>>>g","value...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.183 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 109 bytes 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode TEXT, fin=true rsv=... 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 103 - Parser@19955714[ExtensionStack,s=PAYLOAD_LEN,c=0,len=103,f=TEXT[len=0,fin=true,rsv=...,masked=true]] 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@145b81d9[p=0,l=103,c=103,r=103]={<<<\x8b\x03d~\x99\x03+.\xDfRtb\x83H\x7fm\x93U3 \xD2Qp~\x91...\x94MhB\x91Lt \x99B~b\xDcCce\x94Ft.\x8d|l>>>} 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: TEXT[len=103,fin=true,rsv=...,masked=true] 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=103,fin=true,rsv=...,masked=true]) 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=103,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@145b81d9[p=0,l=103,c=103,r=103]={<<<{"uri":"/sensinact","para...dlyName,icon,bridge"}]}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:31.183 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([103] "{"uri":"/sensinact",..."value":"friendlyName,icon,bridge"}]}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:31.184 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.getRemote() 17:20:31.184 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint - sendStringByFuture with HeapByteBuffer@8dd711b[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:31.184 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Queuing TEXT[len=595,fin=true,rsv=...,masked=false] 17:20:31.184 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Processing TEXT[len=595,fin=true,rsv=...,masked=false] 17:20:31.184 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(TEXT[len=595,fin=true,rsv=...,masked=false], Flusher@68d2ac6e[PROCESSING]) 17:20:31.184 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[TEXT[len=595,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null] to Flusher@3d5e10cc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.184 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[TEXT[len=595,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] acquired aggregate buffer java.nio.DirectByteBuffer[pos=0 lim=0 cap=32768] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] aggregated 1 frames: [FrameEntry[TEXT[len=0,fin=true,rsv=...,masked=false],Flusher@68d2ac6e[PROCESSING],AUTO,null]] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FutureWriteCallback - .writeSuccess 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] processing 0 entries: [] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] auto flushing 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing aggregate java.nio.DirectByteBuffer[pos=0 lim=599 cap=32768] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=0,terminated=null] flushing 0 frames: [] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a9c9f72{IDLE}->null [DirectByteBuffer@679f70b1[p=0,l=599,c=32768,r=599]={<<<\x81~\x02S{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{WRITING}->null:IDLE-->WRITING 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 1/1/1 selected 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 1 keys, 0 updates 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 599 SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=W,to=10/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=599,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=TEXT[len=0,fin=true,rsv=...,masked=true]]] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=599 remaining=0 WriteFlusher@3a9c9f72{WRITING}->null 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@79e932d SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=10/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{IDLE}->null:WRITING-->IDLE 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=599,terminated=null] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=599,terminated=null] processing 0 entries: [] 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=11/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=599,terminated=null] auto flushing 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=599,terminated=null] flushing 0 frames: [] 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=11/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]]:runFillable:BLOCKING 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.extensions.ExtensionStack - Entering IDLE 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=109,l=109,c=4096,r=0]={\x81\xE7\xF0!\x11\x0c{"u...dge"}]}<<<>>>g","value...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0} tryExecute EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:31.185Z 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE7\xF0!\x11\x0c{"u...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]] 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@46a39916 offer EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:31.185Z 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]]}} 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]] 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:31.185Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=11/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:31.185 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@46a39916 task=EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=4]@2021-11-11T17:20:31.185Z 17:20:31.185 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@7ef1e8ea waiting 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=11/3600000}{io=1/0,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]]}} 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable() 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:31.185 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=true/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:31.185Z tryProduce true 17:20:31.185 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x02\x0c{"pro...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.185 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.185 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 599 DirectByteBuffer@772f9b35[p=0,l=599,c=4096,r=599]={<<<\x81~\x02S{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=11/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=524,f=null]] 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 599 bytes - DirectByteBuffer@772f9b35[p=0,l=599,c=4096,r=599]={<<<\x81~\x02S{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=0,l=599,c=4096,r=599]={<<<\x81~\x02S{"providers":[{"name"...":"/","statusCode":200}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@d54eafc 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsing 599 bytes 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT OpCode TEXT, fin=true rsv=... 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Payload Length: 595 - Parser@2c362a2[ExtensionStack,s=PAYLOAD_LEN_BYTES,c=0,len=595,f=TEXT[len=0,fin=true,rsv=...,masked=false]] 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Window: DirectByteBuffer@b21ef12[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]] 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Parsed Frame: TEXT[len=595,fin=true,rsv=...,masked=false] 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.Parser - CLIENT Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:31.186 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(TEXT[len=595,fin=true,rsv=...,masked=false]) 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(TEXT[len=595,fin=true,rsv=...,masked=false]) - events.onFrame=null 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextFrame(DirectByteBuffer@b21ef12[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}, true) - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false], activeMessage=null 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onTextMessage([595] "{"providers":[{"name...ETE_LIST","uri":"/","statusCode":200}") - events.onText=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onMessage(java.lang.String),wantsSession=false,streaming=false] 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@7c3d3be1[READING] getAction(DirectByteBuffer@772f9b35[p=599,l=599,c=4096,r=0]={\x81~\x02S{"pro...e":200}<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 DirectByteBuffer@772f9b35[p=0,l=0,c=4096,r=0]={<<<>>>\x81~\x02S{"pro...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]]}} 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=0/1,kio=0,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc on ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=1 17:20:31.186 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0}@45b6768 waiting 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/1 selected 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@16b4dfdc 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.186 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 1 keys {"providers":[{"name":"slider","location":"45.2:5.7","bridge":"org.eclipse.sensinact.gateway.simulated.devices.slider","icon":null,"friendlyName":"mySlider","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"cursor","resources":[{"name":"position","type":"SENSOR","rws":"RO"}]}]}],"filters":[{"definition":"friendlyName,icon,bridge","type":"attrs"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@5b4e8615 SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=5299/60000}{io=1/1,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.271 [qtp1787079037-18-acceptor-0@1b1cfb87-ServerConnector@312aa7c{HTTP/1.1, (http/1.1)}{0.0.0.0:8899}] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false Accept@155e3e4e[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40206]] on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=1 updates=0 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=5299/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=5299/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:31.271Z 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:31.271Z 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:31.271Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=5299/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:31.271 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=6]@2021-11-11T17:20:31.271Z 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@20a1202e{AC.ReadCB@1b86ca85{HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=FI,flush=-,to=5299/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:31.271 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:20:31.271Z tryProduce true 17:20:31.271 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:31.271 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=5299/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:31.272 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update Accept@155e3e4e[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40206]] 17:20:31.272 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue Accept@155e3e4e[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40206]] startThread=0 17:20:31.272 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownInput SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=5300/60000}{io=1/0,kio=1,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run Accept@155e3e4e[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40206]] in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.IdleTimeout - SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 60000 ms 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=START,0 of -1} 17:20:31.272 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,OPEN,fill=-,flush=-,to=5300/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 3 keys 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,ISHUT,fill=-,flush=-,to=5300/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled -1 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->,null,HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,ISHUT,fill=-,flush=-,to=5300/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSED 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}-> 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@6cedbdbc on ManagedSelector@4b520ea8{STARTED} id=0 keys=3 selected=0 updates=0 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,ISHUT,fill=-,flush=-,to=5300/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,ISHUT,fill=-,flush=-,to=5300/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@704444e7{l=/127.0.0.1:8899,r=/127.0.0.1:40202,CLOSED,fill=-,flush=-,to=5300/60000}{io=0/0,kio=0,kro=1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@20a1202e{null} 17:20:31.272 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@4b520ea8{STARTED} id=0 keys=3 selected=0 updates=1 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.272 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a on ManagedSelector@4b520ea8{STARTED} id=0 keys=3 selected=0 updates=1 17:20:31.273 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Created SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@e387b96 startThread=0 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 2 updates 17:20:31.273 [qtp1787079037-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran Accept@155e3e4e[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8899 remote=/127.0.0.1:40206]] in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 2 17:20:31.273 [qtp1787079037-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@e387b96 in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$$Lambda$449/121456257@6cedbdbc 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a 17:20:31.273 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5301/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=CLOSED,0 of -1} 17:20:31.273 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@704444e7{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5301/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:31.273 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5301/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:31.273 [qtp1787079037-16] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5301/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@704444e7{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5301/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@e387b96 in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@17ad7b19 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@1b86ca85::SocketChannelEndPoint@704444e7{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=5301/60000}{io=0/0,kio=-1,kro=-1}->HttpConnection@1b86ca85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@53284e02{s=START}]=>HttpChannelOverHttp@1aa65cb{s=HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@22c6c066{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.273 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@5e4d4e27 waiting 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:20:31.273Z 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:20:31.273Z 17:20:31.273 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:20:31.273Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:31.273 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=7]@2021-11-11T17:20:31.273Z 17:20:31.274 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:20:31.274Z tryProduce true 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:31.274 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:31.274 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:31.274 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 322 HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.274 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} filled 322 HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=322,c=8192,r=322]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> IN_VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept --> FIELD 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> IN_VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent --> FIELD 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> IN_VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host --> FIELD 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} POST //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 111 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of 111},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 111} 17:20:31.274 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/admin/friendlyName/SET @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/admin/friendlyName/SET @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/admin/friendlyName/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of 111},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} parse HeapByteBuffer@5d5af078[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@5d5af078[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} Content@6acd242d{HeapByteBufferR@16c4efde[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=0,[0]=null,s=STREAM] addContent Content@6acd242d{HeapByteBufferR@16c4efde[p=211,l=322,c=8192,r=111]={POST /sen...111\r\n\r\n<<<[{"name":"attributeName",...","value":"startName"}]>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:31.275 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:31.276 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} 17:20:31.276 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:31.276 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:31.276 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:31.276 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,111 of 111},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} parsed false HttpParser{s=END,111 of 111} 17:20:31.276 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=111,q=1,[0]=EOF,s=STREAM] read 111 from Content@6acd242d{HeapByteBufferR@16c4efde[p=322,l=322,c=8192,r=0]={POST /sen...Name"}]<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:31.276 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,111 of 111},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@35b39bd3[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>}) 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=172 null 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@43828a4[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} complete=true committing=true callback=Blocker@f7b06f2{null} 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=3} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:31 GMT Content-Type: application/json;charset=utf-8 Content-Length: 172 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=172},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@715fb052] (null,[p=0,l=172,c=172,r=172],true)@START 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=172} last=true content=HeapByteBuffer@43828a4[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:31 GMT Content-Type: application/json;charset=utf-8 Content-Length: 172 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=172},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@715fb052] ([p=0,l=123,c=16384,r=123],[p=0,l=172,c=172,r=172],true)@COMPLETING 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3467dbd5{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=123,c=16384,r=123]={<<>>+TSg15NAN...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@43828a4[p=0,l=172,c=172,r=172]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>}] 17:20:31.277 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{WRITING}->null:IDLE-->WRITING 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 295 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=W,to=3/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,111 of 111},g=HttpGenerator@56a94c19{s=COMPLETING}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=4} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=295 remaining=0 WriteFlusher@3467dbd5{WRITING}->null 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{IDLE}->null:WRITING-->IDLE 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=172},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@715fb052] ([p=123,l=123,c=16384,r=0],[p=172,l=172,c=172,r=0],true)@END 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=4} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=4} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@637c173d) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=4} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/admin/friendlyName/SET written=172 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,111 of 111} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.278 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a on ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=1 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/2 selected 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:31.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@7ef1e8ea waiting 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:31.374 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketClient@c528a7de[httpClient=HttpClient@241a53ef{STARTED},openSessions.size=1] 17:20:31.374 [Thread-20] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopping WebSocketClient@c528a7de[httpClient=HttpClient@241a53ef{STARTED},openSessions.size=1] 17:20:31.374 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SessionTracker@200606de{STARTED} 17:20:31.375 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=188/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]],remote=WebSocketRemoteEndpoint@3db522c3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:20:31.375 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=188/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[OPENED],f=Flusher@458d9125[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]],remote=WebSocketRemoteEndpoint@3db522c3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7915ac78) 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7915ac78,OFF,null] to Flusher@458d9125[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7915ac78,OFF,null]] 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=true],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@7915ac78,OFF,null]] 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@2ead2989{IDLE}->null [DirectByteBuffer@78c44e9a[p=0,l=6,c=1024,r=6]={<<<\x88\x8a-\x88\x8f\xC9>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@25e5a498[p=0,l=10,c=10,r=10]={<<<.a\xDc\xA1X\xFc\xEb\xA6Z\xE6>>>}] 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{WRITING}->null:IDLE-->WRITING 17:20:31.376 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/2 selected 17:20:31.376 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 16 SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=W,to=190/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[CLOSING],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.376 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=16 remaining=0 WriteFlusher@2ead2989{WRITING}->null 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@2ead2989{IDLE}->null:WRITING-->IDLE 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@3ab91dee SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=191/3600000}{io=1/1,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]] 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=191/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]] 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=191/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]]:runFillable:BLOCKING 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1006,reason=Disconnected]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient,method=public void org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - CLIENT disconnect() 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:20:31.377Z 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OPEN,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:20:31.377Z 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,OSHUT,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:20:31.377Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=191/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]]:runFillable:BLOCKING/BLOCKING 17:20:31.377 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=8]@2021-11-11T17:20:31.377Z 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@392ba49d{l=/127.0.0.1:40204,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=1,kro=1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@38b7b6d4{AC.ReadCB@6b8f58ba{WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=FI,flush=-,to=191/3600000}{io=1/0,kio=1,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]]}} 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable() 17:20:31.377 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:31.377Z tryProduce true 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER onFillable(ByteBuffer): java.nio.DirectByteBuffer[pos=0 lim=0 cap=4096] 17:20:31.377 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:31.377 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=0,c=4096,r=0]={<<<>>>\x81\xE7\xF0!\x11\x0c{"u...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@58c7f87c{AC.ReadCB@53e3e27{WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=0.0.0.0/0.0.0.0:40204,r=/127.0.0.1:8899,CLOSED,fill=FI,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]]}} 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 16 DirectByteBuffer@2653342f[p=0,l=16,c=4096,r=16]={<<<\x88\x8a-\x88\x8f\xC9.a\xDc\xA1X\xFc\xEb\xA6Z\xE6>>>ensinact"...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.377 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=192/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[OPENED],f=Flusher@3d5e10cc[IDLE][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=103,f=null]] 17:20:31.377 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 2 keys 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - Filled 16 bytes - DirectByteBuffer@2653342f[p=0,l=16,c=4096,r=16]={<<<\x88\x8a-\x88\x8f\xC9.a\xDc\xA1X\xFc\xEb\xA6Z\xE6>>>ensinact"...\x00\x00\x00\x00\x00\x00\x00} 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=0,l=16,c=4096,r=16]={<<<\x88\x8a-\x88\x8f\xC9.a\xDc\xA1X\xFc\xEb\xA6Z\xE6>>>ensinact"...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: PARSE 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsing 16 bytes 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER OpCode CLOSE, fin=true rsv=... 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Payload Length: 10 - Parser@19955714[ExtensionStack,s=PAYLOAD_LEN,c=0,len=10,f=CLOSE[len=0,fin=true,rsv=...,masked=true]] 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractConnection - WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=0.0.0.0/0.0.0.0:40204,r=/127.0.0.1:8899,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] onFillInterestedFailed {} 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Window: DirectByteBuffer@bca0a48[p=0,l=10,c=10,r=10]={<<<.a\xDc\xA1X\xFc\xEb\xA6Z\xE6>>>} 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@46cf05f7{STARTED} id=0 keys=1 selected=0 updates=0 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Parsed Frame: CLOSE[len=10,fin=true,rsv=...,masked=true] 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.Parser - SERVER Notify ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:31.377 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f153fb7 startThread=0 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - incomingFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) 17:20:31.377 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:31.377 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/0 selected 17:20:31.377 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f153fb7 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}] 17:20:31.377 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 0 updates 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onFrame(CLOSE[len=10,fin=true,rsv=...,masked=true]) - events.onFrame=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onFrame(org.eclipse.jetty.websocket.api.extensions.Frame),wantsSession=false,streaming=false] 17:20:31.377 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:31.377 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.377 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 0 keys 17:20:31.377 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@392ba49d{l=0.0.0.0/0.0.0.0:40204,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.377 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1001,reason=Shutdown]) 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@392ba49d{l=0.0.0.0/0.0.0.0:40204,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.378 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=0.0.0.0/0.0.0.0:40204,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver - onClose(CloseInfo[code=1001,reason=Shutdown]) - events.onClose=OptionalSessionCallableMethod[pojo=org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection,method=public void org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection.onClose(int,java.lang.String),wantsSession=false,streaming=false] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@458d9125[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:20:31.378 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [CLIENT] WebSocketSession.onSessionClosed() 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - outgoingFrame(CLOSE[len=10,fin=true,rsv=...,masked=false], org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@5fe2996c) 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Enqueued FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@5fe2996c,OFF,null] to Flusher@3d5e10cc[IDLE][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=1,aggregateSize=-1,terminated=null] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] processing 1 entries: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@5fe2996c,OFF,null]] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],behavior=CLIENT,connection=WebSocketClientConnection@53e3e27::SocketChannelEndPoint@392ba49d{l=0.0.0.0/0.0.0.0:40204,r=null,CLOSED,fill=-,flush=-,to=1/3600000}{io=1/1,kio=-1,kro=-1}->WebSocketClientConnection@53e3e27[s=ConnectionState@1b8e1bde[DISCONNECTED],f=Flusher@458d9125[SUCCEEDED][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[CLIENT,validating],p=Parser@2c362a2[ExtensionStack,s=START,c=0,len=595,f=null]],remote=WebSocketRemoteEndpoint@3db522c3[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.filter.attributes.ws.test.WsServiceTestClient@6bd51ed8],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SessionTracker@200606de{STOPPED} 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null] flushing 1 frames: [FrameEntry[CLOSE[len=10,fin=true,rsv=...,masked=false],org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$CallbackBridge@5fe2996c,OFF,null]] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketExtensionFactory@2102a4d5{STARTED} 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DeflaterPool@3d4d3fe7{STARTED,size=0,capacity=UNLIMITED} 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3a9c9f72{IDLE}->null [DirectByteBuffer@6a48441[p=0,l=2,c=1024,r=2]={<<<\x88\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4b8dbbc8[p=0,l=10,c=10,r=10]={<<<\x03\xE9Shutdown>>>}] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DeflaterPool@3d4d3fe7{STOPPED,size=0,capacity=UNLIMITED} 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{WRITING}->null:IDLE-->WRITING 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping InflaterPool@210386e0{STARTED,size=0,capacity=UNLIMITED} 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED InflaterPool@210386e0{STOPPED,size=0,capacity=UNLIMITED} 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketExtensionFactory@2102a4d5{STOPPED} 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClient@241a53ef{STARTED} 17:20:31.378 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f153fb7 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 12 SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=W,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[CLOSING],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=null],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=12 remaining=0 WriteFlusher@3a9c9f72{WRITING}->null 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3a9c9f72{IDLE}->null:WRITING-->IDLE 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - callApplicationOnClose(CloseInfo[code=1006,reason=Disconnected]) 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - SERVER disconnect() 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Terminating Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OPEN,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.client.HttpDestination - Closed HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,OSHUT,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@2281e5a8{l=/127.0.0.1:8899,r=/127.0.0.1:40204,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=0,kro=1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@38b7b6d4{null} 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpDestination[ws://127.0.0.1:8899]@77e2a6e2,queue=0,pool=DuplexConnectionPool@15051a0[c=0/0/64,a=0,i=0,q=0] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@20312893{STARTED} 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@4b520ea8{STARTED} id=0 keys=2 selected=0 updates=0 17:20:31.378 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@10ce60bb startThread=0 17:20:31.378 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:31.378 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:31.378 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@10ce60bb in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:31.378 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 0 updates 17:20:31.378 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:31.378 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@20312893{STOPPED} 17:20:31.378 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Client@615f972[provider=null,keyStore=null,trustStore=null] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Client@615f972[provider=null,keyStore=null,trustStore=null] 17:20:31.378 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@2281e5a8{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.378 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpClientTransportOverHTTP@344344fa{STARTED} 17:20:31.379 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ClientSelectorManager@2b46a8c1{STARTED} 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.379 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@46cf05f7{STARTED} id=0 keys=0 selected=0 updates=0 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - [SERVER] WebSocketSession.onSessionClosed() 17:20:31.379 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@4914acf4 on ManagedSelector@46cf05f7{STOPPING} id=0 keys=0 selected=0 updates=0 17:20:31.379 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STOPPING} id=0 keys=0 selected=0 updates=1 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]],remote=WebSocketRemoteEndpoint@22ae7e4b[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/0 selected 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.websocket.common.WebSocketSession - stopping - WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]],remote=WebSocketRemoteEndpoint@22ae7e4b[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection] 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5] 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5] 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketSession[websocket=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],behavior=SERVER,connection=WebSocketServerConnection@6b8f58ba::SocketChannelEndPoint@2281e5a8{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]],remote=WebSocketRemoteEndpoint@22ae7e4b[batching=true],incoming=JettyAnnotatedEventDriver[org.eclipse.sensinact.gateway.nthbnd.rest.internal.ws.WebSocketConnection@15b8fd5],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] 17:20:31.379 [qtp1787079037-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@10ce60bb in QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}] 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractEndPoint - shutdownOutput SocketChannelEndPoint@2281e5a8{l=0.0.0.0/0.0.0.0:8899,r=null,CLOSED,fill=-,flush=-,to=0/3600000}{io=0/0,kio=-1,kro=-1}->WebSocketServerConnection@6b8f58ba[s=ConnectionState@7232ccad[DISCONNECTED],f=Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected],g=Generator[SERVER,validating],p=Parser@19955714[ExtensionStack,s=START,c=0,len=10,f=CLOSE[len=10,fin=true,rsv=...,masked=true]]] 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@4914acf4 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.FrameFlusher - Flushing Flusher@3d5e10cc[PROCESSING][queueSize=0,aggregateSize=-1,terminated=java.io.EOFException: Disconnected] 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[READING] getAction(DirectByteBuffer@2653342f[p=16,l=16,c=4096,r=0]={\x88\x8a-\x88\x8f\xC9\x03\xE9Shutdown<<<>>>ensinact"...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: FILL 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@46cf05f7{STOPPING} id=0 keys=0 selected=0 updates=0 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - eof READING 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.ReadState - ReadState@6351be81[EOF] getAction(DirectByteBuffer@2653342f[p=16,l=16,c=4096,r=0]={\x88\x8a-\x88\x8f\xC9\x03\xE9Shutdown<<<>>>ensinact"...\x00\x00\x00\x00\x00\x00\x00}) 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection - ReadState Action: EOF 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 waiting with 0 keys 17:20:31.379 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@5e4d4e27 waiting 17:20:31.379 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@2f9adae6 on ManagedSelector@46cf05f7{STOPPING} id=0 keys=0 selected=0 updates=0 17:20:31.379 [Thread-20] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@46cf05f7{STOPPING} id=0 keys=0 selected=0 updates=1 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken with none selected 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 woken up from select, 0/0/0 selected 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@9596c76 processing 0 keys, 1 updates 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:31.379 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@2f9adae6 17:20:31.380 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:31.380 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@1d572e62/SelectorProducer@29caf222/PRODUCING/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:31.38Z 17:20:31.380 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=2/2,p=0}@46a39916 size 2 > capacity 17:20:31.380 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[WebSocketClient@605705199]@31500940{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}] 17:20:31.380 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@5851bd4f{s=2/2,p=0}@46a39916 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}] 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=2/2,p=0}] 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@5851bd4f{s=2/2,p=0} 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=1/2,p=0}@45b6768 offer STOP! 17:20:31.381 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=0}@45b6768 task=STOP! 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=0}@66cba405 offer STOP! 17:20:31.381 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=0/2,p=0}@45b6768 Exited 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@5851bd4f{s=-1/2,p=0} 17:20:31.381 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@5851bd4f{s=-1/2,p=0}@45b6768 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5851bd4f{s=-1/2,p=0}] 17:20:31.381 [WebSocketClient@605705199-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-39,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@605705199-35,5,main] for 14999 17:20:31.381 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=-1/2,p=0}@66cba405 task=STOP! 17:20:31.381 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@5851bd4f{s=-1/2,p=0}@66cba405 Exited 17:20:31.381 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@5851bd4f{s=-1/2,p=0}@66cba405 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-35,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-40,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-34,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-38,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@605705199-34,5,] for 14999 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@605705199-37,5,main] for 14999 17:20:31.381 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-36,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-41,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$10/1604002113@27dc2ed3 in QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [WebSocketClient@605705199-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[WebSocketClient@605705199-37,5,main] exited for QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPING,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@605705199-36,5,] for 14999 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[WebSocketClient@605705199-41,5,] for 14999 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY] 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@1d572e62/SelectorProducer@29caf222/IDLE/p=false/QueuedThreadPool[WebSocketClient@605705199]@31500940{STOPPED,8<=0<=200,i=6,r=-1,q=0}[NO_TRY][pc=0,pic=0,pec=1,epc=5]@2021-11-11T17:20:31.381Z 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@46cf05f7{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ClientSelectorManager@2b46a8c1{STOPPED} 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClientTransportOverHTTP@344344fa{STOPPED} 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpClient@241a53ef{STOPPED} 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient - Stopped WebSocketClient@c528a7de[httpClient=HttpClient@241a53ef{STOPPED},openSessions.size=0] 17:20:31.381 [Thread-20] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED WebSocketClient@c528a7de[httpClient=HttpClient@241a53ef{STOPPED},openSessions.size=0] 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/1 selected 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@17ad7b19 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=1999/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:33.279Z 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:33.279Z 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:33.279Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:33.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=9]@2021-11-11T17:20:33.279Z 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:33.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:33.279Z tryProduce true 17:20:33.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:33.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 148 HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2000/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.279 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:33.279 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} filled 148 HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?attrs=[friendlyName] on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} GET //127.0.0.1:8899/sensinact?attrs=[friendlyName] HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?attrs=[friendlyName] HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:33.280 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} parsed false HttpParser{s=END,0 of -1} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:33.281 [qtp1787079037-19] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@63afc750[p=0,l=508,c=508,r=508]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}) 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=508 null 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6069f1e7[p=0,l=508,c=508,r=508]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@f7b06f2{null} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:33 GMT Content-Type: application/json;charset=utf-8 Content-Length: 508 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=508},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6a2639f5] (null,[p=0,l=508,c=508,r=508],true)@START 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=508} last=true content=HeapByteBuffer@6069f1e7[p=0,l=508,c=508,r=508]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:33 GMT Content-Type: application/json;charset=utf-8 Content-Length: 508 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=508},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6a2639f5] ([p=0,l=123,c=16384,r=123],[p=0,l=508,c=508,r=508],true)@COMPLETING 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3467dbd5{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=123,c=16384,r=123]={<<>>+TSg15NAN...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6069f1e7[p=0,l=508,c=508,r=508]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}] 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{WRITING}->null:IDLE-->WRITING 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 631 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=COMPLETING}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=631 remaining=0 WriteFlusher@3467dbd5{WRITING}->null 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{IDLE}->null:WRITING-->IDLE 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=508},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6a2639f5] ([p=123,l=123,c=16384,r=0],[p=508,l=508,c=508,r=0],true)@END 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@6335064c) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} ============================================== result: {"providers":[{"name":"slider","location":"45.2:5.7","friendlyName":"startName","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY","rws":"RW"},{"name":"location","type":"PROPERTY","rws":"RW"},{"name":"bridge","type":"PROPERTY","rws":"RO"},{"name":"icon","type":"PROPERTY","rws":"RW"}]},{"name":"cursor","resources":[{"name":"position","type":"SENSOR","rws":"RO"}]}]}],"filters":[{"definition":"[friendlyName]","type":"attrs"}],"type":"COMPLETE_LIST","uri":"/","statusCode":200} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} {"filters":[{"definition":"[friendlyName]","type":"attrs"}],"providers":[{"name":"slider","location":"45.2:5.7","services":[{"name":"admin","resources":[{"name":"friendlyName","type":"PROPERTY"},{"name":"location","type":"PROPERTY"},{"name":"bridge","type":"PROPERTY"},{"name":"icon","type":"PROPERTY"}]},{"name":"cursor","resources":[{"name":"position","type":"SENSOR"}]}],"friendlyName":"startName"}]} ============================================== 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=508 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.282 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a 17:20:33.283 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@7ef1e8ea waiting 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/1 selected 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@17ad7b19 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:33.283Z 17:20:33.283 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:33.283Z 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:33.284Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:33.284 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=10]@2021-11-11T17:20:33.284Z 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:33.284 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:20:33.284Z tryProduce true 17:20:33.284 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:33.284 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 321 HeapByteBuffer@5d5af078[p=0,l=321,c=8192,r=321]={<<>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} filled 321 HeapByteBuffer@5d5af078[p=0,l=321,c=8192,r=321]={<<>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.284 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.284 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=321,c=8192,r=321]={<<>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=321,c=8192,r=321]={<<>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> IN_VALUE 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Type: application/json --> FIELD 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> VALUE 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> IN_VALUE 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Content-Length --> FIELD 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} POST //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive Content-Length: 110 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of 110},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} parsed true HttpParser{s=CONTENT,0 of 110} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.Server - REQUEST POST /sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact/slider/admin/friendlyName/SET @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact/slider/admin/friendlyName/SET @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact/slider/admin/friendlyName/SET -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:33.284 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of 110},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=0} parse HeapByteBuffer@5d5af078[p=211,l=321,c=8192,r=110]={POST /sen...110\r\n\r\n<<<[{"name":"attributeName",...g","value":"mySlider"}]>>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@5d5af078[p=211,l=321,c=8192,r=110]={POST /sen...110\r\n\r\n<<<[{"name":"attributeName",...g","value":"mySlider"}]>>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContent HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} Content@5baca237{HeapByteBufferR@7988b38f[p=211,l=321,c=8192,r=110]={POST /sen...110\r\n\r\n<<<[{"name":"attributeName",...g","value":"mySlider"}]>>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=0,[0]=null,s=STREAM] addContent Content@5baca237{HeapByteBufferR@7988b38f[p=211,l=321,c=8192,r=110]={POST /sen...110\r\n\r\n<<<[{"name":"attributeName",...g","value":"mySlider"}]>>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,110 of 110},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} parsed false HttpParser{s=END,110 of 110} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=110,q=1,[0]=EOF,s=STREAM] read 110 from Content@5baca237{HeapByteBufferR@7988b38f[p=321,l=321,c=8192,r=0]={POST /sen...ider"}]<<<>>>]\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}} 17:20:33.285 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,110 of 110},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=1} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@3cd56c71[p=0,l=171,c=171,r=171]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>}) 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=171 null 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2d6dcc6[p=0,l=171,c=171,r=171]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} complete=true committing=true callback=Blocker@f7b06f2{null} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact/slider/admin/friendlyName/SET on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:33 GMT Content-Type: application/json;charset=utf-8 Content-Length: 171 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=171},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3efe03d8] (null,[p=0,l=171,c=171,r=171],true)@START 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=171} last=true content=HeapByteBuffer@2d6dcc6[p=0,l=171,c=171,r=171]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:33 GMT Content-Type: application/json;charset=utf-8 Content-Length: 171 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=171},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3efe03d8] ([p=0,l=123,c=16384,r=123],[p=0,l=171,c=171,r=171],true)@COMPLETING 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3467dbd5{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=123,c=16384,r=123]={<<>>+TSg15NAN...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2d6dcc6[p=0,l=171,c=171,r=171]={<<<{"response":{"name":"frie...Name","statusCode":200}>>>}] 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{WRITING}->null:IDLE-->WRITING 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 294 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,110 of 110},g=HttpGenerator@56a94c19{s=COMPLETING}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=294 remaining=0 WriteFlusher@3467dbd5{WRITING}->null 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{IDLE}->null:WRITING-->IDLE 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=171},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3efe03d8] ([p=123,l=123,c=16384,r=0],[p=171,l=171,c=171,r=0],true)@END 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@91021f6) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact/slider/admin/friendlyName/SET,age=2} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact/slider/admin/friendlyName/SET written=171 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,110 of 110} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>POST /sen...\x00\x00\x00\x00\x00\x00\x00} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.286 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.287 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:33.287 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.287 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:33.287 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:33.287 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:33.287 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@5e4d4e27 waiting 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:33.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/1 selected 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@17ad7b19 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:20:35.287Z 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:20:35.287Z 17:20:35.287 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:20:35.287Z 17:20:35.287 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=11]@2021-11-11T17:20:35.287Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=2000/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:35.288 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:20:35.288Z tryProduce true 17:20:35.288 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:35.288 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2001/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:35.288 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2001/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.288 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 148 HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} filled 148 HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=148,c=8192,r=148]={<<>>127.0.0.1...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?attrs=[friendlyName] on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} GET //127.0.0.1:8899/sensinact?attrs=[friendlyName] HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?attrs=[friendlyName] HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.288 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} parsed false HttpParser{s=END,0 of -1} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=1} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:35.289 [qtp1787079037-19] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@7ebdc83d[p=0,l=507,c=507,r=507]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}) 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=507 null 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@5174f8c4[p=0,l=507,c=507,r=507]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@f7b06f2{null} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:35 GMT Content-Type: application/json;charset=utf-8 Content-Length: 507 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=507},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@a469a8e] (null,[p=0,l=507,c=507,r=507],true)@START 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=507} last=true content=HeapByteBuffer@5174f8c4[p=0,l=507,c=507,r=507]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:35 GMT Content-Type: application/json;charset=utf-8 Content-Length: 507 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=507},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@a469a8e] ([p=0,l=123,c=16384,r=123],[p=0,l=507,c=507,r=507],true)@COMPLETING 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3467dbd5{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=123,c=16384,r=123]={<<>>+TSg15NAN...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@5174f8c4[p=0,l=507,c=507,r=507]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}] 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{WRITING}->null:IDLE-->WRITING 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 630 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=COMPLETING}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=630 remaining=0 WriteFlusher@3467dbd5{WRITING}->null 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{IDLE}->null:WRITING-->IDLE 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=507},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@a469a8e] ([p=123,l=123,c=16384,r=0],[p=507,l=507,c=507,r=0],true)@END 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@410afaec) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=[friendlyName],age=2} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=507 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.290 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@7ef1e8ea waiting 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/1 selected 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@17ad7b19 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:20:35.291Z 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:20:35.291Z 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:20:35.291Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@7ef1e8ea task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=12]@2021-11-11T17:20:35.291Z 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:20:35.291Z tryProduce true 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.291 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:35.291 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 153 HeapByteBuffer@5d5af078[p=0,l=153,c=8192,r=153]={<<>>.0.1:8899...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} filled 153 HeapByteBuffer@5d5af078[p=0,l=153,c=8192,r=153]={<<>>.0.1:8899...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=153,c=8192,r=153]={<<>>.0.1:8899...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=153,c=8192,r=153]={<<>>.0.1:8899...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?attrs={friendlyName,icon} on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} GET //127.0.0.1:8899/sensinact?attrs={friendlyName,icon} HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?attrs={friendlyName,icon} HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} 17:20:35.292 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:35.293 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=0} parsed false HttpParser{s=END,0 of -1} 17:20:35.293 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=1} 17:20:35.293 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:35.293 [qtp1787079037-22] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@1eb16241[p=0,l=524,c=524,r=524]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}) 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=524 null 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@2a35adbd[p=0,l=524,c=524,r=524]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@f7b06f2{null} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=2} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:35 GMT Content-Type: application/json;charset=utf-8 Content-Length: 524 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=524},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@641b8be0] (null,[p=0,l=524,c=524,r=524],true)@START 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=524} last=true content=HeapByteBuffer@2a35adbd[p=0,l=524,c=524,r=524]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:35 GMT Content-Type: application/json;charset=utf-8 Content-Length: 524 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=524},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@641b8be0] ([p=0,l=123,c=16384,r=123],[p=0,l=524,c=524,r=524],true)@COMPLETING 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3467dbd5{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=123,c=16384,r=123]={<<>>+TSg15NAN...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2a35adbd[p=0,l=524,c=524,r=524]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}] 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{WRITING}->null:IDLE-->WRITING 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 647 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=COMPLETING}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=5,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=2} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=647 remaining=0 WriteFlusher@3467dbd5{WRITING}->null 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{IDLE}->null:WRITING-->IDLE 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=524},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@641b8be0] ([p=123,l=123,c=16384,r=0],[p=524,l=524,c=524,r=0],true)@END 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=2} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=2} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@6c0c1904) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=5,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs={friendlyName,icon},age=2} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=524 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.294 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:35.295 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@5e4d4e27 waiting 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 1/1/1 selected 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 1 keys, 0 updates 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - selected 1 sun.nio.ch.SelectionKeyImpl@17ad7b19 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.295 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - onSelected 1->0 r=true w=false for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - task CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0} tryExecute EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:20:35.296Z 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 offer EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/PRODUCING/p=false/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:20:35.296Z 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:20:35.296Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 17:20:35.296 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=1/2,p=0}@5e4d4e27 task=EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=13]@2021-11-11T17:20:35.296Z 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - fillable FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:35.296 [qtp1787079037-22] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@4b8d604b/SelectorProducer@c05fddc/IDLE/p=true/QueuedThreadPool[qtp1787079037]@6a84a97d{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@45099dd3{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=14]@2021-11-11T17:20:35.296Z tryProduce true 17:20:35.296 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0 17:20:35.296 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} onFillable enter HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:35.296 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 1 -> 0 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.296 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 158 HeapByteBuffer@5d5af078[p=0,l=158,c=8192,r=158]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} filled 158 HeapByteBuffer@5d5af078[p=0,l=158,c=8192,r=158]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=5,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=158,c=8192,r=158]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=158,c=8192,r=158]={<<>>8899\r\nCon...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> IN_VALUE 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Accept: application/json --> FIELD 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> IN_VALUE 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:User-Agent: Java/1.8.0_202 --> FIELD 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> IN_VALUE 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Host: 127.0.0.1:8899 --> FIELD 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> IN_VALUE 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER:Connection: keep-alive --> FIELD 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> CONTENT 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - REQUEST for //127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=0} GET //127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge HTTP/1.1 Accept: application/json User-Agent: Java/1.8.0_202 Host: 127.0.0.1:8899 Connection: keep-alive 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=0} parsed true HttpParser{s=CONTENT,0 of -1} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=0} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - handle //127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=0} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - handling HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action DISPATCH HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=0} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=0} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:35.296 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=||/sensinact @ o.e.j.s.ServletContextHandler@7bd4937b{/,null,AVAILABLE} 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Entering scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - sessionHandler=org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 session=null 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - servlet ||/sensinact -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-72e5a8e==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@587c06b2{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.servlet.ServletHandler - chain=null 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=2} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=2} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CONTENT HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.298 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT --> CONTENT_END 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onContentComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=3} 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - CONTENT_END --> END 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onRequestComplete HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=3} 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@613d4ea7[c=0,q=0,[0]=null,s=STREAM] addContent EOF 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=3} parsed false HttpParser{s=END,0 of -1} 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=3} 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - onEof HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:20:35.299 [qtp1787079037-19] DEBUG org.eclipse.sensinact.gateway.nthbnd.endpoint.DefaultNorthboundRequestHandler - No JSON formated content in %s 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array HeapByteBuffer@51e62ed0[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}) 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=595 null 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@27224ef0[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} complete=true committing=true callback=Blocker@f7b06f2{null} 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /sensinact on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=4} 200 null HTTP/1.1 Date: Thu, 11 Nov 2021 17:20:35 GMT Content-Type: application/json;charset=utf-8 Content-Length: 595 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: NEED_HEADER for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=595},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@198e3270] (null,[p=0,l=595,c=595,r=595],true)@START 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=3,cl=595} last=true content=HeapByteBuffer@27224ef0[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>} 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - Date: Thu, 11 Nov 2021 17:20:35 GMT Content-Type: application/json;charset=utf-8 Content-Length: 595 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: FLUSH for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=595},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@198e3270] ([p=0,l=123,c=16384,r=123],[p=0,l=595,c=595,r=595],true)@COMPLETING 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@3467dbd5{IDLE}->null [HeapByteBuffer@24ec1cea[p=0,l=123,c=16384,r=123]={<<>>+TSg15NAN...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@27224ef0[p=0,l=595,c=595,r=595]={<<<{"providers":[{"name":"sl...":"/","statusCode":200}>>>}] 17:20:35.300 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{WRITING}->null:IDLE-->WRITING 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 718 SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=W,to=9/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=END,0 of -1},g=HttpGenerator@56a94c19{s=COMPLETING}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMMITTED is=READY awp=false se=false i=true al=0},r=6,c=false/false,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=9} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=718 remaining=0 WriteFlusher@3467dbd5{WRITING}->null 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@3467dbd5{IDLE}->null:WRITING-->IDLE 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - generate: DONE for SendCallback@581bc581[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=595},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@198e3270] ([p=123,l=123,c=16384,r=0],[p=595,l=595,c=595,r=0],true)@END 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.session - Leaving scope org.eclipse.jetty.server.session.SessionHandler2074820378==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=10} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=BLOCKING os=COMPLETED is=READY awp=false se=false i=true al=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) COMPLETE HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action COMPLETE HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0},r=6,c=false/true,a=HANDLING,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=10} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpOutput - complete(org.eclipse.jetty.util.Callback$3@f457637) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - completed HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETING os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@69e6aa49{s=HANDLING rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - nextAction(false) TERMINATED HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - action TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0},r=6,c=true/true,a=IDLE,uri=//127.0.0.1:8899/sensinact?attrs=friendlyName,icon,bridge,age=10} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - onCompleted for /sensinact written=595 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@69e6aa49{s=IDLE rs=COMPLETED os=COMPLETED is=READY awp=false se=false i=false al=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,0 of -1} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - END --> START 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpChannel - !handle TERMINATED HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} {} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5d5af078[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.306 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@a411067{AC.ReadCB@f5aa65b{HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0}}} 17:20:35.313 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=6/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.313 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a on ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=0 17:20:35.313 [qtp1787079037-19] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@4b520ea8{STARTED} id=0 keys=1 selected=0 updates=1 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken with none selected 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 woken up from select, 0/0/1 selected 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 processing 0 keys, 1 updates 17:20:35.313 [qtp1787079037-19] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@f5aa65b::SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=6/60000}{io=0/1,kio=0,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$446/1637295572@50f3070a 17:20:35.313 [qtp1787079037-19] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@45099dd3{s=2/2,p=0}@7ef1e8ea waiting 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@51a65e42{l=/127.0.0.1:8899,r=/127.0.0.1:40206,OPEN,fill=FI,flush=-,to=6/60000}{io=1/1,kio=1,kro=1}->HttpConnection@f5aa65b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56a94c19{s=START}]=>HttpChannelOverHttp@40ef422a{s=HttpChannelState@69e6aa49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=6,c=false/false,a=IDLE,uri=null,age=0} 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:35.313 [qtp1787079037-22] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@6bb6ecb5 waiting with 1 keys [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ attributes-filter --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/attributes-filter-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/attributes-filter/2.0-SNAPSHOT/attributes-filter-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/attributes-filter/2.0-SNAPSHOT/attributes-filter-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/attributes-filter-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/attributes-filter/2.0-SNAPSHOT/attributes-filter-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------------< org.eclipse.sensinact.gateway.nthbnd:mqtt >-------------- [INFO] Building sensiNact IoT Gateway - MQTT Northbound Agent 2.0-SNAPSHOT [68/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mqtt --- [INFO] skip project with packaging=pom [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mqtt --- [INFO] skip project with packaging=pom [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mqtt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mqtt --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt/2.0-SNAPSHOT/mqtt-2.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.sensinact.gateway.nthbnd:mqtt-generic-agent >------- [INFO] Building sensiNact IoT Gateway - MQTT Generic Northbound Agent 2.0-SNAPSHOT [69/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-generic-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-generic-agent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-generic-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mqtt-generic-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mqtt-generic-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mqtt-generic-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mqtt-generic-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mqtt-generic-agent --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mqtt-generic-agent --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mqtt-generic-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mqtt-generic-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/target/mqtt-generic-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mqtt-generic-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/target/mqtt-generic-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt-generic-agent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mqtt-generic-agent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-generic-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/target/mqtt-generic-agent-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-generic-agent/2.0-SNAPSHOT/mqtt-generic-agent-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-generic-agent/2.0-SNAPSHOT/mqtt-generic-agent-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/target/mqtt-generic-agent-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-generic-agent/2.0-SNAPSHOT/mqtt-generic-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway.nthbnd:mqtt-onem2m-agent >------- [INFO] Building sensiNact IoT Gateway - MQTT oneM2M Northbound Agent 2.0-SNAPSHOT [70/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-onem2m-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-onem2m-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (generate-test-resources) @ mqtt-onem2m-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/src/test/resources [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-onem2m-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mqtt-onem2m-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mqtt-onem2m-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mqtt-onem2m-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mqtt-onem2m-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mqtt-onem2m-agent --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mqtt-onem2m-agent --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mqtt-onem2m-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mqtt-onem2m-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/target/mqtt-onem2m-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mqtt-onem2m-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/target/mqtt-onem2m-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt-onem2m-agent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mqtt-onem2m-agent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-onem2m-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/target/mqtt-onem2m-agent-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-onem2m-agent/2.0-SNAPSHOT/mqtt-onem2m-agent-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-onem2m-agent/2.0-SNAPSHOT/mqtt-onem2m-agent-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/target/mqtt-onem2m-agent-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-onem2m-agent/2.0-SNAPSHOT/mqtt-onem2m-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.tools:mqtt-server >----------- [INFO] Building sensiNact IoT Gateway - MQTT Server 2.0-SNAPSHOT [71/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-server --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mqtt-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mqtt-server --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/bnd.bnd [0:0]: Unused Import-Package instructions: [org.eclipse.sensinact.*] [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/bnd.bnd [0:0]: Export io.moquette.server.netty, has 5, private references [io.moquette.server, io.moquette.server.config, io.moquette.spi.security, io.netty.channel, io.netty.util] [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/bnd.bnd [0:0]: Export io.moquette.spi.impl, has 9, private references [io.moquette.interception, io.moquette.parser.proto.messages, io.moquette.server, io.moquette.server.config, io.moquette.spi, io.moquette.spi.impl.subscriptions, io.moquette.spi.security, io.netty.channel, org.sensinact.mqtt.server.internal] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mqtt-server --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mqtt-server --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mqtt-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mqtt-server --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/target/mqtt-server-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mqtt-server --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/target/mqtt-server-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt-server --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mqtt-server --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-server --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/target/mqtt-server-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/target/mqtt-server-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.nthbnd:mqtt-agent >----------- [INFO] Building sensiNact IoT Gateway - MQTT Northbound Agent Instance 2.0-SNAPSHOT [72/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 207 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 159 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (generate-test-resources) @ mqtt-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/src/test/resources [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mqtt-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mqtt-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mqtt-agent --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (keystoreCopy) @ mqtt-agent --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 100 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 381 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 740 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 467 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 212 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 13 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 875 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 5.8 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 24 MB/s) [INFO] Executing tasks main: [mkdir] Created dir: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/felix/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/felix/bundle [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mqtt-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mqtt-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mqtt-agent --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mqtt-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mqtt-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/mqtt-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mqtt-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/mqtt-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt-agent --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/tests.bndrun: [INFO] -runbundles: org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.paho.client.mqttv3;version='[1.2.2,1.2.3)',org.eclipse.sensinact.gateway.nthbnd.mqtt-agent;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.mqtt-agent-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.mqtt-generic-agent;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.tools.mqtt-server;version='[2.0.0,2.0.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.osgi.util.converter;version='[1.0.8,1.0.9)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mqtt-agent --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/tests.bndrun: [INFO] -runbundles: org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.opentest4j;version='[1.2.0,1.2.1)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.osgi.test.common;version='[1.0.1,1.0.2)',org.osgi.test.junit5;version='[1.0.1,1.0.2)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',slf4j.api;version='[1.7.30,1.7.31)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-security-none;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-mock;version='[2.0.0,2.0.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.apache.felix.configadmin;version='[1.9.16,1.9.17)',org.osgi.test.junit5.cm;version='[1.0.1,1.0.2)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.eclipse.paho.client.mqttv3;version='[1.2.2,1.2.3)',org.eclipse.sensinact.gateway.nthbnd.mqtt-agent;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.mqtt-agent-tests;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.mqtt-generic-agent;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.simulated.devices.slider;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.tools.mqtt-server;version='[2.0.0,2.0.1)',ch.qos.logback.classic;version='[1.2.3,1.2.4)',org.osgi.util.converter;version='[1.0.8,1.0.9)' 17:20:58.606 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 17:20:58.610 [main] INFO org.eclipse.jetty.util.log - Logging initialized @725ms to org.eclipse.jetty.util.log.Slf4jLog 17:20:58.615 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp858204589]@332729ad{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@71e693fa,POJO} 17:20:58.618 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7fcf2fc1{STOPPED}[9.4.42.v20210604] added {QueuedThreadPool[qtp858204589]@332729ad{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:20:58.620 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@7c214cc0[null] added {org.eclipse.jetty.security.DefaultIdentityService@5b67bb7e,POJO} 17:20:58.620 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HashLoginService@7c214cc0[OSGi HTTP Service Realm] added {UserStore@609db546{STOPPED},AUTO} 17:20:58.620 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7fcf2fc1{STOPPED}[9.4.42.v20210604] added {HashLoginService@7c214cc0[OSGi HTTP Service Realm],AUTO} 17:20:58.629 [main] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - ->[{o.e.j.s.ServletContextHandler@42530531{/,null,STOPPED},[o.e.j.s.ServletContextHandler@42530531{/,null,STOPPED}]}] 17:20:58.629 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ContextHandlerCollection@5a3bc7ed{STOPPED} added {o.e.j.s.ServletContextHandler@42530531{/,null,STOPPED},AUTO} 17:20:58.631 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@1583741e 17:20:58.634 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@42530531{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=-1,MANAGED} 17:20:58.636 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=-1 added {ServletHandler@401f7633{STOPPED},MANAGED} 17:20:58.637 [main] DEBUG org.eclipse.jetty.server.session - Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:20:58.637 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@7a67e3c6,UNMANAGED} 17:20:58.639 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@401f7633{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:20:58.640 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@401f7633{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385,POJO} 17:20:58.640 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7fcf2fc1{STOPPED}[9.4.42.v20210604] added {ContextHandlerCollection@5a3bc7ed{STOPPED},MANAGED} 17:20:58.640 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@7fcf2fc1{STOPPED}[9.4.42.v20210604] 17:20:58.642 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7fcf2fc1{STARTING}[9.4.42.v20210604] added {ErrorHandler@1869fbd2{STOPPED},AUTO} 17:20:58.642 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 17:20:58.651 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@7fcf2fc1{STARTING}[9.4.42.v20210604] 17:20:58.651 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp858204589]@332729ad{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:20:58.652 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3b96c42e{s=0/2,p=0} 17:20:58.652 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp858204589]@332729ad{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] added {ReservedThreadExecutor@3b96c42e{s=0/2,p=0},AUTO} 17:20:58.653 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@3b96c42e{s=0/2,p=0} 17:20:58.656 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @771ms ReservedThreadExecutor@3b96c42e{s=0/2,p=0} 17:20:58.657 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-21,5,main] 17:20:58.657 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-22,5,main] 17:20:58.657 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-23,5,main] 17:20:58.657 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-24,5,main] 17:20:58.657 [qtp858204589-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.657 [qtp858204589-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.658 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-25,5,main] 17:20:58.658 [qtp858204589-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.658 [qtp858204589-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.659 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-26,5,main] 17:20:58.659 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-27,5,main] 17:20:58.659 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp858204589-28,5,main] 17:20:58.659 [qtp858204589-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.659 [qtp858204589-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @774ms QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HashLoginService@7c214cc0[OSGi HTTP Service Realm] 17:20:58.659 [qtp858204589-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.659 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting UserStore@609db546{STOPPED} 17:20:58.659 [qtp858204589-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.660 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @774ms UserStore@609db546{STARTED} 17:20:58.660 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @775ms HashLoginService@7c214cc0[OSGi HTTP Service Realm] 17:20:58.660 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ContextHandlerCollection@5a3bc7ed{STOPPED} 17:20:58.660 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ContextHandlerCollection@5a3bc7ed{STARTING} 17:20:58.660 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@42530531{/,null,STOPPED} 17:20:58.661 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [] 17:20:58.665 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@42530531{/,null,STARTING} 17:20:58.665 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=0 17:20:58.667 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@7fb95505[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:20:58.667 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@7fb95505[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@e70f13a[passivating=false,graceSec=3600],AUTO} 17:20:58.668 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting DefaultSessionIdManager@4b40f651{STOPPED}[worker=null] 17:20:58.668 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 17:20:58.668 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 17:20:58.669 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - DefaultSessionIdManager@4b40f651{STARTING}[worker=node0] added {HouseKeeper@49964d75{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:20:58.669 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HouseKeeper@49964d75{STOPPED}[interval=600000, ownscheduler=false] 17:20:58.669 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@64c63c79{STOPPED} 17:20:58.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @784ms ScheduledExecutorScheduler@64c63c79{STARTED} 17:20:58.670 [main] DEBUG org.eclipse.jetty.server.session - Using own scheduler for scavenging 17:20:58.670 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 17:20:58.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @785ms HouseKeeper@49964d75{STARTED}[interval=600000, ownscheduler=true] 17:20:58.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @785ms DefaultSessionIdManager@4b40f651{STARTED}[worker=node0] 17:20:58.670 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7fcf2fc1{STARTING}[9.4.42.v20210604] added {DefaultSessionIdManager@4b40f651{STARTED}[worker=node0],MANAGED} 17:20:58.670 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=0 added {DefaultSessionIdManager@4b40f651{STARTED}[worker=node0],UNMANAGED} 17:20:58.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@1b84f475{STOPPED} 17:20:58.670 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @785ms ScheduledExecutorScheduler@1b84f475{STARTED} 17:20:58.671 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=0 17:20:58.671 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@401f7633{STOPPED} 17:20:58.673 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385[EMBEDDED:null] 17:20:58.674 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:58.674 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:58.674 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:58.674 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:58.674 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=1] 17:20:58.674 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:58.674 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@401f7633{STARTING} 17:20:58.674 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@401f7633{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@dfab919e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:20:58.674 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@401f7633{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31,POJO} 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385[EMBEDDED:null] 17:20:58.677 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31[EMBEDDED:null] 17:20:58.677 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@dfab919e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@dfab919e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385[EMBEDDED:null] 17:20:58.677 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=1] 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31[EMBEDDED:null] 17:20:58.677 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@dfab919e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}] to PathMappings[size=2] 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={} 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=null 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap=null 17:20:58.677 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2] 17:20:58.678 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@dfab919e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}} 17:20:58.678 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@401f7633{STARTING} 17:20:58.678 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @793ms ServletHandler@401f7633{STARTED} 17:20:58.678 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@7fb95505[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:20:58.678 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@e70f13a[passivating=false,graceSec=3600] 17:20:58.678 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @793ms org.eclipse.jetty.server.session.NullSessionDataStore@e70f13a[passivating=false,graceSec=3600] 17:20:58.678 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @793ms org.eclipse.jetty.server.session.DefaultSessionCache@7fb95505[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:20:58.678 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @793ms org.eclipse.jetty.server.session.SessionHandler2049051802==dftMaxIdleSec=0 17:20:58.680 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:20:58.680 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @795ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@1aa021ce{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:20:58.681 [main] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-6c2c1385 17:20:58.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@dfab919e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:20:58.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @797ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-52c3cb31==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@dfab919e{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:20:58.682 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@42530531{/,null,AVAILABLE} 17:20:58.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @797ms o.e.j.s.ServletContextHandler@42530531{/,null,AVAILABLE} 17:20:58.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @797ms ContextHandlerCollection@5a3bc7ed{STARTED} 17:20:58.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@1869fbd2{STOPPED} 17:20:58.682 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@1869fbd2{STARTING} 17:20:58.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @797ms ErrorHandler@1869fbd2{STARTED} 17:20:58.682 [main] INFO org.eclipse.jetty.server.Server - Started @797ms 17:20:58.682 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @797ms Server@7fcf2fc1{STARTED}[9.4.42.v20210604] 17:20:58.682 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 17:20:58.685 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@1f3f02ee[HTTP/1.1] added {HttpConfiguration@1fde5d22{32768/8192,8192/8192,https://:0,[]},POJO} 17:20:58.693 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{null, ()}{0.0.0.0:0} added {Server@7fcf2fc1{STARTED}[9.4.42.v20210604],UNMANAGED} 17:20:58.693 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}],UNMANAGED} 17:20:58.693 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@78383390{STOPPED},AUTO} 17:20:58.693 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@6ad3381f,POJO} 17:20:58.693 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@1f3f02ee[HTTP/1.1],AUTO} 17:20:58.693 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@1f3f02ee[HTTP/1.1] 17:20:58.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:20:58.695 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7fcf2fc1{STARTED}[9.4.42.v20210604] added {ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898},UNMANAGED} 17:20:58.695 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:20:58.698 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8898],POJO} 17:20:58.698 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@78383390{STOPPED} 17:20:58.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @813ms ScheduledExecutorScheduler@78383390{STARTED} 17:20:58.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@1f3f02ee[HTTP/1.1] 17:20:58.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @814ms HttpConnectionFactory@1f3f02ee[HTTP/1.1] 17:20:58.699 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:20:58.705 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@7241a47d/SelectorProducer@2445445a/IDLE/p=false/QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:58.703Z added {SelectorProducer@2445445a,POJO} 17:20:58.705 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@7241a47d/SelectorProducer@2445445a/IDLE/p=false/QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:58.705Z added {QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}],UNMANAGED} 17:20:58.705 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7241a47d/SelectorProducer@2445445a/IDLE/p=false/QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:58.705Z created 17:20:58.705 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@e54303{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@7241a47d/SelectorProducer@2445445a/IDLE/p=false/QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:58.705Z,MANAGED} 17:20:58.705 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {ManagedSelector@e54303{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:20:58.706 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@e54303{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:20:58.706 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@7241a47d/SelectorProducer@2445445a/IDLE/p=false/QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:58.706Z 17:20:58.706 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @821ms EatWhatYouKill@7241a47d/SelectorProducer@2445445a/IDLE/p=false/QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:58.706Z 17:20:58.707 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$41/792782299@517566b startThread=0 17:20:58.707 [qtp858204589-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$41/792782299@517566b in QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.707 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@64b73e7a on ManagedSelector@e54303{STARTING} id=0 keys=0 selected=0 updates=0 17:20:58.708 [qtp858204589-21] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7241a47d/SelectorProducer@2445445a/IDLE/p=false/QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-11-11T17:20:58.708Z tryProduce false 17:20:58.708 [qtp858204589-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1 17:20:58.708 [qtp858204589-21] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@64b73e7a 17:20:58.708 [qtp858204589-21] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0 17:20:58.709 [qtp858204589-21] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@48fcd528 waiting with 0 keys 17:20:58.709 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @823ms ManagedSelector@e54303{STARTED} id=0 keys=0 selected=0 updates=0 17:20:58.709 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @824ms SelectorManager@ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:20:58.709 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} added {acceptor-0@12ed9db6,POJO} 17:20:58.709 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@12ed9db6 startThread=0 17:20:58.709 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} 17:20:58.709 [qtp858204589-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@12ed9db6 in QueuedThreadPool[qtp858204589]@332729ad{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b96c42e{s=0/2,p=0}] 17:20:58.709 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @824ms ServerConnector@503ecb24{HTTP/1.1, (http/1.1)}{0.0.0.0:8898} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8898 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:20:58.749 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@7fcf2fc1{STARTED}[9.4.42.v20210604] added {org.apache.felix.http.jetty.internal.RequestLogTracker@eda25e5,POJO} 17:20:58.755 [main] DEBUG org.eclipse.sensinact.gateway.common.bundle.AbstractActivator - Starting introspection in bundle %s 17:20:58.760 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:58.762 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:20:58.762 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:20:58.762 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - %s %s is valid? %s 17:20:58.867 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesStart(org.xml.sax.Attributes) 17:20:58.868 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.policiesEnd() 17:20:58.871 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.identifierEnd() 17:20:58.875 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.AttributeDefinition.valueEnd() 17:20:58.875 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.ResourceInfoDefinition.attributeEnd() 17:20:58.875 [main] DEBUG org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler - org.eclipse.sensinact.gateway.generic.parser.XmlResourceConfigHandler.resourceInfoEnd() 17:20:58.879 [main] INFO org.eclipse.sensinact.gateway.generic.ExtModelConfiguration - ExtModelConfiguration initialized... 17:20:58.887 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:20:58.894 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:58.915 [main] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:58.924 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:58.925 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:58.926 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:58.926 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:58.928 [main] INFO org.eclipse.sensinact.gateway.core.ServiceProviderImpl - New service discovered for '%s' service provider : %s 17:20:58.930 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - '%s' resource registered 17:20:58.930 [main] DEBUG org.eclipse.sensinact.gateway.core.ResourceImpl - %s already started 17:20:58.931 [main] DEBUG org.eclipse.sensinact.gateway.core.ServiceProviderImpl - ServiceProvider '%s' started 17:20:58.931 [main] DEBUG org.eclipse.sensinact.gateway.generic.Connector - Service provider discovered : slider 17:20:58.931 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:20:59.334 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.agent.broker~ag1)] DEBUG org.eclipse.sensinact.gateway.agent.mqtt.inst.internal.NorthboundBroker - Starting MQTT Agent point to server %s with prefix %s and qos %s 17:20:59.335 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.agent.broker~ag1)] DEBUG org.eclipse.sensinact.gateway.agent.mqtt.generic.internal.GenericMqttAgent - Connecting to broker tcp://127.0.0.1:1884 with QoS 1 and prefix / 17:20:59.335 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.agent.broker~ag1)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - check bundle: %s 17:20:59.336 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.agent.broker~ag1)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignedBundle - Better performance, data found (signatureFile) 17:20:59.336 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.agent.broker~ag1)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.SignatureFile - Looking for Manifest hash header [%s] 17:20:59.336 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.agent.broker~ag1)] DEBUG org.eclipse.sensinact.gateway.security.signature.internal.BundleValidationImpl - %s %s is valid? %s 17:20:59.360 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] INFO org.sensinact.mqtt.server.internal.SensiNactServer - Persistent store file: null 17:20:59.406 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] DEBUG io.moquette.spi.impl.subscriptions.SubscriptionsStore - init invoked 17:20:59.407 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - retrieveAllSubscriptions returning subs [] 17:20:59.407 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] DEBUG io.moquette.spi.impl.subscriptions.SubscriptionsStore - Reloading all stored subscriptions...subscription tree before 17:20:59.408 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] INFO io.moquette.spi.impl.SensiNactProtocolProcessorBootstrapper - Starting without ACL definition Nov 11, 2021 5:20:59 PM io.netty.bootstrap.AbstractBootstrap setChannelOption WARNING: Unknown channel option 'TCP_NODELAY' for channel '[id: 0xed80e164]' 17:20:59.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] INFO io.moquette.server.netty.NettyAcceptor - Server binded host: , port: 1884 17:20:59.477 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] INFO io.moquette.server.netty.NettyAcceptor - WebSocket is disabled 17:21:04.695 [Thread-14] INFO messageLogger - C->B CONNECT client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:04.695 [Thread-14] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type CONNECT 17:21:04.695 [Thread-14] INFO io.moquette.spi.impl.ProtocolProcessor - CONNECT for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:04.696 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Connect with keepAlive 60 s 17:21:04.696 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Connect create session <[id: 0x15b6c5f9, L:/127.0.0.1:1884 - R:/127.0.0.1:43344]> 17:21:04.697 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Create persistent session for clientID <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:04.698 [Thread-14] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - createNewSession for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> with clean flag 17:21:04.698 [Thread-14] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - clientID 6c0fdd75-8542-4f33-90c8-9b3e527a74ed is a newcome, creating it's empty subscriptions set 17:21:04.702 [Thread-14] INFO io.moquette.spi.ClientSession - cleaning old saved subscriptions for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:04.702 [Thread-14] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - wipeSubscriptions 17:21:04.702 [Thread-14] DEBUG io.moquette.spi.ClientSession - Wiped subscriptions for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:04.704 [Thread-14] DEBUG io.moquette.spi.ClientSession - Removed messages in session for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:04.704 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Created session for client ID <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> with clean session true 17:21:04.705 [Thread-14] INFO io.moquette.spi.impl.ProtocolProcessor - Connection established 17:21:04.705 [Thread-14] INFO io.moquette.spi.impl.ProtocolProcessor - CONNECT processed 17:21:04.706 [Thread-14] INFO messageLogger - C->B SUBSCRIBE <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> to topics [[qos=1, topicFilter='/slider/cursor/position']] 17:21:04.706 [Thread-14] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type SUBSCRIBE 17:21:04.706 [Thread-14] INFO io.moquette.spi.impl.ProtocolProcessor - SUBSCRIBE client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:04.706 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - SUBSCRIBE client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> on server 1884 packetID 1 17:21:04.707 [Thread-14] INFO io.moquette.spi.ClientSession - <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> subscribed to the topic filter with QoS 1 - LEAST_ONE 17:21:04.708 [Thread-14] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - subscriptions_6c0fdd75-8542-4f33-90c8-9b3e527a74ed: {} 17:21:04.708 [Thread-14] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - addNewSubscription invoked with subscription [filter:/slider/cursor/position, cliID: 6c0fdd75-8542-4f33-90c8-9b3e527a74ed, qos: LEAST_ONE, active: true] 17:21:04.709 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - SUBACK for packetID 1 17:21:04.709 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Persisting subscription [filter:/slider/cursor/position, cliID: 6c0fdd75-8542-4f33-90c8-9b3e527a74ed, qos: LEAST_ONE, active: true] 17:21:04.710 [Thread-14] DEBUG io.moquette.spi.impl.subscriptions.SubscriptionsStore - root ref io.moquette.spi.impl.subscriptions.TreeNode@18cccb18, original root was io.moquette.spi.impl.subscriptions.TreeNode@34cd5848 17:21:04.710 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Publish persisted messages in session [filter:/slider/cursor/position, cliID: 6c0fdd75-8542-4f33-90c8-9b3e527a74ed, qos: LEAST_ONE, active: true] 17:21:04.711 [Thread-14] DEBUG io.moquette.spi.persistence.MapDBMessagesStore - searchMatching scanning all retained messages, presents are 0 17:21:04.711 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Found 0 messages to republish 17:21:04.725 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:21:04.726 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:21:04.929 [Stack Engine Worker Thread] DEBUG org.eclipse.sensinact.gateway.agent.mqtt.inst.internal.SnaEventEventHandler - Event received update:{"notification":{"name":"position","type":"int","value":5,"timestamp":1636651264725},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"} 17:21:05.233 [Thread-21] INFO messageLogger - C->B CONNECT client 17:21:05.234 [Thread-21] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type CONNECT 17:21:05.234 [Thread-21] INFO io.moquette.spi.impl.ProtocolProcessor - CONNECT for client 17:21:05.234 [Thread-21] DEBUG io.moquette.spi.impl.ProtocolProcessor - Connect with keepAlive 60 s 17:21:05.234 [Thread-21] DEBUG io.moquette.spi.impl.ProtocolProcessor - Connect create session <[id: 0xe21f9318, L:/127.0.0.1:1884 - R:/127.0.0.1:43346]> 17:21:05.234 [Thread-21] DEBUG io.moquette.spi.impl.ProtocolProcessor - Create persistent session for clientID 17:21:05.234 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - createNewSession for client with clean flag 17:21:05.234 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - clientID paho9860232689513115 is a newcome, creating it's empty subscriptions set 17:21:05.235 [Thread-21] INFO io.moquette.spi.ClientSession - cleaning old saved subscriptions for client 17:21:05.235 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - wipeSubscriptions 17:21:05.235 [Thread-21] DEBUG io.moquette.spi.ClientSession - Wiped subscriptions for client 17:21:05.237 [Thread-21] DEBUG io.moquette.spi.ClientSession - Removed messages in session for client 17:21:05.237 [Thread-21] DEBUG io.moquette.spi.impl.ProtocolProcessor - Created session for client ID with clean session true 17:21:05.237 [Thread-21] INFO io.moquette.spi.impl.ProtocolProcessor - Connection established 17:21:05.237 [Thread-21] INFO io.moquette.spi.impl.ProtocolProcessor - CONNECT processed 17:21:05.237 [Thread-21] DEBUG io.moquette.parser.netty.PublishDecoder - decode invoked with buffer PooledUnsafeDirectByteBuf(ridx: 1, widx: 30, cap: 1024) 17:21:05.237 [Thread-21] INFO messageLogger - C->B PUBLISH to topics 17:21:05.237 [Thread-21] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type PUBLISH 17:21:05.237 [Thread-21] INFO io.moquette.spi.impl.ProtocolProcessor - PUB --PUBLISH--> SRV executePublish invoked with io.moquette.parser.proto.messages.PublishMessage@6a3727a9 17:21:05.238 [Thread-21] DEBUG io.moquette.spi.impl.Qos1PublishHandler - publish2Subscribers_qos1 republishing to existing subscribers that matches the topic /slider/cursor/position 17:21:05.238 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - subscriptions_6c0fdd75-8542-4f33-90c8-9b3e527a74ed: {/slider/cursor/position=[filter:/slider/cursor/position, cliID: 6c0fdd75-8542-4f33-90c8-9b3e527a74ed, qos: LEAST_ONE, active: true]} 17:21:05.238 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBMessagesStore - storePublishForFuture store evt PublishEvent{m_msgID=1, clientID='paho9860232689513115', m_retain=false, m_qos=LEAST_ONE, m_topic='/slider/cursor/position'} 17:21:05.238 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBMessagesStore - storePublishForFuture guid 17:21:05.240 [Thread-21] DEBUG io.moquette.spi.impl.MessagesPublisher - Broker republishing to client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> topicFilter qos , active true 17:21:05.246 [Thread-21] INFO io.moquette.spi.persistence.MapDBSessionsStore - storing inflight clientID <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> messageID 1 guid 17:21:05.247 [Thread-21] INFO io.moquette.spi.impl.PersistentQueueMessageSender - send publish message to <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> on topic 17:21:05.248 [Thread-21] DEBUG io.moquette.spi.impl.PersistentQueueMessageSender - directSend invoked clientId <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> on topic QoS LEAST_ONE retained false messageID 1 17:21:05.248 [Thread-21] DEBUG io.moquette.spi.impl.PersistentQueueMessageSender - content <5> 17:21:05.248 [Thread-21] DEBUG io.moquette.spi.impl.PersistentQueueMessageSender - channel is writable 17:21:05.249 [Thread-14] INFO messageLogger - C<-B PUBLISH <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> to topics 17:21:05.249 [Thread-21] DEBUG io.moquette.spi.impl.Qos1PublishHandler - clientIDs are {paho9860232689513115=ConnectionDescriptor{clientID=paho9860232689513115, cleanSession=true, state=ESTABLISHED}, 6c0fdd75-8542-4f33-90c8-9b3e527a74ed=ConnectionDescriptor{clientID=6c0fdd75-8542-4f33-90c8-9b3e527a74ed, cleanSession=true, state=ESTABLISHED}} 17:21:05.249 [Thread-21] INFO messageLogger - C<-B PUBACK packetID <1> 17:21:05.249 [Thread-21] INFO io.moquette.spi.impl.Qos1PublishHandler - server 1884 replying with PubAck to MSG ID 1 [/slider/cursor/position]5 17:21:05.250 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - pre-processing done 17:21:05.251 [Thread-14] INFO messageLogger - C->B PUBACK <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> packetID <1> 17:21:05.251 [Thread-14] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type PUBACK 17:21:05.251 [main] DEBUG org.eclipse.sensinact.gateway.generic.DefaultConnectorCustomizer - post-processing done 17:21:05.251 [Thread-14] INFO io.moquette.spi.persistence.MapDBSessionsStore - inflight messageID 1 guid 17:21:05.251 [Thread-14] INFO io.moquette.spi.persistence.MapDBSessionsStore - acknowledging inflight clientID <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> messageID 1 17:21:05.452 [Stack Engine Worker Thread] DEBUG org.eclipse.sensinact.gateway.agent.mqtt.inst.internal.SnaEventEventHandler - Event received update:{"notification":{"name":"position","type":"int","value":45,"timestamp":1636651265250},"type":"ATTRIBUTE_VALUE_UPDATED","uri":"/slider/cursor/position/value"} 17:21:05.453 [Thread-21] DEBUG io.moquette.parser.netty.PublishDecoder - decode invoked with buffer PooledUnsafeDirectByteBuf(ridx: 1, widx: 31, cap: 512) 17:21:05.453 [Thread-21] INFO messageLogger - C->B PUBLISH to topics 17:21:05.453 [Thread-21] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type PUBLISH 17:21:05.453 [Thread-21] INFO io.moquette.spi.impl.ProtocolProcessor - PUB --PUBLISH--> SRV executePublish invoked with io.moquette.parser.proto.messages.PublishMessage@7dc8b23c 17:21:05.453 [Thread-21] DEBUG io.moquette.spi.impl.Qos1PublishHandler - publish2Subscribers_qos1 republishing to existing subscribers that matches the topic /slider/cursor/position 17:21:05.453 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - subscriptions_6c0fdd75-8542-4f33-90c8-9b3e527a74ed: {/slider/cursor/position=[filter:/slider/cursor/position, cliID: 6c0fdd75-8542-4f33-90c8-9b3e527a74ed, qos: LEAST_ONE, active: true]} 17:21:05.454 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBMessagesStore - storePublishForFuture store evt PublishEvent{m_msgID=2, clientID='paho9860232689513115', m_retain=false, m_qos=LEAST_ONE, m_topic='/slider/cursor/position'} 17:21:05.454 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBMessagesStore - storePublishForFuture guid 17:21:05.454 [Thread-21] DEBUG io.moquette.spi.impl.MessagesPublisher - Broker republishing to client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> topicFilter qos , active true 17:21:05.454 [Thread-21] INFO io.moquette.spi.persistence.MapDBSessionsStore - storing inflight clientID <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> messageID 1 guid 17:21:05.455 [Thread-21] INFO io.moquette.spi.impl.PersistentQueueMessageSender - send publish message to <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> on topic 17:21:05.455 [Thread-21] DEBUG io.moquette.spi.impl.PersistentQueueMessageSender - directSend invoked clientId <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> on topic QoS LEAST_ONE retained false messageID 1 17:21:05.455 [Thread-21] DEBUG io.moquette.spi.impl.PersistentQueueMessageSender - content <45> 17:21:05.455 [Thread-21] DEBUG io.moquette.spi.impl.PersistentQueueMessageSender - channel is writable 17:21:05.455 [Thread-21] DEBUG io.moquette.spi.impl.Qos1PublishHandler - clientIDs are {paho9860232689513115=ConnectionDescriptor{clientID=paho9860232689513115, cleanSession=true, state=ESTABLISHED}, 6c0fdd75-8542-4f33-90c8-9b3e527a74ed=ConnectionDescriptor{clientID=6c0fdd75-8542-4f33-90c8-9b3e527a74ed, cleanSession=true, state=ESTABLISHED}} 17:21:05.455 [Thread-21] INFO messageLogger - C<-B PUBACK packetID <2> 17:21:05.455 [Thread-14] INFO messageLogger - C<-B PUBLISH <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> to topics 17:21:05.455 [Thread-21] INFO io.moquette.spi.impl.Qos1PublishHandler - server 1884 replying with PubAck to MSG ID 2 [/slider/cursor/position]45 17:21:05.456 [Thread-14] INFO messageLogger - C->B PUBACK <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> packetID <1> 17:21:05.456 [Thread-14] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type PUBACK 17:21:05.456 [Thread-14] INFO io.moquette.spi.persistence.MapDBSessionsStore - inflight messageID 1 guid 17:21:05.456 [Thread-14] INFO io.moquette.spi.persistence.MapDBSessionsStore - acknowledging inflight clientID <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> messageID 1 17:21:05.457 [Thread-14] DEBUG io.moquette.parser.netty.DisconnectDecoder - Decoding disconnect 17:21:05.457 [Thread-14] INFO messageLogger - C->B DISCONNECT <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:05.457 [Thread-14] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type DISCONNECT 17:21:05.457 [Thread-14] INFO io.moquette.spi.impl.ProtocolProcessor - cleaning old saved subscriptions for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:05.457 [Thread-14] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - wipeSubscriptions 17:21:05.458 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Wiped subscriptions for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:05.459 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Removing messages in session's queue for client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:05.459 [Thread-14] DEBUG io.moquette.spi.impl.ProtocolProcessor - Removed messages in session for client's queue <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:05.459 [Thread-14] INFO io.moquette.spi.impl.ProtocolProcessor - DISCONNECT client <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> finished 17:21:05.459 [Thread-14] INFO messageLogger - Channel closed <6c0fdd75-8542-4f33-90c8-9b3e527a74ed> 17:21:05.461 [Thread-21] DEBUG io.moquette.parser.netty.DisconnectDecoder - Decoding disconnect 17:21:05.461 [Thread-21] INFO messageLogger - C->B DISCONNECT 17:21:05.461 [Thread-21] INFO io.moquette.server.netty.NettyMQTTHandler - Received a message of type DISCONNECT 17:21:05.461 [Thread-21] INFO io.moquette.spi.impl.ProtocolProcessor - cleaning old saved subscriptions for client 17:21:05.461 [Thread-21] DEBUG io.moquette.spi.persistence.MapDBSessionsStore - wipeSubscriptions 17:21:05.461 [Thread-21] DEBUG io.moquette.spi.impl.ProtocolProcessor - Wiped subscriptions for client 17:21:05.461 [Thread-21] DEBUG io.moquette.spi.impl.ProtocolProcessor - Removing messages in session's queue for client 17:21:05.461 [Thread-21] DEBUG io.moquette.spi.impl.ProtocolProcessor - Removed messages in session for client's queue 17:21:05.461 [Thread-21] INFO io.moquette.spi.impl.ProtocolProcessor - DISCONNECT client finished 17:21:05.462 [Thread-21] INFO messageLogger - Channel closed 17:21:05.462 [CM Event Dispatcher (Fire ConfigurationEvent: pid=mqtt.server~ag1)] INFO org.sensinact.mqtt.server.internal.SensiNactServer - Server stopping... [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/mqtt-agent-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-agent/2.0-SNAPSHOT/mqtt-agent-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-agent/2.0-SNAPSHOT/mqtt-agent-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/mqtt-agent-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/mqtt-agent/2.0-SNAPSHOT/mqtt-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -----< org.eclipse.sensinact.gateway.nthbnd:generic-storage-agent >----- [INFO] Building sensiNact IoT Gateway - Generic Historical Storage Agent 2.0-SNAPSHOT [73/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ generic-storage-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ generic-storage-agent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ generic-storage-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ generic-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ generic-storage-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ generic-storage-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ generic-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ generic-storage-agent --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ generic-storage-agent --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ generic-storage-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ generic-storage-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/target/generic-storage-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ generic-storage-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/target/generic-storage-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ generic-storage-agent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ generic-storage-agent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ generic-storage-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/target/generic-storage-agent-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/generic-storage-agent/2.0-SNAPSHOT/generic-storage-agent-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/generic-storage-agent/2.0-SNAPSHOT/generic-storage-agent-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/target/generic-storage-agent-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/generic-storage-agent/2.0-SNAPSHOT/generic-storage-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------< org.eclipse.sensinact.gateway.nthbnd:http-storage-agent >------- [INFO] Building sensiNact IoT Gateway - HTTP Historical Storage Agent 2.0-SNAPSHOT [74/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http-storage-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http-storage-agent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http-storage-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ http-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http-storage-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ http-storage-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ http-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http-storage-agent --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ http-storage-agent --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ http-storage-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http-storage-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/target/http-storage-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ http-storage-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/target/http-storage-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ http-storage-agent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ http-storage-agent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http-storage-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/target/http-storage-agent-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-storage-agent/2.0-SNAPSHOT/http-storage-agent-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-storage-agent/2.0-SNAPSHOT/http-storage-agent-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/target/http-storage-agent-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-storage-agent/2.0-SNAPSHOT/http-storage-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway.tools:influxdb-connector >------- [INFO] Building sensiNact IoT Gateway - Influxdb Connector 2.0-SNAPSHOT [75/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ influxdb-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ influxdb-connector --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ influxdb-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ influxdb-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ influxdb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ influxdb-connector --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/bnd.bnd [0:0]: Split package, multiple jars provide the same package:org/json Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:json-20190722, Jar:sensinact-utils-2.0-SNAPSHOT] Class path [Jar:classes, Jar:influxdb-java-2.15, Jar:retrofit-2.5.0, Jar:converter-moshi-2.5.0, Jar:moshi-1.5.0, Jar:msgpack-core-0.8.16, Jar:okhttp-3.13.1, Jar:okio-1.17.2, Jar:logging-interceptor-3.13.1, Jar:json-20190722, Jar:sensinact-utils-2.0-SNAPSHOT, Jar:slf4j-api-1.7.30, Jar:osgi.cmpn-7.0.0, Jar:org.osgi.core-6.0.0, Jar:osgi.annotation-7.0.0, Jar:biz.aQute.bnd.annotation-6.1.0-SNAPSHOT, Jar:org.osgi.namespace.extender-1.0.1, Jar:org.osgi.namespace.service-1.0.0, Jar:org.osgi.resource-1.0.0, Jar:org.osgi.service.serviceloader-1.0.0] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ influxdb-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ influxdb-connector --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ influxdb-connector --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ influxdb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ influxdb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/target/influxdb-connector-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ influxdb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/target/influxdb-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ influxdb-connector --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ influxdb-connector --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ influxdb-connector --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/target/influxdb-connector-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/influxdb-connector/2.0-SNAPSHOT/influxdb-connector-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/influxdb-connector/2.0-SNAPSHOT/influxdb-connector-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/target/influxdb-connector-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/influxdb-connector/2.0-SNAPSHOT/influxdb-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ----< org.eclipse.sensinact.gateway.nthbnd:influxdb-storage-agent >----- [INFO] Building sensiNact IoT Gateway - Influxdb Historical Storage Agent 2.0-SNAPSHOT [76/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ influxdb-storage-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ influxdb-storage-agent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ influxdb-storage-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ influxdb-storage-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ influxdb-storage-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ influxdb-storage-agent --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ influxdb-storage-agent --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ influxdb-storage-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ influxdb-storage-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/target/influxdb-storage-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ influxdb-storage-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/target/influxdb-storage-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ influxdb-storage-agent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ influxdb-storage-agent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ influxdb-storage-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/target/influxdb-storage-agent-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/target/influxdb-storage-agent-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway.nthbnd:http-onem2m-agent >------- [INFO] Building sensiNact IoT Gateway - HTTP oneM2M Northbound Agent 2.0-SNAPSHOT [77/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http-onem2m-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http-onem2m-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (generate-test-resources) @ http-onem2m-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/src/test/resources [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http-onem2m-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ http-onem2m-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http-onem2m-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ http-onem2m-agent --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ http-onem2m-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http-onem2m-agent --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ http-onem2m-agent --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ http-onem2m-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http-onem2m-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/target/http-onem2m-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ http-onem2m-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/target/http-onem2m-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ http-onem2m-agent --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ http-onem2m-agent --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http-onem2m-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/target/http-onem2m-agent-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-onem2m-agent/2.0-SNAPSHOT/http-onem2m-agent-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-onem2m-agent/2.0-SNAPSHOT/http-onem2m-agent-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/target/http-onem2m-agent-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/nthbnd/http-onem2m-agent/2.0-SNAPSHOT/http-onem2m-agent-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --< org.eclipse.sensinact.gateway.tools:sensinact-test-configuration >-- [INFO] Building sensiNact IoT Gateway - Security test configuration 2.0-SNAPSHOT [78/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-test-configuration --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-test-configuration --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-test-configuration --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-test-configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-test-configuration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-test-configuration --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-test-configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-test-configuration --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-test-configuration --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-test-configuration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-test-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/target/sensinact-test-configuration-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-test-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/target/sensinact-test-configuration-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-test-configuration --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-test-configuration --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-test-configuration --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/target/sensinact-test-configuration-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/sensinact-test-configuration/2.0-SNAPSHOT/sensinact-test-configuration-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/sensinact-test-configuration/2.0-SNAPSHOT/sensinact-test-configuration-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/target/sensinact-test-configuration-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/sensinact-test-configuration/2.0-SNAPSHOT/sensinact-test-configuration-2.0-SNAPSHOT-tests.jar [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.tools:swagger >------------- [INFO] Building sensiNact IoT Gateway - Swagger API 2.0-SNAPSHOT [79/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ swagger --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ swagger --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ swagger --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ swagger --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ swagger --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ swagger --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/test-classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ swagger --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ swagger --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ swagger --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/swagger-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ swagger --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/swagger-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ swagger --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/tests.bndrun: [INFO] -runbundles: assertj-core;version='[3.20.2,3.20.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.osgi.service.http.whiteboard;version='[1.1.0,1.1.1)',org.eclipse.sensinact.gateway.tools.swagger;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.tools.swagger-tests;version='[2.0.0,2.0.1)' [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ swagger --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/tests.bndrun: [INFO] -runbundles: assertj-core;version='[3.20.2,3.20.3)',junit-jupiter-api;version='[5.7.2,5.7.3)',junit-jupiter-engine;version='[5.7.2,5.7.3)',junit-platform-commons;version='[1.7.2,1.7.3)',junit-platform-engine;version='[1.7.2,1.7.3)',junit-platform-launcher;version='[1.7.2,1.7.3)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.opentest4j;version='[1.2.0,1.2.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',junit-jupiter-params;version='[5.7.2,5.7.3)',org.osgi.service.http.whiteboard;version='[1.1.0,1.1.1)',org.eclipse.sensinact.gateway.tools.swagger;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.tools.swagger-tests;version='[2.0.0,2.0.1)' 2021-11-11 17:21:20.170:INFO::main: Logging initialized @320ms to org.eclipse.jetty.util.log.StdErrLog 2021-11-11 17:21:20.200:INFO:oejs.Server:main: jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08 2021-11-11 17:21:20.223:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0 2021-11-11 17:21:20.223:INFO:oejs.session:main: No SessionScavenger set, using defaults 2021-11-11 17:21:20.229:INFO:oejs.session:main: node0 Scavenging every 660000ms 2021-11-11 17:21:20.235:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@4445629{/,null,AVAILABLE} 2021-11-11 17:21:20.236:INFO:oejs.Server:main: Started @386ms 2021-11-11 17:21:20.236:INFO:oejs.session:main: node0 Scavenging every 660000ms 2021-11-11 17:21:20.252:INFO:oejs.AbstractConnector:main: Started ServerConnector@747ddf94{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} [INFO] Started Jetty 9.4.42.v20210604 at port(s) HTTP:8080 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] [DEBUG] [ServiceReference 17 from bundle 15 : org.eclipse.sensinact.gateway.tools.swagger:2.0.0.202111111721 ref=[javax.servlet.Filter] properties={component.id=0, component.name=org.eclipse.sensinact.web.swagger.SwaggerIndexFilter, objectClass=[javax.servlet.Filter], osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.eclipse.sensinact.swagger-api), osgi.http.whiteboard.filter.regex=[/?, /], service.bundleid=15, service.id=17, service.ranking=3, service.scope=prototype}] Ignoring unmatching Filter service [DEBUG] [ServiceReference 18 from bundle 15 : org.eclipse.sensinact.gateway.tools.swagger:2.0.0.202111111721 ref=[org.eclipse.sensinact.web.swagger.SwaggerResources] properties={component.id=1, component.name=org.eclipse.sensinact.web.swagger.SwaggerResources, objectClass=[org.eclipse.sensinact.web.swagger.SwaggerResources], osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.eclipse.sensinact.swagger-api), osgi.http.whiteboard.resource.pattern=[/*], osgi.http.whiteboard.resource.prefix=/swagger-api, service.bundleid=15, service.id=18, service.ranking=3, service.scope=bundle}] Ignoring unmatching Resource service [INFO] No Errors [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ swagger --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/swagger-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/swagger-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -------< org.eclipse.sensinact.gateway.tools:mongodb-connector >-------- [INFO] Building sensiNact IoT Gateway - MongoDB Connector 2.0-SNAPSHOT [80/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mongodb-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mongodb-connector --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mongodb-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mongodb-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mongodb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ mongodb-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mongodb-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mongodb-connector --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ mongodb-connector --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mongodb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mongodb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/target/mongodb-connector-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ mongodb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/target/mongodb-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ mongodb-connector --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ mongodb-connector --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mongodb-connector --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/target/mongodb-connector-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/mongodb-connector/2.0-SNAPSHOT/mongodb-connector-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/mongodb-connector/2.0-SNAPSHOT/mongodb-connector-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/target/mongodb-connector-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/tools/mongodb-connector/2.0-SNAPSHOT/mongodb-connector-2.0-SNAPSHOT-tests.jar [INFO] [INFO] -----< org.eclipse.sensinact.gateway.simulated.devices:billboard >------ [INFO] Building sensiNact IoT Gateway - Simulated Billboard 2.0-SNAPSHOT [81/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ billboard --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ billboard --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ billboard --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ billboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ billboard --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/target/classes [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ billboard --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.simulated.billboard.swing, has 1, private references [org.eclipse.sensinact.gateway.simulated.billboard.internal] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ billboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ billboard --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ billboard --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ billboard --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ billboard --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/target/billboard-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ billboard --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/target/billboard-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ billboard --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/target/billboard-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/billboard/2.0-SNAPSHOT/billboard-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/billboard/2.0-SNAPSHOT/billboard-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/target/billboard-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/billboard/2.0-SNAPSHOT/billboard-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ billboard --- [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] --< org.eclipse.sensinact.gateway.simulated.devices:temperatures-generator >-- [INFO] Building sensiNact IoT Gateway - Simulated Temperatures Generator 2.0-SNAPSHOT [82/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ temperatures-generator --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ temperatures-generator --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ temperatures-generator --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ temperatures-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ temperatures-generator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/target/classes [INFO] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorPacketReaderFactory.java: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorPacketReaderFactory.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorPacketReaderFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ temperatures-generator --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.simulated.temperature.generator.discovery, has 1, private references [org.eclipse.sensinact.gateway.simulated.temperature.generator.internal] [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/bnd.bnd [0:0]: Export org.eclipse.sensinact.gateway.simulated.temperature.generator.reader, has 1, private references [org.eclipse.sensinact.gateway.simulated.temperature.generator.internal] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ temperatures-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ temperatures-generator --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ temperatures-generator --- [WARNING] /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/tests.bnd [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ temperatures-generator --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ temperatures-generator --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/target/temperatures-generator-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ temperatures-generator --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/target/temperatures-generator-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ temperatures-generator --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/target/temperatures-generator-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/temperatures-generator/2.0-SNAPSHOT/temperatures-generator-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/temperatures-generator/2.0-SNAPSHOT/temperatures-generator-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/target/temperatures-generator-2.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/simulated/devices/temperatures-generator/2.0-SNAPSHOT/temperatures-generator-2.0-SNAPSHOT-tests.jar [INFO] [INFO] --- sql-maven-plugin:1.5:execute (insert-bundle-signature) @ temperatures-generator --- [INFO] Executing commands 1 rows affected [INFO] 1 of 1 SQL statements executed successfully [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:parent >---------- [INFO] Building sensiNact IoT Gateway - Distribution 2.0-SNAPSHOT [83/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution:sensinact-distribution-template >-- [INFO] Building sensiNact IoT Gateway - OSGi Distribution Template 2.0-SNAPSHOT [84/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.2.0/maven-assembly-plugin-3.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.2.0/maven-assembly-plugin-3.2.0.pom (15 kB at 665 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.2.0/maven-assembly-plugin-3.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.2.0/maven-assembly-plugin-3.2.0.jar (238 kB at 14 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-distribution-template --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-distribution-template --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-distribution-template --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ sensinact-distribution-template --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 954 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 507 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 6.1 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 8.0 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 11 MB/s) [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/gerrit validation/distribution/template/distribution.xml [WARNING] The assembly descriptor contains a *nix-specific root-relative reference (starting with slash). This is not portable and might fail on Windows: / [INFO] Building zip: /home/jenkins/agent/workspace/gerrit validation/distribution/template/target/sensinact-distribution-template-2.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-distribution-template --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/template/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-distribution-template/2.0-SNAPSHOT/sensinact-distribution-template-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/template/target/sensinact-distribution-template-2.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-distribution-template/2.0-SNAPSHOT/sensinact-distribution-template-2.0-SNAPSHOT.zip [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution:sensinact-distribution-template-with-security >-- [INFO] Building sensiNact IoT Gateway - OSGi Distribution Template With Security 2.0-SNAPSHOT [85/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-distribution-template-with-security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-distribution-template-with-security --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-distribution-template-with-security --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ sensinact-distribution-template-with-security --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-security/distribution.xml [INFO] Building zip: /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-security/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-distribution-template-with-security --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-security/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-distribution-template-with-security/2.0-SNAPSHOT/sensinact-distribution-template-with-security-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-security/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-distribution-template-with-security/2.0-SNAPSHOT/sensinact-distribution-template-with-security-2.0-SNAPSHOT.zip [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution:sensinact-distribution-template-with-openid-security >-- [INFO] Building sensiNact IoT Gateway - OSGi Distribution Template With OpenId Security 2.0-SNAPSHOT [86/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-distribution-template-with-openid-security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-distribution-template-with-openid-security --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-distribution-template-with-openid-security --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ sensinact-distribution-template-with-openid-security --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-openid-security/distribution.xml [INFO] Building zip: /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-openid-security/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-distribution-template-with-openid-security --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-openid-security/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-distribution-template-with-openid-security/2.0-SNAPSHOT/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-openid-security/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-distribution-template-with-openid-security/2.0-SNAPSHOT/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.zip [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution:sensinact-distribution-generator >-- [INFO] Building sensiNact IoT Gateway - Distribution Generator 2.0-SNAPSHOT [87/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 10 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-distribution-generator --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-distribution-generator --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-distribution-generator --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (copy-felix-distribution) @ sensinact-distribution-generator --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 126 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 742 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 333 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 488 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 137 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 137 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 316 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 189 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 206 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 358 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 825 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 396 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 114 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 182 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 750 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 897 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 489 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 623 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 937 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 305 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 567 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 306 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 147 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 192 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 433 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 106 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 300 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 196 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 272 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 210 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 115 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 803 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 237 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 768 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 776 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 553 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 903 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 12 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 821 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 36 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 87 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 89 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 231 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 16 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 17 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 334 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 204 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 479 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 153 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 140 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 470 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 290 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 49 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 243 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 125 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 238 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 300 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 700 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 562 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 14 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 15 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 15 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 17 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 547 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.5 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 65 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 392 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 984 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 986 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/2/apache-2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 341 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 13 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 308 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 290 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 401 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 350 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 1.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 5.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 278 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 1.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 303 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 561 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 267 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 191 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 247 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 519 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 59 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 66 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 625 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 170 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 634 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 491 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 11 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 13 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 6.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 4.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 5.1 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 3.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 845 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 224 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 24 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 2.9 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 213 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 931 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 252 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 988 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 582 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 106 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 3.3 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 4.8 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 750 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 108 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 3.5 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 257 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 3.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 4.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 1.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 2.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 435 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 569 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 4.0 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 2.6 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 250 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 757 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 243 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 867 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 1.2 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 1.0 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.7 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 696 kB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.3 MB/s) [INFO] Configured Artifact: org.apache.felix:org.apache.felix.main.distribution:?:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.main.distribution/6.0.3/org.apache.felix.main.distribution-6.0.3.zip to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (copy-sensinact-distribution) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:sensinact-distribution-template:2.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/gerrit validation/distribution/template/target/sensinact-distribution-template-2.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (copy-sensinact-distribution-with-security) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:sensinact-distribution-template-with-security:2.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-security/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (copy-sensinact-distribution-with-openid-security) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:sensinact-distribution-template-with-openid-security:2.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-openid-security/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-dependencies-bundle1) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.framework.security:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.runtime:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:?:jar [INFO] Configured Artifact: org.jline:jline:?:jar [INFO] Configured Artifact: org.fusesource.jansi:jansi:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.jline:?:jar [INFO] Configured Artifact: org.slf4j:slf4j-api:?:jar [INFO] Configured Artifact: org.slf4j:slf4j-simple:?:jar [INFO] Configured Artifact: ch.qos.logback:logback-classic:?:jar [INFO] Configured Artifact: ch.qos.logback:logback-core:?:jar [INFO] Copying org.apache.felix.framework.security-2.8.1.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/org.apache.felix.framework.security-2.8.1.jar [INFO] Copying org.apache.felix.gogo.runtime-1.1.4.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Copying org.apache.felix.gogo.command-1.1.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/org.apache.felix.gogo.command-1.1.2.jar [INFO] Copying jline-3.13.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/jline-3.13.2.jar [INFO] Copying jansi-1.18.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/jansi-1.18.jar [INFO] Copying org.apache.felix.gogo.jline-1.1.8.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/org.apache.felix.gogo.jline-1.1.8.jar [INFO] Copying slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/slf4j-api-1.7.30.jar [INFO] Copying slf4j-simple-1.7.30.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/slf4j-simple-1.7.30.jar [INFO] Copying logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/logback-classic-1.2.3.jar [INFO] Copying logback-core-1.2.3.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/1/logback-core-1.2.3.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-dependencies-with-security-bundle1) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.framework.security:?:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-framework-extension:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.runtime:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:?:jar [INFO] Configured Artifact: org.jline:jline:?:jar [INFO] Configured Artifact: org.fusesource.jansi:jansi:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.jline:?:jar [INFO] Configured Artifact: org.slf4j:slf4j-api:?:jar [INFO] Configured Artifact: org.slf4j:slf4j-simple:?:jar [INFO] Configured Artifact: ch.qos.logback:logback-classic:?:jar [INFO] Configured Artifact: ch.qos.logback:logback-core:?:jar [INFO] Copying org.apache.felix.framework.security-2.8.1.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/org.apache.felix.framework.security-2.8.1.jar [INFO] Copying sensinact-framework-extension-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/sensinact-framework-extension-2.0-SNAPSHOT.jar [INFO] Copying org.apache.felix.gogo.runtime-1.1.4.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Copying org.apache.felix.gogo.command-1.1.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/org.apache.felix.gogo.command-1.1.2.jar [INFO] Copying jline-3.13.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/jline-3.13.2.jar [INFO] Copying jansi-1.18.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/jansi-1.18.jar [INFO] Copying org.apache.felix.gogo.jline-1.1.8.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/org.apache.felix.gogo.jline-1.1.8.jar [INFO] Copying slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/slf4j-api-1.7.30.jar [INFO] Copying slf4j-simple-1.7.30.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/slf4j-simple-1.7.30.jar [INFO] Copying logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/logback-classic-1.2.3.jar [INFO] Copying logback-core-1.2.3.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/1/logback-core-1.2.3.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-dependencies-bundle2) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.sthbnd.mqtt:mqtt-utils:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.fileinstall:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.configadmin:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.service.component:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.service.cm:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.service.metatype:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.namespace.extender:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.util.promise:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.util.function:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.util.pushstream:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.service.log:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.log:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.bundlerepository:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.scr:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.service.component:?:jar [INFO] Configured Artifact: org.osgi:org.osgi.service.remoteserviceadmin:?:jar [INFO] Configured Artifact: org.eclipse.paho:org.eclipse.paho.client.mqttv3:?:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.http.servlet-api:?:jar [INFO] Configured Artifact: org.apache.aries.spec:org.apache.aries.javax.jax.rs-api:?:jar [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:?:jar [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:?:jar [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:?:jar [INFO] Copying mqtt-utils-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/mqtt-utils-2.0-SNAPSHOT.jar [INFO] Copying org.apache.felix.fileinstall-3.6.4.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.apache.felix.fileinstall-3.6.4.jar [INFO] Copying org.apache.felix.configadmin-1.9.16.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.apache.felix.configadmin-1.9.16.jar [INFO] Copying org.osgi.service.component-1.4.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.service.component-1.4.0.jar [INFO] Copying org.osgi.service.cm-1.6.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.service.cm-1.6.0.jar [INFO] Copying org.osgi.service.metatype-1.4.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.service.metatype-1.4.0.jar [INFO] Copying org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.namespace.extender-1.0.1.jar [INFO] Copying org.osgi.util.promise-1.1.1.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.util.promise-1.1.1.jar [INFO] Copying org.osgi.util.function-1.1.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.util.function-1.1.0.jar [INFO] Copying org.osgi.util.pushstream-1.0.1.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.util.pushstream-1.0.1.jar [INFO] Copying org.osgi.service.log-1.4.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.service.log-1.4.0.jar [INFO] Copying org.apache.felix.log-1.2.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.apache.felix.log-1.2.2.jar [INFO] Copying org.apache.felix.bundlerepository-2.0.10.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.apache.felix.bundlerepository-2.0.10.jar [INFO] Copying org.apache.felix.scr-2.1.16.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.apache.felix.scr-2.1.16.jar [INFO] Copying org.osgi.service.component-1.4.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.service.component-1.4.0.jar [INFO] Copying org.osgi.service.remoteserviceadmin-1.1.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.osgi.service.remoteserviceadmin-1.1.0.jar [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.eclipse.paho.client.mqttv3-1.2.2.jar [INFO] Copying org.apache.felix.http.servlet-api-1.1.4.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.apache.felix.http.servlet-api-1.1.4.jar [INFO] Copying org.apache.aries.javax.jax.rs-api-1.0.3.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/org.apache.aries.javax.jax.rs-api-1.0.3.jar [INFO] Copying jackson-databind-2.10.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/jackson-databind-2.10.0.jar [INFO] Copying jackson-annotations-2.10.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/jackson-annotations-2.10.0.jar [INFO] Copying jackson-core-2.10.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/2/jackson-core-2.10.0.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (ext-copy-dependencies-bundle3) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.slf4j:osgi-over-slf4j:?:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-utils:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-common:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-datastore-api:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-signature-validator-api:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-signature-validator-secure:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-security-none:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-core:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-generic:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-shell:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-system:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway.nthbnd:sensinact-northbound-access:2.0-SNAPSHOT:jar [INFO] Copying osgi-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/osgi-over-slf4j-1.7.30.jar [INFO] Copying sensinact-utils-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-utils-2.0-SNAPSHOT.jar [INFO] Copying sensinact-common-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-common-2.0-SNAPSHOT.jar [INFO] Copying sensinact-datastore-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-datastore-api-2.0-SNAPSHOT.jar [INFO] Copying sensinact-signature-validator-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-signature-validator-api-2.0-SNAPSHOT.jar [INFO] Copying sensinact-signature-validator-secure-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar [INFO] Copying sensinact-security-none-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-security-none-2.0-SNAPSHOT.jar [INFO] Copying sensinact-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-core-2.0-SNAPSHOT.jar [INFO] Copying sensinact-generic-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-generic-2.0-SNAPSHOT.jar [INFO] Copying sensinact-shell-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-shell-2.0-SNAPSHOT.jar [INFO] Copying sensinact-system-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-system-2.0-SNAPSHOT.jar [INFO] Copying sensinact-northbound-access-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/3/sensinact-northbound-access-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (ext-copy-dependencies-with-security-bundle3) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.slf4j:osgi-over-slf4j:?:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-utils:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-common:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-datastore-api:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-sqlite-connector:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-signature-validator-api:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-signature-validator-secure:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-security-core:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-security-keybuilder:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-core:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-generic:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-shell:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-system:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway.nthbnd:sensinact-northbound-access:2.0-SNAPSHOT:jar [INFO] Copying osgi-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/osgi-over-slf4j-1.7.30.jar [INFO] Copying sensinact-utils-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-utils-2.0-SNAPSHOT.jar [INFO] Copying sensinact-common-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-common-2.0-SNAPSHOT.jar [INFO] Copying sensinact-datastore-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-datastore-api-2.0-SNAPSHOT.jar [INFO] Copying sensinact-sqlite-connector-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-sqlite-connector-2.0-SNAPSHOT.jar [INFO] Copying sensinact-signature-validator-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-signature-validator-api-2.0-SNAPSHOT.jar [INFO] Copying sensinact-signature-validator-secure-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar [INFO] Copying sensinact-security-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-security-core-2.0-SNAPSHOT.jar [INFO] Copying sensinact-security-keybuilder-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-security-keybuilder-2.0-SNAPSHOT.jar [INFO] Copying sensinact-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-core-2.0-SNAPSHOT.jar [INFO] Copying sensinact-generic-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-generic-2.0-SNAPSHOT.jar [INFO] Copying sensinact-shell-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-shell-2.0-SNAPSHOT.jar [INFO] Copying sensinact-system-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-system-2.0-SNAPSHOT.jar [INFO] Copying sensinact-northbound-access-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-security/bundle/3/sensinact-northbound-access-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (ext-copy-dependencies-with-openid-security-bundle3) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.slf4j:osgi-over-slf4j:?:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-utils:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-common:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-datastore-api:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-sqlite-connector:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-signature-validator-api:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-signature-validator-secure:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-security-core:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-security-openid-keybuilder:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-core:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-generic:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-shell:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway:sensinact-system:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway.nthbnd:sensinact-northbound-access:2.0-SNAPSHOT:jar [INFO] Copying osgi-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/osgi-over-slf4j-1.7.30.jar [INFO] Copying sensinact-utils-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-utils-2.0-SNAPSHOT.jar [INFO] Copying sensinact-common-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-common-2.0-SNAPSHOT.jar [INFO] Copying sensinact-datastore-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-datastore-api-2.0-SNAPSHOT.jar [INFO] Copying sensinact-sqlite-connector-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-sqlite-connector-2.0-SNAPSHOT.jar [INFO] Copying sensinact-signature-validator-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-signature-validator-api-2.0-SNAPSHOT.jar [INFO] Copying sensinact-signature-validator-secure-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar [INFO] Copying sensinact-security-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-security-core-2.0-SNAPSHOT.jar [INFO] Copying sensinact-security-openid-keybuilder-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.jar [INFO] Copying sensinact-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-core-2.0-SNAPSHOT.jar [INFO] Copying sensinact-generic-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-generic-2.0-SNAPSHOT.jar [INFO] Copying sensinact-shell-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-shell-2.0-SNAPSHOT.jar [INFO] Copying sensinact-system-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-system-2.0-SNAPSHOT.jar [INFO] Copying sensinact-northbound-access-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies-with-openid-security/bundle/3/sensinact-northbound-access-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-dependencies-bundle4) @ sensinact-distribution-generator --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.shell.remote:?:jar [INFO] Configured Artifact: org.eclipse.sensinact.gateway.nthbnd:attributes-filter:2.0-SNAPSHOT:jar [INFO] Copying org.apache.felix.shell.remote-1.2.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/4/org.apache.felix.shell.remote-1.2.0.jar [INFO] Copying attributes-filter-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/target/dependencies/bundle/4/attributes-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 29 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 31 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 31 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 45 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 25 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ sensinact-distribution-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-distribution-generator --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-distribution-generator/2.0-SNAPSHOT/sensinact-distribution-generator-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:profile >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (bridge profile generator) 2.0-SNAPSHOT [88/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ profile --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ profile --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ profile --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ profile --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ profile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/target/sensinact [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ profile --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/profile/2.0-SNAPSHOT/profile-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:android-imu >------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (android-imu bridge dependencies) 2.0-SNAPSHOT [89/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ android-imu --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ android-imu --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ android-imu --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ android-imu --- [INFO] Copying http-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact/load/android-imu/http-device-2.0-SNAPSHOT.jar [INFO] Copying http-android-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact/load/android-imu/http-android-2.0-SNAPSHOT.jar [INFO] Copying http-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact/load/android-imu/http-2.0-SNAPSHOT.jar [INFO] Copying http-tools-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact/load/android-imu/http-tools-2.0-SNAPSHOT.jar [INFO] Copying rest-access-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact/load/android-imu/rest-access-2.0-SNAPSHOT.jar [INFO] Copying org.apache.felix.http.servlet-api-1.1.4.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact/load/android-imu/org.apache.felix.http.servlet-api-1.1.4.jar [INFO] Copying org.apache.felix.http.jetty-4.1.10.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact/load/android-imu/org.apache.felix.http.jetty-4.1.10.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ android-imu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ android-imu --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/android-imu/2.0-SNAPSHOT/android-imu-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:application >------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (application bridge dependencies) 2.0-SNAPSHOT [90/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ application --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ application --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ application --- [INFO] Copying basic-plugin-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact/load/application/basic-plugin-2.0-SNAPSHOT.jar [INFO] Copying application-manager-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact/load/application/application-manager-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ application --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/application/2.0-SNAPSHOT/application-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:free-sms >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (free-sms bridge dependencies) 2.0-SNAPSHOT [91/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ free-sms --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ free-sms --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ free-sms --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ free-sms --- [INFO] Copying free-sms-service-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/sensinact/load/free-sms/free-sms-service-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ free-sms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ free-sms --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/free-sms/2.0-SNAPSHOT/free-sms-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.distribution:kodi >----------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (kodi bridge dependencies) 2.0-SNAPSHOT [92/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ kodi --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ kodi --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ kodi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ kodi --- [INFO] Copying ssdp-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact/load/kodi/ssdp-2.0-SNAPSHOT.jar [INFO] Copying kodi-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact/load/kodi/kodi-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ kodi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ kodi --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/kodi/2.0-SNAPSHOT/kodi-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:mqtt-sb >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (mqtt-sb bridge dependencies) 2.0-SNAPSHOT [93/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-sb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-sb --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-sb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ mqtt-sb --- [INFO] Copying smart-topic-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact/load/mqtt-sb/smart-topic-device-2.0-SNAPSHOT.jar [INFO] Copying mqtt-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact/load/mqtt-sb/mqtt-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ mqtt-sb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-sb --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/mqtt-sb/2.0-SNAPSHOT/mqtt-sb-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:mqtt-nb >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (mqtt-nb bridge dependencies) 2.0-SNAPSHOT [94/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-nb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-nb --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-nb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ mqtt-nb --- [INFO] Copying mqtt-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact/load/mqtt-nb/mqtt-agent-2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact/load/mqtt-nb/org.eclipse.paho.client.mqttv3-1.2.2.jar [INFO] Copying mqtt-generic-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact/load/mqtt-nb/mqtt-generic-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ mqtt-nb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-nb --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/mqtt-nb/2.0-SNAPSHOT/mqtt-nb-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:mqtt-server >------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (mqtt-server bridge dependencies) 2.0-SNAPSHOT [95/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-server --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ mqtt-server --- [INFO] Copying mqtt-server-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/sensinact/load/mqtt-server/mqtt-server-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ mqtt-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-server --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:openhab >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (openhab bridge dependencies) 2.0-SNAPSHOT [96/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openhab --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ openhab --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ openhab --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ openhab --- [INFO] Copying sensinact-openhab-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact/load/openhab/sensinact-openhab-2.0-SNAPSHOT.jar [INFO] Copying jmdns-3.4.1.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact/load/openhab/jmdns-3.4.1.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ openhab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ openhab --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/openhab/2.0-SNAPSHOT/openhab-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:openweather >------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (openweather bridge dependencies) 2.0-SNAPSHOT [97/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openweather --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ openweather --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ openweather --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ openweather --- [INFO] Copying openweather-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/sensinact/load/openweather/openweather-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ openweather --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ openweather --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/openweather/2.0-SNAPSHOT/openweather-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:onem2m >---------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (onem2m bridge dependencies) 2.0-SNAPSHOT [98/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ onem2m --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ onem2m --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ onem2m --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ onem2m --- [INFO] Copying http-onem2m-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact/load/onem2m/http-onem2m-agent-2.0-SNAPSHOT.jar [INFO] Copying onem2m-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact/load/onem2m/onem2m-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ onem2m --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ onem2m --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/onem2m/2.0-SNAPSHOT/onem2m-2.0-SNAPSHOT.pom [INFO] [INFO] ---< org.eclipse.sensinact.gateway.distribution:onem2m-mqttbinding >---- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (onem2m-mqttbinding bridge dependencies) 2.0-SNAPSHOT [99/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ onem2m-mqttbinding --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ onem2m-mqttbinding --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ onem2m-mqttbinding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ onem2m-mqttbinding --- [INFO] Copying mqtt-onem2m-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact/load/onem2m-mqttbinding/mqtt-onem2m-agent-2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact/load/onem2m-mqttbinding/org.eclipse.paho.client.mqttv3-1.2.2.jar [INFO] Copying mqtt-generic-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact/load/onem2m-mqttbinding/mqtt-generic-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ onem2m-mqttbinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ onem2m-mqttbinding --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/onem2m-mqttbinding/2.0-SNAPSHOT/onem2m-mqttbinding-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.distribution:rest >----------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (rest bridge dependencies) 2.0-SNAPSHOT [100/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rest --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ rest --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ rest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ rest --- [INFO] Copying http-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact/load/rest/http-device-2.0-SNAPSHOT.jar [INFO] Copying http-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact/load/rest/http-2.0-SNAPSHOT.jar [INFO] Copying http-tools-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact/load/rest/http-tools-2.0-SNAPSHOT.jar [INFO] Copying http-device-factory-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact/load/rest/http-device-factory-2.0-SNAPSHOT.jar [INFO] Copying rest-access-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact/load/rest/rest-access-2.0-SNAPSHOT.jar [INFO] Copying org.apache.felix.http.jetty-4.1.10.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact/load/rest/org.apache.felix.http.jetty-4.1.10.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/rest/2.0-SNAPSHOT/rest-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:simulation >-------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (simulation bridge dependencies) 2.0-SNAPSHOT [101/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ simulation --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ simulation --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ simulation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ simulation --- [INFO] Copying slider-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact/load/simulation/slider-2.0-SNAPSHOT.jar [INFO] Copying button-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact/load/simulation/button-2.0-SNAPSHOT.jar [INFO] Copying temperatures-generator-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact/load/simulation/temperatures-generator-2.0-SNAPSHOT.jar [INFO] Copying light-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact/load/simulation/light-2.0-SNAPSHOT.jar [INFO] Copying fan-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact/load/simulation/fan-2.0-SNAPSHOT.jar [INFO] Copying billboard-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact/load/simulation/billboard-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ simulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ simulation --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/simulation/2.0-SNAPSHOT/simulation-2.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.sensinact.gateway.distribution:storage-agent >------ [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (storage-agent bridge dependencies) 2.0-SNAPSHOT [102/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ storage-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ storage-agent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ storage-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ storage-agent --- [INFO] Copying http-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact/load/storage-agent/http-2.0-SNAPSHOT.jar [INFO] Copying http-storage-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact/load/storage-agent/http-storage-agent-2.0-SNAPSHOT.jar [INFO] Copying generic-storage-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact/load/storage-agent/generic-storage-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ storage-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/storage-agent/2.0-SNAPSHOT/storage-agent-2.0-SNAPSHOT.pom [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution:influxdb-storage-agent >-- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (influxdb-storage-agent bridge dependencies) 2.0-SNAPSHOT [103/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ influxdb-storage-agent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ influxdb-storage-agent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ influxdb-storage-agent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ influxdb-storage-agent --- [INFO] Copying influxdb-connector-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact/load/influxdb-storage-agent/influxdb-connector-2.0-SNAPSHOT.jar [INFO] Copying generic-storage-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact/load/influxdb-storage-agent/generic-storage-agent-2.0-SNAPSHOT.jar [INFO] Copying sensinact-historic-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact/load/influxdb-storage-agent/sensinact-historic-api-2.0-SNAPSHOT.jar [INFO] Copying influxdb-storage-agent-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact/load/influxdb-storage-agent/influxdb-storage-agent-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ influxdb-storage-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ influxdb-storage-agent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:historic >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (historic bridge dependencies) 2.0-SNAPSHOT [104/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ historic --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ historic --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ historic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ historic --- [INFO] Copying sensinact-historic-api-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact/load/historic/sensinact-historic-api-2.0-SNAPSHOT.jar [INFO] Copying sensinact-historic-manager-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact/load/historic/sensinact-historic-manager-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ historic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ historic --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/historic/2.0-SNAPSHOT/historic-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:swagger >--------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (swagger bridge dependencies) 2.0-SNAPSHOT [105/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ swagger --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ swagger --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ swagger --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ swagger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/target/sensinact [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ swagger --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT.pom [INFO] [INFO] ----< org.eclipse.sensinact.gateway.distribution:sensinact-remote >----- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (sensinact-remote bridge dependencies) 2.0-SNAPSHOT [106/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-remote --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-remote --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-remote --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ sensinact-remote --- [INFO] Copying org.apache.aries.rsa.core-1.14.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/org.apache.aries.rsa.core-1.14.0.jar [INFO] Copying hawtdispatch-1.22.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/hawtdispatch-1.22.jar [INFO] Copying org.apache.aries.rsa.discovery.zookeeper-1.14.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/org.apache.aries.rsa.discovery.zookeeper-1.14.0.jar [INFO] Copying hawtbuf-1.11.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/hawtbuf-1.11.jar [INFO] Copying zookeeper-3.5.6.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/zookeeper-3.5.6.jar [INFO] Copying org.apache.aries.rsa.provider.fastbin-1.14.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/org.apache.aries.rsa.provider.fastbin-1.14.0.jar [INFO] Copying org.apache.aries.rsa.spi-1.14.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/org.apache.aries.rsa.spi-1.14.0.jar [INFO] Copying org.apache.aries.rsa.discovery.local-1.14.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/org.apache.aries.rsa.discovery.local-1.14.0.jar [INFO] Copying org.apache.aries.rsa.topology-manager-1.14.0.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact/load/sensinact-remote/org.apache.aries.rsa.topology-manager-1.14.0.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ sensinact-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-remote --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-remote/2.0-SNAPSHOT/sensinact-remote-2.0-SNAPSHOT.pom [INFO] [INFO] ---< org.eclipse.sensinact.gateway.distribution:sensinact-datastore >--- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (sensinact-datastore bridge dependencies) 2.0-SNAPSHOT [107/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-datastore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-datastore --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-datastore --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ sensinact-datastore --- [INFO] Copying sensinact-sqlite-connector-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/sensinact/load/sensinact-datastore/sensinact-sqlite-connector-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ sensinact-datastore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-datastore --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/sensinact-datastore/2.0-SNAPSHOT/sensinact-datastore-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:ldapfilter >-------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (ldapfilter bridge dependencies) 2.0-SNAPSHOT [108/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ldapfilter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ ldapfilter --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ ldapfilter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ ldapfilter --- [INFO] Copying ldap-filter-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/sensinact/load/ldapfilter/ldap-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ ldapfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ldapfilter --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/ldapfilter/2.0-SNAPSHOT/ldapfilter-2.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.sensinact.gateway.distribution:geojsonfilter >------ [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (geojsonfilter bridge dependencies) 2.0-SNAPSHOT [109/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ geojsonfilter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ geojsonfilter --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ geojsonfilter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ geojsonfilter --- [INFO] Copying geojson-filter-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/sensinact/load/geojsonfilter/geojson-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ geojsonfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ geojsonfilter --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/geojsonfilter/2.0-SNAPSHOT/geojsonfilter-2.0-SNAPSHOT.pom [INFO] [INFO] ----< org.eclipse.sensinact.gateway.distribution:attributesfilter >----- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (attributesfilter bridge dependencies) 2.0-SNAPSHOT [110/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ attributesfilter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ attributesfilter --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ attributesfilter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ attributesfilter --- [INFO] Copying attributes-filter-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/sensinact/load/attributesfilter/attributes-filter-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ attributesfilter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ attributesfilter --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/attributesfilter/2.0-SNAPSHOT/attributesfilter-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:http-client >------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (http-client bridge dependencies) 2.0-SNAPSHOT [111/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ http-client --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ http-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ http-client --- [INFO] Copying fluent-hc-4.5.11.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/fluent-hc-4.5.11.jar [INFO] Copying httpclient-osgi-4.5.11.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/httpclient-osgi-4.5.11.jar [INFO] Copying httpclient-4.5.11.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/httpclient-4.5.11.jar [INFO] Copying httpmime-4.5.11.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/httpmime-4.5.11.jar [INFO] Copying commons-codec-1.14.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/commons-codec-1.14.jar [INFO] Copying httpcore-osgi-4.4.13.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/httpcore-osgi-4.4.13.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/commons-logging-1.2.jar [INFO] Copying httpclient-cache-4.5.11.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact/load/http-client/httpclient-cache-4.5.11.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http-client --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/http-client/2.0-SNAPSHOT/http-client-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:ttn-device >-------- [INFO] Building sensiNact IoT Gateway - sensiNact Runtime (ttn-device bridge dependencies) 2.0-SNAPSHOT [112/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ttn-device --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ ttn-device --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ ttn-device --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ ttn-device --- [INFO] Copying mqtt-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact/load/ttn-device/mqtt-device-2.0-SNAPSHOT.jar [INFO] Copying thethingsnetwork-device-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact/load/ttn-device/thethingsnetwork-device-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-security) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-this-build-with-openid-security) @ ttn-device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ttn-device --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/ttn-device/2.0-SNAPSHOT/ttn-device-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:packaging >-------- [INFO] Building sensiNact IoT Gateway - sensiNact Packaging 2.0-SNAPSHOT [113/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ packaging --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ packaging --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ packaging --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensinact-distribution-template-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-security) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-merge-with-openid-security) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-security) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-with-openid-security) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/felix-framework-6.0.3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies-with-security [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle2) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-security-bundle4) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies/bundle/4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle1) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies-with-security/bundle/1 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle2) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies/bundle/2 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle3) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies-with-openid-security/bundle/3 [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources-dep-with-openid-security-bundle4) @ packaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/dependencies/bundle/4 [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ packaging --- [INFO] Reading assembly descriptor: distribution.xml [WARNING] The assembly descriptor contains a *nix-specific root-relative reference (starting with slash). This is not portable and might fail on Windows: / [INFO] Building zip: /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensiNact-gateway-2.0-SNAPSHOT-20211111.zip [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly-with-security) @ packaging --- [INFO] Reading assembly descriptor: distribution-with-security.xml [WARNING] The assembly descriptor contains a *nix-specific root-relative reference (starting with slash). This is not portable and might fail on Windows: / [INFO] Building zip: /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensiNact-gateway-with-security-2.0-SNAPSHOT-20211111.zip [WARNING] artifact org.eclipse.sensinact.gateway.distribution:packaging:zip:2.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly-with-openid-security) @ packaging --- [INFO] Reading assembly descriptor: distribution-with-openid-security.xml [WARNING] The assembly descriptor contains a *nix-specific root-relative reference (starting with slash). This is not portable and might fail on Windows: / [INFO] Building zip: /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensiNact-gateway-with-openid-security-2.0-SNAPSHOT-20211111.zip [WARNING] artifact org.eclipse.sensinact.gateway.distribution:packaging:zip:2.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ packaging --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/packaging/2.0-SNAPSHOT/packaging-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensiNact-gateway-with-openid-security-2.0-SNAPSHOT-20211111.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/packaging/2.0-SNAPSHOT/packaging-2.0-SNAPSHOT.zip [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.archetypes:parent >----------- [INFO] Building sensiNact IoT Gateway - Archetypes parent project 2.0-SNAPSHOT [114/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ parent --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/archetypes/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [INFO] [INFO] --< org.eclipse.sensinact.gateway.archetypes:sensinact-basis-archetype >-- [INFO] Building sensinact-basis-archetype 1.0 [115/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 417 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 1.2 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 296 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/10/apache-10.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 705 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 1.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-basis-archetype --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-basis-archetype --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-basis-archetype --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-basis-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-basis-archetype --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-basis-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-basis-archetype/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-basis-archetype --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-basis-archetype --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sensinact-basis-archetype --- [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 454 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 235 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 281 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 18 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 209 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 173 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 270 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.7 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 102 kB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 3.4 MB/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 2.8 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 9.9 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 8.8 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 6.1 MB/s) [INFO] Downloaded from repo1.maven.org: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 94 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-basis-archetype/target/sensinact-basis-archetype-1.0.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-basis-archetype --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-basis-archetype/target/sensinact-basis-archetype-1.0.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/archetypes/sensinact-basis-archetype/1.0/sensinact-basis-archetype-1.0.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-basis-archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/archetypes/sensinact-basis-archetype/1.0/sensinact-basis-archetype-1.0.pom [INFO] [INFO] --< org.eclipse.sensinact.gateway.archetypes:sensinact-http-archetype >-- [INFO] Building sensinact-http-archetype 1.0 [116/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-http-archetype --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-http-archetype --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-http-archetype --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-http-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-http-archetype --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-http-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-http-archetype/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-http-archetype --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-http-archetype --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sensinact-http-archetype --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-http-archetype/target/sensinact-http-archetype-1.0.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-http-archetype --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-http-archetype/target/sensinact-http-archetype-1.0.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/archetypes/sensinact-http-archetype/1.0/sensinact-http-archetype-1.0.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-http-archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/archetypes/sensinact-http-archetype/1.0/sensinact-http-archetype-1.0.pom [INFO] [INFO] --< org.eclipse.sensinact.gateway.archetypes:sensinact-webapp-archetype >-- [INFO] Building sensinact-webapp-archetype 1.0 [117/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-webapp-archetype --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-webapp-archetype --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-webapp-archetype --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-webapp-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-webapp-archetype --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-webapp-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-webapp-archetype/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-webapp-archetype --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-webapp-archetype --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sensinact-webapp-archetype --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-webapp-archetype/target/sensinact-webapp-archetype-1.0.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-webapp-archetype --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-webapp-archetype/target/sensinact-webapp-archetype-1.0.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/archetypes/sensinact-webapp-archetype/1.0/sensinact-webapp-archetype-1.0.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-webapp-archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/archetypes/sensinact-webapp-archetype/1.0/sensinact-webapp-archetype-1.0.pom [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.distribution:exports >--------- [INFO] Building sensiNact IoT Gateway - sensiNact exports 2.0-SNAPSHOT [118/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 434 B/s) [INFO] Downloading from repo1.maven.org: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/bnd-export-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/bnd-export-maven-plugin-6.1.0-20211110.210532-57.pom [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/bnd-export-maven-plugin-6.1.0-20211110.210532-57.pom (4.8 kB at 40 kB/s) [INFO] Downloading from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/bnd-export-maven-plugin-6.1.0-20211110.210532-57.jar [INFO] Downloaded from bndtools.jfrog.io-snapshot: https://bndtools.jfrog.io/bndtools/libs-snapshot/biz/aQute/bnd/bnd-export-maven-plugin/6.1.0-SNAPSHOT/bnd-export-maven-plugin-6.1.0-20211110.210532-57.jar (11 kB at 88 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ exports --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ exports --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ exports --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (default) @ exports --- [INFO] Resolving /home/jenkins/agent/workspace/gerrit validation/distribution/exports/android-imu.bndrun: [INFO] -runbundles: ch.qos.logback.classic;version='[1.2.3,1.2.4)',ch.qos.logback.core;version='[1.2.3,1.2.4)',log4j;version='[1.2.17,1.2.18)',org.apache.felix.http.jetty;version='[4.1.10,4.1.11)',org.apache.felix.http.servlet-api;version='[1.1.4,1.1.5)',org.apache.felix.scr;version='[2.1.16,2.1.17)',org.eclipse.paho.client.mqttv3;version='[1.2.2,1.2.3)',org.eclipse.sensinact.gateway.nthbnd.http-tools;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.rest-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.nthbnd.sensinact-northbound-access;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.protocol.http;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-common;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-datastore-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-generic;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-signature-validator-api;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sensinact-utils;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-android;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.http.http-device;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.sthbnd.mqtt.mqtt-utils;version='[2.0.0,2.0.1)',org.osgi.service.cm;version='[1.6.0,1.6.1)',org.osgi.service.log;version='[1.4.0,1.4.1)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.1.1,1.1.2)',org.osgi.util.pushstream;version='[1.0.1,1.0.2)',slf4j.api;version='[1.7.30,1.7.31)',com.fasterxml.jackson.core.jackson-annotations;version='[2.10.0,2.10.1)',org.apache.felix.framework.security;version='[2.8.1,2.8.2)',org.eclipse.jetty.util;version='[9.4.42,9.4.43)',org.eclipse.jetty.util.ajax;version='[9.4.42,9.4.43)',org.eclipse.jetty.websocket.common;version='[9.4.42,9.4.43)' [INFO] [INFO] --- bnd-export-maven-plugin:6.1.0-SNAPSHOT:export (default) @ exports --- [INFO] Exporting /home/jenkins/agent/workspace/gerrit validation/distribution/exports/android-imu.bndrun: [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ exports --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/distribution/exports/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/exports/2.0-SNAPSHOT/exports-2.0-SNAPSHOT.pom [INFO] [INFO] -----< org.eclipse.sensinact.integration.tests:integration-tests >------ [INFO] Building sensiNact IoT Gateway - Integration Tests 2.0-SNAPSHOT [119/120] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ integration-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ integration-tests --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ integration-tests --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ integration-tests --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/integration-tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/integration/tests/integration-tests/2.0-SNAPSHOT/integration-tests-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.sensinact.integration.tests:mqtt-it >----------- [INFO] Building sensiNact IoT Gateway - MQTT Integration Tests 2.0-SNAPSHOT [120/120] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mqtt-it --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ mqtt-it --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ mqtt-it --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/gerrit validation [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mqtt-it --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mqtt-it --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mqtt-it --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mqtt-it --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ mqtt-it --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mqtt-it --- [INFO] Building jar: /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/target/mqtt-it-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mqtt-it --- [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/target/mqtt-it-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/integration/tests/mqtt-it/2.0-SNAPSHOT/mqtt-it-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/integration/tests/mqtt-it/2.0-SNAPSHOT/mqtt-it-2.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] sensiNact IoT Gateway - Gateway Project 2.0-SNAPSHOT SUCCESS [ 5.398 s] [INFO] sensiNact IoT Gateway - Platform 2.0-SNAPSHOT ...... SUCCESS [ 8.661 s] [INFO] sensiNact IoT Gateway - Utilities 2.0-SNAPSHOT ..... SUCCESS [ 4.947 s] [INFO] sensiNact IoT Gateway - Common Data Structures 2.0-SNAPSHOT SUCCESS [ 1.341 s] [INFO] sensiNact IoT Gateway - Security parent module 2.0-SNAPSHOT SUCCESS [ 0.225 s] [INFO] sensiNact IoT Gateway - OSGi Framework Security Extension 2.0-SNAPSHOT SUCCESS [ 1.038 s] [INFO] sensiNact IoT Gateway - Data store parent module 2.0-SNAPSHOT SUCCESS [ 0.255 s] [INFO] sensiNact IoT Gateway - Data Store Access API 2.0-SNAPSHOT SUCCESS [ 0.956 s] [INFO] OSGi Security Layer - Jar Validation API 2.0-SNAPSHOT SUCCESS [ 0.863 s] [INFO] OSGi Security Layer - Jar Validation Mock 2.0-SNAPSHOT SUCCESS [ 12.123 s] [INFO] sensiNact IoT Gateway - Core 2.0-SNAPSHOT .......... SUCCESS [ 3.273 s] [INFO] sensiNact IoT Gateway - Security Moke 2.0-SNAPSHOT . SUCCESS [ 1.094 s] [INFO] OSGi Security Layer - Jar Validation 2.0-SNAPSHOT .. SUCCESS [ 10.549 s] [INFO] sensiNact IoT Gateway - Northbound parent module 2.0-SNAPSHOT SUCCESS [ 0.252 s] [INFO] sensiNact IoT Gateway - Northbound Access 2.0-SNAPSHOT SUCCESS [ 1.234 s] [INFO] sensiNact IoT Gateway - Platform Tools 2.0-SNAPSHOT SUCCESS [ 0.205 s] [INFO] sensiNact IoT Gateway - sensiNact Test helper 2.0-SNAPSHOT SUCCESS [ 0.924 s] [INFO] sensiNact IoT Gateway - Communication protocol parent 2.0-SNAPSHOT SUCCESS [ 0.206 s] [INFO] sensiNact IoT Gateway - HTTP Protocol 2.0-SNAPSHOT . SUCCESS [ 15.183 s] [INFO] sensiNact IoT Gateway - SQLite DataBase Connector 2.0-SNAPSHOT SUCCESS [ 6.260 s] [INFO] sensiNact IoT Gateway - Generic implementation 2.0-SNAPSHOT SUCCESS [ 17.819 s] [INFO] sensiNact IoT Gateway - Simulated Devices 2.0-SNAPSHOT SUCCESS [ 0.195 s] [INFO] sensiNact IoT Gateway - Simulated Slider 2.0-SNAPSHOT SUCCESS [ 2.549 s] [INFO] sensiNact IoT Gateway - Simulated Light 2.0-SNAPSHOT SUCCESS [ 1.093 s] [INFO] sensiNact IoT Gateway - HTTP REST Access 2.0-SNAPSHOT SUCCESS [01:27 min] [INFO] sensiNact IoT Gateway - HTTP Forwarding and Callback Factories 2.0-SNAPSHOT SUCCESS [ 7.550 s] [INFO] sensiNact IoT Gateway - EMail Account Connector 2.0-SNAPSHOT SUCCESS [ 1.098 s] [INFO] sensiNact IoT Gateway - Simulated Fan 2.0-SNAPSHOT . SUCCESS [ 1.049 s] [INFO] sensiNact IoT Gateway - Simulated Button 2.0-SNAPSHOT SUCCESS [ 1.002 s] [INFO] sensiNact IoT Gateway - Security Core 2.0-SNAPSHOT . SUCCESS [ 6.763 s] [INFO] sensiNact IoT Gateway - oAuth2 Security 2.0-SNAPSHOT SUCCESS [ 3.879 s] [INFO] sensiNact IoT Gateway - Security Core User Key Builder 2.0-SNAPSHOT SUCCESS [ 0.885 s] [INFO] sensiNact IoT Gateway - Security Core Test 2.0-SNAPSHOT SUCCESS [ 5.187 s] [INFO] sensiNact IoT Gateway - Security Core OpenId User Key Builder 2.0-SNAPSHOT SUCCESS [ 0.940 s] [INFO] sensiNact IoT Gateway - sensiNact Historic API 2.0-SNAPSHOT SUCCESS [ 0.906 s] [INFO] sensiNact IoT Gateway - sensiNact Historic Reader Manager 2.0-SNAPSHOT SUCCESS [ 0.963 s] [INFO] sensiNact IoT Gateway - Southbound parent module 2.0-SNAPSHOT SUCCESS [ 0.219 s] [INFO] sensiNact IoT Gateway - MQTT Protocol Devices parent 2.0-SNAPSHOT SUCCESS [ 0.271 s] [INFO] sensiNact IoT Gateway - MQTT Utility bundle 2.0-SNAPSHOT SUCCESS [ 0.881 s] [INFO] sensiNact IoT Gateway - Remote OSGi 2.0-SNAPSHOT ... SUCCESS [ 0.862 s] [INFO] sensiNact IoT Gateway - SSDP 2.0-SNAPSHOT .......... SUCCESS [ 0.922 s] [INFO] sensiNact IoT Gateway - System 2.0-SNAPSHOT ........ SUCCESS [ 0.949 s] [INFO] sensiNact IoT Gateway - Shell 2.0-SNAPSHOT ......... SUCCESS [ 0.977 s] [INFO] sensiNact IoT AppManager - Parent 2.0-SNAPSHOT ..... SUCCESS [ 0.244 s] [INFO] sensiNact IoT AppManager - Core 2.0-SNAPSHOT ....... SUCCESS [ 1.258 s] [INFO] sensiNact IoT AppManager - Basic Plugin 2.0-SNAPSHOT SUCCESS [ 1.077 s] [INFO] sensiNact IoT Gateway - MQTT Protocol Device 2.0-SNAPSHOT SUCCESS [ 0.946 s] [INFO] sensiNact IoT Gateway - MQTT Smart Topic Device 2.0-SNAPSHOT SUCCESS [ 1.002 s] [INFO] sensiNact IoT Gateway - The Things Network Device 2.0-SNAPSHOT SUCCESS [ 0.979 s] [INFO] sensiNact IoT Gateway - HTTP Protocol Devices parent 2.0-SNAPSHOT SUCCESS [ 0.299 s] [INFO] sensiNact IoT Gateway - HTTP Protocol Device 2.0-SNAPSHOT SUCCESS [ 48.959 s] [INFO] sensiNact IoT Gateway - OpenHab Protocol Device 2.0-SNAPSHOT SUCCESS [ 1.234 s] [INFO] sensiNact IoT Gateway - HTTP Protocol Device Factory 2.0-SNAPSHOT SUCCESS [ 20.362 s] [INFO] sensiNact IoT Gateway - Android Web Interface 2.0-SNAPSHOT SUCCESS [ 1.082 s] [INFO] sensiNact IoT Gateway - Free Mobile SMS service 2.0-SNAPSHOT SUCCESS [ 0.935 s] [INFO] sensiNact IoT Gateway - OpenWeather Device 2.0-SNAPSHOT SUCCESS [ 0.958 s] [INFO] sensiNact IoT Gateway - Kodi Device 2.0-SNAPSHOT ... SUCCESS [ 0.970 s] [INFO] sensiNact IoT Gateway - Live Objects Orange Protocol Device 2.0-SNAPSHOT SUCCESS [ 0.993 s] [INFO] sensiNact IoT Gateway - HTTP oneM2M Device 2.0-SNAPSHOT SUCCESS [ 0.984 s] [INFO] sensiNact IoT Gateway - JSONPath filtering parent module 2.0-SNAPSHOT SUCCESS [ 0.242 s] [INFO] sensiNact IoT Gateway - JSON Path filter 2.0-SNAPSHOT SUCCESS [ 6.682 s] [INFO] sensiNact IoT Gateway - GeoJSON filtering parent module 2.0-SNAPSHOT SUCCESS [ 0.202 s] [INFO] sensiNact IoT Gateway - GeoJSON filter 2.0-SNAPSHOT SUCCESS [ 10.360 s] [INFO] sensiNact IoT Gateway - LDAP filtering parent module 2.0-SNAPSHOT SUCCESS [ 0.213 s] [INFO] sensiNact IoT Gateway - LDAP filter 2.0-SNAPSHOT ... SUCCESS [ 18.552 s] [INFO] sensiNact IoT Gateway - Attributes filtering parent module 2.0-SNAPSHOT SUCCESS [ 0.246 s] [INFO] sensiNact IoT Gateway - Attributes filter 2.0-SNAPSHOT SUCCESS [ 14.498 s] [INFO] sensiNact IoT Gateway - MQTT Northbound Agent 2.0-SNAPSHOT SUCCESS [ 0.300 s] [INFO] sensiNact IoT Gateway - MQTT Generic Northbound Agent 2.0-SNAPSHOT SUCCESS [ 0.928 s] [INFO] sensiNact IoT Gateway - MQTT oneM2M Northbound Agent 2.0-SNAPSHOT SUCCESS [ 0.971 s] [INFO] sensiNact IoT Gateway - MQTT Server 2.0-SNAPSHOT ... SUCCESS [ 14.528 s] [INFO] sensiNact IoT Gateway - MQTT Northbound Agent Instance 2.0-SNAPSHOT SUCCESS [ 12.504 s] [INFO] sensiNact IoT Gateway - Generic Historical Storage Agent 2.0-SNAPSHOT SUCCESS [ 0.895 s] [INFO] sensiNact IoT Gateway - HTTP Historical Storage Agent 2.0-SNAPSHOT SUCCESS [ 0.927 s] [INFO] sensiNact IoT Gateway - Influxdb Connector 2.0-SNAPSHOT SUCCESS [ 1.527 s] [INFO] sensiNact IoT Gateway - Influxdb Historical Storage Agent 2.0-SNAPSHOT SUCCESS [ 0.902 s] [INFO] sensiNact IoT Gateway - HTTP oneM2M Northbound Agent 2.0-SNAPSHOT SUCCESS [ 0.936 s] [INFO] sensiNact IoT Gateway - Security test configuration 2.0-SNAPSHOT SUCCESS [ 0.843 s] [INFO] sensiNact IoT Gateway - Swagger API 2.0-SNAPSHOT ... SUCCESS [ 7.857 s] [INFO] sensiNact IoT Gateway - MongoDB Connector 2.0-SNAPSHOT SUCCESS [ 0.929 s] [INFO] sensiNact IoT Gateway - Simulated Billboard 2.0-SNAPSHOT SUCCESS [ 0.963 s] [INFO] sensiNact IoT Gateway - Simulated Temperatures Generator 2.0-SNAPSHOT SUCCESS [ 1.241 s] [INFO] sensiNact IoT Gateway - Distribution 2.0-SNAPSHOT .. SUCCESS [ 0.109 s] [INFO] sensiNact IoT Gateway - OSGi Distribution Template 2.0-SNAPSHOT SUCCESS [ 0.438 s] [INFO] sensiNact IoT Gateway - OSGi Distribution Template With Security 2.0-SNAPSHOT SUCCESS [ 0.156 s] [INFO] sensiNact IoT Gateway - OSGi Distribution Template With OpenId Security 2.0-SNAPSHOT SUCCESS [ 0.157 s] [INFO] sensiNact IoT Gateway - Distribution Generator 2.0-SNAPSHOT SUCCESS [ 2.736 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (bridge profile generator) 2.0-SNAPSHOT SUCCESS [ 0.451 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (android-imu bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.532 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (application bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.429 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (free-sms bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.489 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (kodi bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.450 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (mqtt-sb bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.449 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (mqtt-nb bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.410 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (mqtt-server bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.528 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (openhab bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.449 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (openweather bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.432 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (onem2m bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.465 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (onem2m-mqttbinding bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.447 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (rest bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.487 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (simulation bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.459 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (storage-agent bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.449 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (influxdb-storage-agent bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.475 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (historic bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.517 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (swagger bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.419 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (sensinact-remote bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.524 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (sensinact-datastore bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.465 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (ldapfilter bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.429 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (geojsonfilter bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.475 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (attributesfilter bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.551 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (http-client bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.462 s] [INFO] sensiNact IoT Gateway - sensiNact Runtime (ttn-device bridge dependencies) 2.0-SNAPSHOT SUCCESS [ 0.454 s] [INFO] sensiNact IoT Gateway - sensiNact Packaging 2.0-SNAPSHOT SUCCESS [ 3.525 s] [INFO] sensiNact IoT Gateway - Archetypes parent project 2.0-SNAPSHOT SUCCESS [ 0.102 s] [INFO] sensinact-basis-archetype 1.0 ...................... SUCCESS [ 1.084 s] [INFO] sensinact-http-archetype 1.0 ....................... SUCCESS [ 0.264 s] [INFO] sensinact-webapp-archetype 1.0 ..................... SUCCESS [ 0.251 s] [INFO] sensiNact IoT Gateway - sensiNact exports 2.0-SNAPSHOT SUCCESS [ 5.920 s] [INFO] sensiNact IoT Gateway - Integration Tests 2.0-SNAPSHOT SUCCESS [ 0.065 s] [INFO] sensiNact IoT Gateway - MQTT Integration Tests 2.0-SNAPSHOT SUCCESS [ 0.630 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:32 min [INFO] Finished at: 2021-11-11T17:22:04Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/pom.xml to org.eclipse.sensinact.gateway.nthbnd/rest-access/2.0-SNAPSHOT/rest-access-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/rest-access/2.0-SNAPSHOT/rest-access-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/rest-access/target/rest-access-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/rest-access/2.0-SNAPSHOT/rest-access-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/swagger-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/free-sms-service/2.0-SNAPSHOT/free-sms-service-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/target/free-sms-service-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/free-sms-service/2.0-SNAPSHOT/free-sms-service-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/free-sms/target/free-sms-service-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/free-sms-service/2.0-SNAPSHOT/free-sms-service-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/pom.xml to org.eclipse.sensinact.gateway.distribution/sensinact-distribution-generator/2.0-SNAPSHOT/sensinact-distribution-generator-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/pom.xml to org.eclipse.sensinact.gateway.nthbnd/http-tools/2.0-SNAPSHOT/http-tools-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/http-tools/2.0-SNAPSHOT/http-tools-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-tools/target/http-tools-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/http-tools/2.0-SNAPSHOT/http-tools-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-nb-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/mqtt-nb/2.0-SNAPSHOT/mqtt-nb-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/pom.xml to org.eclipse.sensinact.gateway/sensinact-mail-connector/2.0-SNAPSHOT/sensinact-mail-connector-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/target/sensinact-mail-connector-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-mail-connector/2.0-SNAPSHOT/sensinact-mail-connector-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-mail-connector/target/sensinact-mail-connector-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-mail-connector/2.0-SNAPSHOT/sensinact-mail-connector-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/pom.xml to org.eclipse.sensinact.gateway.nthbnd/generic-storage-agent/2.0-SNAPSHOT/generic-storage-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/target/generic-storage-agent-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/generic-storage-agent/2.0-SNAPSHOT/generic-storage-agent-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/generic-storage-agent/target/generic-storage-agent-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/generic-storage-agent/2.0-SNAPSHOT/generic-storage-agent-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/pom.xml to org.eclipse.sensinact.gateway.simulated.devices/button/2.0-SNAPSHOT/button-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/target/button-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.simulated.devices/button/2.0-SNAPSHOT/button-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/button/target/button-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.simulated.devices/button/2.0-SNAPSHOT/button-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/influxdb-storage-agent-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/rest-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/rest/2.0-SNAPSHOT/rest-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/android-imu-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/android-imu/2.0-SNAPSHOT/android-imu-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/pom.xml to org.eclipse.sensinact.gateway.tools/sensinact-test-configuration/2.0-SNAPSHOT/sensinact-test-configuration-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/target/sensinact-test-configuration-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.tools/sensinact-test-configuration/2.0-SNAPSHOT/sensinact-test-configuration-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test-configuration/target/sensinact-test-configuration-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.tools/sensinact-test-configuration/2.0-SNAPSHOT/sensinact-test-configuration-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/pom.xml to org.eclipse.sensinact.gateway.simulated.devices/temperatures-generator/2.0-SNAPSHOT/temperatures-generator-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/target/temperatures-generator-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.simulated.devices/temperatures-generator/2.0-SNAPSHOT/temperatures-generator-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/temperatures-generator/target/temperatures-generator-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.simulated.devices/temperatures-generator/2.0-SNAPSHOT/temperatures-generator-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/pom.xml to org.eclipse.sensinact.gateway.sthbnd.mqtt/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-basis-archetype/pom.xml to org.eclipse.sensinact.gateway.archetypes/sensinact-basis-archetype/1.0/sensinact-basis-archetype-1.0.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-basis-archetype/target/sensinact-basis-archetype-1.0.jar to org.eclipse.sensinact.gateway.archetypes/sensinact-basis-archetype/1.0/sensinact-basis-archetype-1.0.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/pom.xml to org.eclipse.sensinact.gateway/sensinact-security-oauth2/2.0-SNAPSHOT/sensinact-security-oauth2-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/sensinact-security-oauth2-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-security-oauth2/2.0-SNAPSHOT/sensinact-security-oauth2-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-oauth2/target/sensinact-security-oauth2-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-security-oauth2/2.0-SNAPSHOT/sensinact-security-oauth2-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/pom.xml to org.eclipse.sensinact.gateway/application-manager/2.0-SNAPSHOT/application-manager-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/application-manager-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/application-manager/2.0-SNAPSHOT/application-manager-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/application-manager/target/application-manager-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/application-manager/2.0-SNAPSHOT/application-manager-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/http-device/2.0-SNAPSHOT/http-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/http-device-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/http-device/2.0-SNAPSHOT/http-device-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device/target/http-device-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/http-device/2.0-SNAPSHOT/http-device-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-security/pom.xml to org.eclipse.sensinact.gateway.distribution/sensinact-distribution-template-with-security/2.0-SNAPSHOT/sensinact-distribution-template-with-security-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-security/target/sensinact-distribution-template-with-security-2.0-SNAPSHOT.zip to org.eclipse.sensinact.gateway.distribution/sensinact-distribution-template-with-security/2.0-SNAPSHOT/sensinact-distribution-template-with-security-2.0-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/pom.xml to org.eclipse.sensinact.gateway/sensinact-security-none/2.0-SNAPSHOT/sensinact-security-none-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-security-none/2.0-SNAPSHOT/sensinact-security-none-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-none/target/sensinact-security-none-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-security-none/2.0-SNAPSHOT/sensinact-security-none-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/geojsonfilter/pom.xml to org.eclipse.sensinact.gateway.distribution/geojsonfilter/2.0-SNAPSHOT/geojsonfilter-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/pom.xml to org.eclipse.sensinact.gateway.protocol/ssdp/2.0-SNAPSHOT/ssdp-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/target/ssdp-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.protocol/ssdp/2.0-SNAPSHOT/ssdp-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/ssdp/target/ssdp-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.protocol/ssdp/2.0-SNAPSHOT/ssdp-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/pom.xml to org.eclipse.sensinact.gateway.tools/platform.tools/2.0-SNAPSHOT/platform.tools-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/kodi-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/kodi/2.0-SNAPSHOT/kodi-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/historic-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/historic/2.0-SNAPSHOT/historic-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/pom.xml to org.eclipse.sensinact.gateway.nthbnd/ldap-filtering/2.0-SNAPSHOT/ldap-filtering-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/pom.xml to org.eclipse.sensinact.gateway.simulated.devices/slider/2.0-SNAPSHOT/slider-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.simulated.devices/slider/2.0-SNAPSHOT/slider-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/slider/target/slider-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.simulated.devices/slider/2.0-SNAPSHOT/slider-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/exports/pom.xml to org.eclipse.sensinact.gateway.distribution/exports/2.0-SNAPSHOT/exports-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/pom.xml to org.eclipse.sensinact.gateway/sensinact-shell/2.0-SNAPSHOT/sensinact-shell-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/target/sensinact-shell-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-shell/2.0-SNAPSHOT/sensinact-shell-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-shell/target/sensinact-shell-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-shell/2.0-SNAPSHOT/sensinact-shell-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/pom.xml to org.eclipse.sensinact.gateway/sensinact-security-test/2.0-SNAPSHOT/sensinact-security-test-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/target/sensinact-security-test-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-security-test/2.0-SNAPSHOT/sensinact-security-test-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-test/target/sensinact-security-test-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-security-test/2.0-SNAPSHOT/sensinact-security-test-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/pom.xml to org.eclipse.sensinact.gateway/sensinact-signature-validator-mock/2.0-SNAPSHOT/sensinact-signature-validator-mock-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-signature-validator-mock/2.0-SNAPSHOT/sensinact-signature-validator-mock-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-mock/target/sensinact-signature-validator-mock-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-signature-validator-mock/2.0-SNAPSHOT/sensinact-signature-validator-mock-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-webapp-archetype/pom.xml to org.eclipse.sensinact.gateway.archetypes/sensinact-webapp-archetype/1.0/sensinact-webapp-archetype-1.0.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-webapp-archetype/target/sensinact-webapp-archetype-1.0.jar to org.eclipse.sensinact.gateway.archetypes/sensinact-webapp-archetype/1.0/sensinact-webapp-archetype-1.0.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/pom.xml to org.eclipse.sensinact.gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/pom.xml to org.eclipse.sensinact.gateway.nthbnd/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/pom.xml to org.eclipse.sensinact.gateway.protocol/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/pom.xml to org.eclipse.sensinact.gateway.simulated.devices/fan/2.0-SNAPSHOT/fan-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/target/fan-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.simulated.devices/fan/2.0-SNAPSHOT/fan-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/fan/target/fan-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.simulated.devices/fan/2.0-SNAPSHOT/fan-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/pom.xml to org.eclipse.sensinact.gateway.nthbnd/mqtt-onem2m-agent/2.0-SNAPSHOT/mqtt-onem2m-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/target/mqtt-onem2m-agent-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/mqtt-onem2m-agent/2.0-SNAPSHOT/mqtt-onem2m-agent-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-onem2m-agent/target/mqtt-onem2m-agent-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/mqtt-onem2m-agent/2.0-SNAPSHOT/mqtt-onem2m-agent-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/pom.xml to org.eclipse.sensinact.gateway/sensinact-system/2.0-SNAPSHOT/sensinact-system-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/target/sensinact-system-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-system/2.0-SNAPSHOT/sensinact-system-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-system/target/sensinact-system-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-system/2.0-SNAPSHOT/sensinact-system-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/pom.xml to org.eclipse.sensinact.gateway.nthbnd/jsonpath-filtering/2.0-SNAPSHOT/jsonpath-filtering-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/pom.xml to org.eclipse.sensinact.gateway.tools/sensinact-test/2.0-SNAPSHOT/sensinact-test-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.tools/sensinact-test/2.0-SNAPSHOT/sensinact-test-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/sensinact-test/target/sensinact-test-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.tools/sensinact-test/2.0-SNAPSHOT/sensinact-test-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/pom.xml to org.eclipse.sensinact.gateway/sensinact-security-core/2.0-SNAPSHOT/sensinact-security-core-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/sensinact-security-core-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-security-core/2.0-SNAPSHOT/sensinact-security-core-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-core/target/sensinact-security-core-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-security-core/2.0-SNAPSHOT/sensinact-security-core-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/pom.xml to org.eclipse.sensinact.gateway.nthbnd/geojson-filter/2.0-SNAPSHOT/geojson-filter-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/geojson-filter-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/geojson-filter/2.0-SNAPSHOT/geojson-filter-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/geojson-filter/target/geojson-filter-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/geojson-filter/2.0-SNAPSHOT/geojson-filter-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-http-archetype/pom.xml to org.eclipse.sensinact.gateway.archetypes/sensinact-http-archetype/1.0/sensinact-http-archetype-1.0.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/sensinact-http-archetype/target/sensinact-http-archetype-1.0.jar to org.eclipse.sensinact.gateway.archetypes/sensinact-http-archetype/1.0/sensinact-http-archetype-1.0.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/pom.xml to org.eclipse.sensinact.gateway/sensinact-sqlite-connector/2.0-SNAPSHOT/sensinact-sqlite-connector-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/sensinact-sqlite-connector-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-sqlite-connector/2.0-SNAPSHOT/sensinact-sqlite-connector-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-sqlite-connector/target/sensinact-sqlite-connector-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-sqlite-connector/2.0-SNAPSHOT/sensinact-sqlite-connector-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/pom.xml to org.eclipse.sensinact.gateway/sensinact-remote-osgi/2.0-SNAPSHOT/sensinact-remote-osgi-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/target/sensinact-remote-osgi-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-remote-osgi/2.0-SNAPSHOT/sensinact-remote-osgi-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-remote-osgi/target/sensinact-remote-osgi-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-remote-osgi/2.0-SNAPSHOT/sensinact-remote-osgi-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/pom.xml to org.eclipse.sensinact.gateway.tools/mongodb-connector/2.0-SNAPSHOT/mongodb-connector-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/target/mongodb-connector-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.tools/mongodb-connector/2.0-SNAPSHOT/mongodb-connector-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/mongodb-connector/target/mongodb-connector-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.tools/mongodb-connector/2.0-SNAPSHOT/mongodb-connector-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/pom.xml to org.eclipse.sensinact.gateway.sthbnd.mqtt/mqtt-utils/2.0-SNAPSHOT/mqtt-utils-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/target/mqtt-utils-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/mqtt-utils/2.0-SNAPSHOT/mqtt-utils-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-utils/target/mqtt-utils-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/mqtt-utils/2.0-SNAPSHOT/mqtt-utils-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/http-device-factory/2.0-SNAPSHOT/http-device-factory-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/http-device-factory-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/http-device-factory/2.0-SNAPSHOT/http-device-factory-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-device-factory/target/http-device-factory-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/http-device-factory/2.0-SNAPSHOT/http-device-factory-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/template/pom.xml to org.eclipse.sensinact.gateway.distribution/sensinact-distribution-template/2.0-SNAPSHOT/sensinact-distribution-template-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/template/target/sensinact-distribution-template-2.0-SNAPSHOT.zip to org.eclipse.sensinact.gateway.distribution/sensinact-distribution-template/2.0-SNAPSHOT/sensinact-distribution-template-2.0-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/pom.xml to org.eclipse.sensinact.gateway/sensinact-generic/2.0-SNAPSHOT/sensinact-generic-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-generic/2.0-SNAPSHOT/sensinact-generic-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-generic/target/sensinact-generic-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-generic/2.0-SNAPSHOT/sensinact-generic-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/pom.xml to org.eclipse.sensinact.gateway.nthbnd/attributes-filtering/2.0-SNAPSHOT/attributes-filtering-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-remote/pom.xml to org.eclipse.sensinact.gateway.distribution/sensinact-remote/2.0-SNAPSHOT/sensinact-remote-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/pom.xml to org.eclipse.sensinact.gateway.tools/influxdb-connector/2.0-SNAPSHOT/influxdb-connector-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/target/influxdb-connector-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.tools/influxdb-connector/2.0-SNAPSHOT/influxdb-connector-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/influxdb-connector/target/influxdb-connector-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.tools/influxdb-connector/2.0-SNAPSHOT/influxdb-connector-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-openid-security/pom.xml to org.eclipse.sensinact.gateway.distribution/sensinact-distribution-template-with-openid-security/2.0-SNAPSHOT/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/template-with-openid-security/target/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.zip to org.eclipse.sensinact.gateway.distribution/sensinact-distribution-template-with-openid-security/2.0-SNAPSHOT/sensinact-distribution-template-with-openid-security-2.0-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/attributesfilter/pom.xml to org.eclipse.sensinact.gateway.distribution/attributesfilter/2.0-SNAPSHOT/attributesfilter-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/pom.xml to org.eclipse.sensinact.gateway/sensinact-common/2.0-SNAPSHOT/sensinact-common-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-common/2.0-SNAPSHOT/sensinact-common-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-common/target/sensinact-common-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-common/2.0-SNAPSHOT/sensinact-common-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/pom.xml to org.eclipse.sensinact.gateway.nthbnd/ldap-filter/2.0-SNAPSHOT/ldap-filter-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/ldap-filter-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/ldap-filter/2.0-SNAPSHOT/ldap-filter-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/ldap-filtering/ldap-filter/target/ldap-filter-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/ldap-filter/2.0-SNAPSHOT/ldap-filter-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/archetypes/pom.xml to org.eclipse.sensinact.gateway.archetypes/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/pom.xml to org.eclipse.sensinact.gateway.distribution/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/pom.xml to org.eclipse.sensinact.gateway.simulated.devices/simulated-devices/2.0-SNAPSHOT/simulated-devices-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-server/pom.xml to org.eclipse.sensinact.gateway.distribution/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openweather-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/openweather/2.0-SNAPSHOT/openweather-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/pom.xml to org.eclipse.sensinact.gateway/sensinact-security-openid-keybuilder/2.0-SNAPSHOT/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/target/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-security-openid-keybuilder/2.0-SNAPSHOT/sensinact-security-openid-keybuilder-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-openid-keybuilder/target/sensinact-security-openid-keybuilder-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-security-openid-keybuilder/2.0-SNAPSHOT/sensinact-security-openid-keybuilder-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/kodi-device/2.0-SNAPSHOT/kodi-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/target/kodi-device-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/kodi-device/2.0-SNAPSHOT/kodi-device-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/kodi-device/target/kodi-device-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/kodi-device/2.0-SNAPSHOT/kodi-device-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/pom.xml to org.eclipse.sensinact.gateway.simulated.devices/light/2.0-SNAPSHOT/light-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.simulated.devices/light/2.0-SNAPSHOT/light-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/light/target/light-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.simulated.devices/light/2.0-SNAPSHOT/light-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/pom.xml to org.eclipse.sensinact.gateway/sensinact-security-keybuilder/2.0-SNAPSHOT/sensinact-security-keybuilder-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/target/sensinact-security-keybuilder-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-security-keybuilder/2.0-SNAPSHOT/sensinact-security-keybuilder-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-security-keybuilder/target/sensinact-security-keybuilder-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-security-keybuilder/2.0-SNAPSHOT/sensinact-security-keybuilder-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/pom.xml to org.eclipse.sensinact.gateway/sensinact-datastore/2.0-SNAPSHOT/sensinact-datastore-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/pom.xml to org.eclipse.sensinact.gateway/sensinact-signature-validator-secure/2.0-SNAPSHOT/sensinact-signature-validator-secure-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-signature-validator-secure/2.0-SNAPSHOT/sensinact-signature-validator-secure-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-secure/target/sensinact-signature-validator-secure-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-signature-validator-secure/2.0-SNAPSHOT/sensinact-signature-validator-secure-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/pom.xml to org.eclipse.sensinact.gateway.sthbnd.mqtt/thethingsnetwork-device/2.0-SNAPSHOT/thethingsnetwork-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/target/thethingsnetwork-device-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/thethingsnetwork-device/2.0-SNAPSHOT/thethingsnetwork-device-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/ttn-device/target/thethingsnetwork-device-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/thethingsnetwork-device/2.0-SNAPSHOT/thethingsnetwork-device-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/pom.xml to org.eclipse.sensinact.gateway.nthbnd/attributes-filter/2.0-SNAPSHOT/attributes-filter-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/attributes-filter-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/attributes-filter/2.0-SNAPSHOT/attributes-filter-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/attributes-filtering/attributes-filter/target/attributes-filter-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/attributes-filter/2.0-SNAPSHOT/attributes-filter-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/pom.xml to org.eclipse.sensinact.gateway.nthbnd/mqtt-generic-agent/2.0-SNAPSHOT/mqtt-generic-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/target/mqtt-generic-agent-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/mqtt-generic-agent/2.0-SNAPSHOT/mqtt-generic-agent-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-generic-agent/target/mqtt-generic-agent-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/mqtt-generic-agent/2.0-SNAPSHOT/mqtt-generic-agent-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/simulation-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/simulation/2.0-SNAPSHOT/simulation-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/pom.xml to org.eclipse.sensinact.gateway/sensinact-application/2.0-SNAPSHOT/sensinact-application-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/openweather-device/2.0-SNAPSHOT/openweather-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/target/openweather-device-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/openweather-device/2.0-SNAPSHOT/openweather-device-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/openweather-device/target/openweather-device-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/openweather-device/2.0-SNAPSHOT/openweather-device-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ldapfilter/pom.xml to org.eclipse.sensinact.gateway.distribution/ldapfilter/2.0-SNAPSHOT/ldapfilter-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/live-objects/2.0-SNAPSHOT/live-objects-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/target/live-objects-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/live-objects/2.0-SNAPSHOT/live-objects-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/live-objects/target/live-objects-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/live-objects/2.0-SNAPSHOT/live-objects-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/pom.xml to org.eclipse.sensinact.gateway.nthbnd/http-onem2m-agent/2.0-SNAPSHOT/http-onem2m-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/target/http-onem2m-agent-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/http-onem2m-agent/2.0-SNAPSHOT/http-onem2m-agent-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-onem2m-agent/target/http-onem2m-agent-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/http-onem2m-agent/2.0-SNAPSHOT/http-onem2m-agent-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/pom.xml to org.eclipse.sensinact.gateway/sensinact-historic-api/2.0-SNAPSHOT/sensinact-historic-api-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/target/sensinact-historic-api-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-historic-api/2.0-SNAPSHOT/sensinact-historic-api-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-api/target/sensinact-historic-api-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-historic-api/2.0-SNAPSHOT/sensinact-historic-api-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/pom.xml to org.eclipse.sensinact.gateway.sthbnd/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/pom.xml to org.eclipse.sensinact.gateway.distribution/profile/2.0-SNAPSHOT/profile-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/pom.xml to org.eclipse.sensinact.gateway.simulated.devices/billboard/2.0-SNAPSHOT/billboard-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/target/billboard-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.simulated.devices/billboard/2.0-SNAPSHOT/billboard-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/simulated-devices/billboard/target/billboard-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.simulated.devices/billboard/2.0-SNAPSHOT/billboard-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/pom.xml to org.eclipse.sensinact.gateway.sthbnd.mqtt/mqtt-device/2.0-SNAPSHOT/mqtt-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/target/mqtt-device-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/mqtt-device/2.0-SNAPSHOT/mqtt-device-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/mqtt-device/target/mqtt-device-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/mqtt-device/2.0-SNAPSHOT/mqtt-device-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m-mqttbinding/pom.xml to org.eclipse.sensinact.gateway.distribution/onem2m-mqttbinding/2.0-SNAPSHOT/onem2m-mqttbinding-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/ttn-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/ttn-device/2.0-SNAPSHOT/ttn-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/pom.xml to org.eclipse.sensinact.gateway/basic-plugin/2.0-SNAPSHOT/basic-plugin-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/basic-plugin-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/basic-plugin/2.0-SNAPSHOT/basic-plugin-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-application/basic-plugin/target/basic-plugin-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/basic-plugin/2.0-SNAPSHOT/basic-plugin-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/pom.xml to org.eclipse.sensinact.gateway.nthbnd/sensinact-northbound-access/2.0-SNAPSHOT/sensinact-northbound-access-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/sensinact-northbound-access/2.0-SNAPSHOT/sensinact-northbound-access-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/sensinact-access/target/sensinact-northbound-access-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/sensinact-northbound-access/2.0-SNAPSHOT/sensinact-northbound-access-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/pom.xml to org.eclipse.sensinact.gateway.nthbnd/mqtt/2.0-SNAPSHOT/mqtt-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/pom.xml to org.eclipse.sensinact.gateway/sensinact-security/2.0-SNAPSHOT/sensinact-security-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/mqtt-sb-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/mqtt-sb/2.0-SNAPSHOT/mqtt-sb-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/pom.xml to org.eclipse.sensinact.gateway/sensinact-datastore-api/2.0-SNAPSHOT/sensinact-datastore-api-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-datastore-api/2.0-SNAPSHOT/sensinact-datastore-api-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-datastore/sensinact-datastore-api/target/sensinact-datastore-api-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-datastore-api/2.0-SNAPSHOT/sensinact-datastore-api-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/pom.xml to org.eclipse.sensinact.gateway.nthbnd/jsonpath-filter/2.0-SNAPSHOT/jsonpath-filter-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/jsonpath-filter-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/jsonpath-filter/2.0-SNAPSHOT/jsonpath-filter-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/jsonpath-filtering/jsonpath-filter/target/jsonpath-filter-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/jsonpath-filter/2.0-SNAPSHOT/jsonpath-filter-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/pom.xml to org.eclipse.sensinact.gateway.protocol/http/2.0-SNAPSHOT/http-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.protocol/http/2.0-SNAPSHOT/http-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/protocol/http/target/http-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.protocol/http/2.0-SNAPSHOT/http-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/pom.xml to org.eclipse.sensinact.gateway.sthbnd/sensinact-openhab/2.0-SNAPSHOT/sensinact-openhab-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/sensinact-openhab-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd/sensinact-openhab/2.0-SNAPSHOT/sensinact-openhab-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/openhab/target/sensinact-openhab-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd/sensinact-openhab/2.0-SNAPSHOT/sensinact-openhab-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/http-android/2.0-SNAPSHOT/http-android-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/target/http-android-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/http-android/2.0-SNAPSHOT/http-android-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/http-android/target/http-android-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/http-android/2.0-SNAPSHOT/http-android-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/onem2m/pom.xml to org.eclipse.sensinact.gateway.distribution/onem2m/2.0-SNAPSHOT/onem2m-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/pom.xml to org.eclipse.sensinact.gateway.nthbnd/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/target/influxdb-storage-agent-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/influxdb-storage-agent/target/influxdb-storage-agent-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/influxdb-storage-agent/2.0-SNAPSHOT/influxdb-storage-agent-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/geo-filtering/pom.xml to org.eclipse.sensinact.gateway.nthbnd/geo-filtering/2.0-SNAPSHOT/geo-filtering-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/pom.xml to org.eclipse.sensinact.gateway.nthbnd/mqtt-agent/2.0-SNAPSHOT/mqtt-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/mqtt-agent-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/mqtt-agent/2.0-SNAPSHOT/mqtt-agent-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/mqtt/mqtt-agent/target/mqtt-agent-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/mqtt-agent/2.0-SNAPSHOT/mqtt-agent-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/pom.xml to org.eclipse.sensinact.gateway/sensinact-framework-extension/2.0-SNAPSHOT/sensinact-framework-extension-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/target/sensinact-framework-extension-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-framework-extension/2.0-SNAPSHOT/sensinact-framework-extension-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-framework-extension/target/sensinact-framework-extension-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-framework-extension/2.0-SNAPSHOT/sensinact-framework-extension-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-storage-agent-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/storage-agent/2.0-SNAPSHOT/storage-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/pom.xml to org.eclipse.sensinact/gateway/2.0-SNAPSHOT/gateway-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/openhab-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/openhab/2.0-SNAPSHOT/openhab-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/free-sms/pom.xml to org.eclipse.sensinact.gateway.distribution/free-sms/2.0-SNAPSHOT/free-sms-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/pom.xml to org.eclipse.sensinact.integration.tests/mqtt-it/2.0-SNAPSHOT/mqtt-it-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/integration-tests/mqtt-it/target/mqtt-it-2.0-SNAPSHOT.jar to org.eclipse.sensinact.integration.tests/mqtt-it/2.0-SNAPSHOT/mqtt-it-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/pom.xml to org.eclipse.sensinact.gateway/sensinact-signature-validator-api/2.0-SNAPSHOT/sensinact-signature-validator-api-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-signature-validator-api/2.0-SNAPSHOT/sensinact-signature-validator-api-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-security/sensinact-signature-validator-api/target/sensinact-signature-validator-api-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-signature-validator-api/2.0-SNAPSHOT/sensinact-signature-validator-api-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/pom.xml to org.eclipse.sensinact.gateway.tools/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/swagger-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.tools/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/swagger/target/swagger-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.tools/swagger/2.0-SNAPSHOT/swagger-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/sensinact-datastore/pom.xml to org.eclipse.sensinact.gateway.distribution/sensinact-datastore/2.0-SNAPSHOT/sensinact-datastore-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/pom.xml to org.eclipse.sensinact.gateway.nthbnd/http-storage-agent/2.0-SNAPSHOT/http-storage-agent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/target/http-storage-agent-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.nthbnd/http-storage-agent/2.0-SNAPSHOT/http-storage-agent-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/northbound/http-storage-agent/target/http-storage-agent-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.nthbnd/http-storage-agent/2.0-SNAPSHOT/http-storage-agent-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/pom.xml to org.eclipse.sensinact.gateway/parent/2.0-SNAPSHOT/parent-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/pom.xml to org.eclipse.sensinact.gateway.sthbnd.http/onem2m-device/2.0-SNAPSHOT/onem2m-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/target/onem2m-device-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.http/onem2m-device/2.0-SNAPSHOT/onem2m-device-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/http/onem2m-device/target/onem2m-device-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.http/onem2m-device/2.0-SNAPSHOT/onem2m-device-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/integration-tests/pom.xml to org.eclipse.sensinact.integration.tests/integration-tests/2.0-SNAPSHOT/integration-tests-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/application-profile/pom.xml to org.eclipse.sensinact.gateway.distribution/application/2.0-SNAPSHOT/application-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/pom.xml to org.eclipse.sensinact.gateway/sensinact-historic-manager/2.0-SNAPSHOT/sensinact-historic-manager-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/target/sensinact-historic-manager-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-historic-manager/2.0-SNAPSHOT/sensinact-historic-manager-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-historic-manager/target/sensinact-historic-manager-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-historic-manager/2.0-SNAPSHOT/sensinact-historic-manager-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/pom.xml to org.eclipse.sensinact.gateway.tools/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/target/mqtt-server-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.tools/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/tools/mqtt-server/target/mqtt-server-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.tools/mqtt-server/2.0-SNAPSHOT/mqtt-server-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/pom.xml to org.eclipse.sensinact.gateway/sensinact-utils/2.0-SNAPSHOT/sensinact-utils-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway/sensinact-utils/2.0-SNAPSHOT/sensinact-utils-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/sensinact-utils/target/sensinact-utils-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway/sensinact-utils/2.0-SNAPSHOT/sensinact-utils-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/pom.xml to org.eclipse.sensinact.gateway.sthbnd.mqtt/smart-topic-device/2.0-SNAPSHOT/smart-topic-device-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/target/smart-topic-device-2.0-SNAPSHOT.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/smart-topic-device/2.0-SNAPSHOT/smart-topic-device-2.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/platform/southbound/mqtt/smart-topic-device/target/smart-topic-device-2.0-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.sthbnd.mqtt/smart-topic-device/2.0-SNAPSHOT/smart-topic-device-2.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/profile/http-client/pom.xml to org.eclipse.sensinact.gateway.distribution/http-client/2.0-SNAPSHOT/http-client-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/pom.xml to org.eclipse.sensinact.gateway.distribution/packaging/2.0-SNAPSHOT/packaging-2.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/gerrit validation/distribution/generator/packaging/target/sensiNact-gateway-with-openid-security-2.0-SNAPSHOT-20211111.zip to org.eclipse.sensinact.gateway.distribution/packaging/2.0-SNAPSHOT/packaging-2.0-SNAPSHOT.zip channel stopped WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed? Finished: SUCCESS